| 1 | [ Apr 9 19:08:41 Enabled. ] | ||
| 2 | [ Apr 9 19:08:41 Rereading configuration. ] | ||
| 3 | [ Apr 9 19:08:44 Rereading configuration. ] | ||
| 4 | [ Apr 9 19:08:46 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Apr 9 19:08:46 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.04.09 19:08:47.750277 [ 1 ] {} <Information> Application: Will watch for the process with pid 23189 | ||
| 29 | 2025.04.09 19:08:47.751007 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.09 19:08:48.119839 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23189 | ||
| 31 | 2025.04.09 19:08:48.120644 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.09 19:08:48.122872 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.09 19:08:48.220186 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.09 19:08:48.249014 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.09 19:08:48.249071 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.09 19:08:48.249087 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.09 19:08:48.249157 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.09 19:08:48.249564 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.09 19:08:48.251158 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.04.09 19:08:48.251876 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.09 19:08:48.252755 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.04.09 19:08:48.252779 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.04.09 19:08:48.252795 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.09 19:08:48.252954 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.09 19:08:48.253823 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.09 19:08:48.259104 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.09 19:08:48.259805 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.09 19:08:48.261139 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.09 19:08:48.261207 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.09 19:08:48.262747 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.04.09 19:08:48.263210 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.09 19:08:48.267680 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.09 19:08:48.267976 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.09 19:08:48.269462 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.09 19:08:48.269837 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.09 19:08:48.270181 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.09 19:08:48.270585 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.09 19:08:48.271894 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.09 19:08:48.271921 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.09 19:08:48.271997 [ 176 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.09 19:08:48.272185 [ 176 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.09 19:08:48.280344 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.09 19:08:48.280369 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000133634 sec | ||
| 68 | 2025.04.09 19:08:48.280417 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.09 19:08:48.280432 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.09 19:08:48.281622 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.09 19:08:48.282741 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.09 19:08:48.296841 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.09 19:08:48.296885 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.09 19:08:48.296916 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.09 19:08:48.296929 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.09 19:08:48.296958 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.09 19:08:48.296978 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.09 19:08:48.299602 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.09 19:08:48.299644 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.09 19:08:48.299671 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.09 19:08:48.299852 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.09 19:08:48.299872 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.09 19:08:48.299905 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.09 19:08:48.299928 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.09 19:08:48.299940 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.09 19:08:48.299967 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.09 19:08:48.299987 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.09 19:08:48.329051 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.09 19:08:48.330970 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.09 19:08:48.331011 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9032e-05 sec | ||
| 91 | 2025.04.09 19:08:48.331024 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.09 19:08:48.331035 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.09 19:08:48.331059 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.09 19:08:48.331257 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.09 19:08:48.331301 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.09 19:08:48.331314 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.09 19:08:48.331326 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.04.09 19:08:48.331337 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.09 19:08:48.342345 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.09 19:08:48.342551 [ 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.04.09 19:08:48.343447 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3591e-05 sec. | ||
| 102 | 2025.04.09 19:08:48.344438 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.09 19:08:48.344534 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.09 19:08:48.344555 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.09 19:08:49.368954 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36635 | ||
| 106 | 2025.04.09 19:08:49.369734 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.09 19:08:49.369794 [ 3 ] {} <Debug> TCP-Session: 2e42c808-40ca-4c92-bd76-499f122e57d9 Authenticating user 'default' from [fd00:1122:3344:101::a]:36635 | ||
| 108 | 2025.04.09 19:08:49.369825 [ 3 ] {} <Debug> TCP-Session: 2e42c808-40ca-4c92-bd76-499f122e57d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.09 19:08:49.369896 [ 3 ] {} <Debug> TCP-Session: 2e42c808-40ca-4c92-bd76-499f122e57d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.09 19:08:49.369981 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.09 19:08:49.370009 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.04.09 19:08:49.370086 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.04.09 19:08:49.370995 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51385 | ||
| 114 | 2025.04.09 19:08:49.371141 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.04.09 19:08:49.371176 [ 4 ] {} <Debug> TCP-Session: 92bd1a00-8e64-4609-8626-74c73f14f25f Authenticating user 'default' from [fd00:1122:3344:101::a]:51385 | ||
| 116 | 2025.04.09 19:08:49.371205 [ 4 ] {} <Debug> TCP-Session: 92bd1a00-8e64-4609-8626-74c73f14f25f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.04.09 19:08:49.371309 [ 4 ] {} <Debug> TCP-Session: 92bd1a00-8e64-4609-8626-74c73f14f25f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.04.09 19:08:49.371840 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65451 | ||
| 119 | 2025.04.09 19:08:49.371852 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41129 | ||
| 120 | 2025.04.09 19:08:49.371925 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39031 | ||
| 121 | 2025.04.09 19:08:49.372217 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51875 | ||
| 122 | 2025.04.09 19:08:49.372757 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48582 | ||
| 123 | 2025.04.09 19:08:49.372891 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46006 | ||
| 124 | 2025.04.09 19:08:49.373040 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.04.09 19:08:49.373102 [ 257 ] {} <Debug> TCP-Session: 4af51b35-ca4b-42cb-bc12-6de93cf52a0a Authenticating user 'default' from [fd00:1122:3344:101::a]:46006 | ||
| 126 | 2025.04.09 19:08:49.373126 [ 257 ] {} <Debug> TCP-Session: 4af51b35-ca4b-42cb-bc12-6de93cf52a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2025.04.09 19:08:49.373141 [ 257 ] {} <Debug> TCP-Session: 4af51b35-ca4b-42cb-bc12-6de93cf52a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.04.09 19:08:49.373280 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2025.04.09 19:08:49.373325 [ 254 ] {} <Debug> TCP-Session: ea66f135-332d-451d-9dd6-fabf9dfd38ab Authenticating user 'default' from [fd00:1122:3344:101::a]:39031 | ||
| 130 | 2025.04.09 19:08:49.373349 [ 254 ] {} <Debug> TCP-Session: ea66f135-332d-451d-9dd6-fabf9dfd38ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.04.09 19:08:49.373432 [ 254 ] {} <Debug> TCP-Session: ea66f135-332d-451d-9dd6-fabf9dfd38ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.04.09 19:08:49.374976 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.04.09 19:08:49.375012 [ 256 ] {} <Debug> TCP-Session: ee2ff1d1-f30e-474d-a8c5-b59ada793567 Authenticating user 'default' from [fd00:1122:3344:101::a]:48582 | ||
| 134 | 2025.04.09 19:08:49.375103 [ 256 ] {} <Debug> TCP-Session: ee2ff1d1-f30e-474d-a8c5-b59ada793567 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.04.09 19:08:49.375119 [ 256 ] {} <Debug> TCP-Session: ee2ff1d1-f30e-474d-a8c5-b59ada793567 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.04.09 19:08:49.388741 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.04.09 19:08:49.388863 [ 255 ] {} <Debug> TCP-Session: 46cff3de-56c1-478f-bf16-482ae58b35e4 Authenticating user 'default' from [fd00:1122:3344:101::a]:51875 | ||
| 138 | 2025.04.09 19:08:49.388892 [ 255 ] {} <Debug> TCP-Session: 46cff3de-56c1-478f-bf16-482ae58b35e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.04.09 19:08:49.388909 [ 255 ] {} <Debug> TCP-Session: 46cff3de-56c1-478f-bf16-482ae58b35e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.04.09 19:08:49.400041 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.04.09 19:08:49.400092 [ 253 ] {} <Debug> TCP-Session: ddf23c0c-5c18-42ef-a245-8bf807d2de1b Authenticating user 'default' from [fd00:1122:3344:101::a]:65451 | ||
| 142 | 2025.04.09 19:08:49.400116 [ 253 ] {} <Debug> TCP-Session: ddf23c0c-5c18-42ef-a245-8bf807d2de1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.04.09 19:08:49.400179 [ 253 ] {} <Debug> TCP-Session: ddf23c0c-5c18-42ef-a245-8bf807d2de1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.04.09 19:08:49.403741 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2025.04.09 19:08:49.403781 [ 5 ] {} <Debug> TCP-Session: c1008c3e-e61d-483e-a130-672771bdc6cf Authenticating user 'default' from [fd00:1122:3344:101::a]:41129 | ||
| 146 | 2025.04.09 19:08:49.403800 [ 5 ] {} <Debug> TCP-Session: c1008c3e-e61d-483e-a130-672771bdc6cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.04.09 19:08:49.403877 [ 5 ] {} <Debug> TCP-Session: c1008c3e-e61d-483e-a130-672771bdc6cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.04.09 19:08:50.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.75 MiB, peak 117.75 MiB, free memory in arenas 0.00 B, will set to 119.41 MiB (RSS), difference: 1.65 MiB | ||
| 149 | 2025.04.09 19:08:50.172520 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60770 | ||
| 150 | 2025.04.09 19:08:50.172723 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2025.04.09 19:08:50.172755 [ 258 ] {} <Debug> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Authenticating user 'default' from [fd00:1122:3344:101::d]:60770 | ||
| 152 | 2025.04.09 19:08:50.172780 [ 258 ] {} <Debug> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.09 19:08:50.172863 [ 258 ] {} <Debug> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.04.09 19:08:50.172938 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2025.04.09 19:08:50.172966 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2025.04.09 19:08:50.173045 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 157 | 2025.04.09 19:08:50.174116 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41807 | ||
| 158 | 2025.04.09 19:08:50.174368 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43476 | ||
| 159 | 2025.04.09 19:08:50.174399 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 160 | 2025.04.09 19:08:50.174396 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46663 | ||
| 161 | 2025.04.09 19:08:50.175378 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2025.04.09 19:08:50.175387 [ 259 ] {} <Debug> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Authenticating user 'default' from [fd00:1122:3344:101::d]:41807 | ||
| 163 | 2025.04.09 19:08:50.175422 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37360 | ||
| 164 | 2025.04.09 19:08:50.175456 [ 259 ] {} <Debug> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2025.04.09 19:08:50.175477 [ 261 ] {} <Debug> TCP-Session: 4b1b3298-65d4-459a-963b-9951c78fe2f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43476 | ||
| 166 | 2025.04.09 19:08:50.176328 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57539 | ||
| 167 | 2025.04.09 19:08:50.176344 [ 259 ] {} <Debug> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 168 | 2025.04.09 19:08:50.176360 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 169 | 2025.04.09 19:08:50.179212 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64658 | ||
| 170 | 2025.04.09 19:08:50.179237 [ 261 ] {} <Debug> TCP-Session: 4b1b3298-65d4-459a-963b-9951c78fe2f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2025.04.09 19:08:50.179384 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64853 | ||
| 172 | 2025.04.09 19:08:50.179331 [ 260 ] {} <Debug> TCP-Session: bdb429d7-b530-467a-b66a-08f4c3245cf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46663 | ||
| 173 | 2025.04.09 19:08:50.179228 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 174 | 2025.04.09 19:08:50.179398 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 175 | 2025.04.09 19:08:50.179552 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 176 | 2025.04.09 19:08:50.179749 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 177 | 2025.04.09 19:08:50.179735 [ 261 ] {} <Debug> TCP-Session: 4b1b3298-65d4-459a-963b-9951c78fe2f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2025.04.09 19:08:50.179796 [ 263 ] {} <Debug> TCP-Session: 2e4ae595-5037-404f-aedb-5f78bd123c21 Authenticating user 'default' from [fd00:1122:3344:101::d]:57539 | ||
| 179 | 2025.04.09 19:08:50.179811 [ 264 ] {} <Debug> TCP-Session: 2edc7f09-9b28-42f9-8349-3f81581e795e Authenticating user 'default' from [fd00:1122:3344:101::d]:64658 | ||
| 180 | 2025.04.09 19:08:50.179851 [ 265 ] {} <Debug> TCP-Session: dcd6a215-561c-4fe5-aec2-d6f693c75a44 Authenticating user 'default' from [fd00:1122:3344:101::d]:64853 | ||
| 181 | 2025.04.09 19:08:50.179554 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58209 | ||
| 182 | 2025.04.09 19:08:50.179874 [ 260 ] {} <Debug> TCP-Session: bdb429d7-b530-467a-b66a-08f4c3245cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.04.09 19:08:50.179982 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 184 | 2025.04.09 19:08:50.179984 [ 263 ] {} <Debug> TCP-Session: 2e4ae595-5037-404f-aedb-5f78bd123c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.04.09 19:08:50.180049 [ 260 ] {} <Debug> TCP-Session: bdb429d7-b530-467a-b66a-08f4c3245cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.04.09 19:08:50.180046 [ 265 ] {} <Debug> TCP-Session: dcd6a215-561c-4fe5-aec2-d6f693c75a44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.04.09 19:08:50.180198 [ 264 ] {} <Debug> TCP-Session: 2edc7f09-9b28-42f9-8349-3f81581e795e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2025.04.09 19:08:50.180187 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 189 | 2025.04.09 19:08:50.180240 [ 265 ] {} <Debug> TCP-Session: dcd6a215-561c-4fe5-aec2-d6f693c75a44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.04.09 19:08:50.180166 [ 262 ] {} <Debug> TCP-Session: 5251c8d0-9799-41b2-a799-e26bae611415 Authenticating user 'default' from [fd00:1122:3344:101::d]:37360 | ||
| 191 | 2025.04.09 19:08:50.180165 [ 263 ] {} <Debug> TCP-Session: 2e4ae595-5037-404f-aedb-5f78bd123c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.04.09 19:08:50.180329 [ 266 ] {} <Debug> TCP-Session: b907e84c-7eee-4244-918b-040cf5f233f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58209 | ||
| 193 | 2025.04.09 19:08:50.180325 [ 264 ] {} <Debug> TCP-Session: 2edc7f09-9b28-42f9-8349-3f81581e795e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2025.04.09 19:08:50.180460 [ 262 ] {} <Debug> TCP-Session: 5251c8d0-9799-41b2-a799-e26bae611415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.04.09 19:08:50.180486 [ 266 ] {} <Debug> TCP-Session: b907e84c-7eee-4244-918b-040cf5f233f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.04.09 19:08:50.180567 [ 262 ] {} <Debug> TCP-Session: 5251c8d0-9799-41b2-a799-e26bae611415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.04.09 19:08:50.180664 [ 266 ] {} <Debug> TCP-Session: b907e84c-7eee-4244-918b-040cf5f233f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 198 | 2025.04.09 19:08:50.191330 [ 258 ] {e0f0d290-d8c7-448e-816f-5d73279c5462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 199 | 2025.04.09 19:08:50.296617 [ 258 ] {e0f0d290-d8c7-448e-816f-5d73279c5462} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60770) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 200 | |||
| 201 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 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 | ||
| 204 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 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 | ||
| 212 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 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 | ||
| 215 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 222 | |||
| 223 | 2025.04.09 19:08:50.298212 [ 258 ] {e0f0d290-d8c7-448e-816f-5d73279c5462} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 224 | |||
| 225 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 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 | ||
| 228 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 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 | ||
| 236 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 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 | ||
| 239 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 246 | |||
| 247 | 2025.04.09 19:08:50.298498 [ 258 ] {e0f0d290-d8c7-448e-816f-5d73279c5462} <Debug> TCPHandler: Processed in 0.124188197 sec. | ||
| 248 | 2025.04.09 19:08:50.298952 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 249 | 2025.04.09 19:08:50.299258 [ 259 ] {a5f77d11-9db6-4ef0-91de-e97029eb7cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 250 | 2025.04.09 19:08:50.299661 [ 259 ] {a5f77d11-9db6-4ef0-91de-e97029eb7cfd} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41807) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 251 | |||
| 252 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 254 | 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 | ||
| 255 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 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 | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 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 | ||
| 263 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 265 | 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 | ||
| 266 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 273 | |||
| 274 | 2025.04.09 19:08:50.300009 [ 259 ] {a5f77d11-9db6-4ef0-91de-e97029eb7cfd} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 275 | |||
| 276 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 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 | ||
| 279 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 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 | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 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 | ||
| 287 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 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 | ||
| 290 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 297 | |||
| 298 | 2025.04.09 19:08:50.300434 [ 259 ] {a5f77d11-9db6-4ef0-91de-e97029eb7cfd} <Debug> TCPHandler: Processed in 0.001646986 sec. | ||
| 299 | 2025.04.09 19:08:50.301426 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 300 | 2025.04.09 19:08:50.302770 [ 258 ] {44a1f6b7-d77f-4aed-9aaf-caa42fd4947f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 301 | 2025.04.09 19:08:50.303000 [ 258 ] {44a1f6b7-d77f-4aed-9aaf-caa42fd4947f} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 302 | 2025.04.09 19:08:50.304565 [ 258 ] {44a1f6b7-d77f-4aed-9aaf-caa42fd4947f} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 303 | 2025.04.09 19:08:50.304587 [ 258 ] {44a1f6b7-d77f-4aed-9aaf-caa42fd4947f} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5561e-05 sec | ||
| 304 | 2025.04.09 19:08:50.304653 [ 258 ] {44a1f6b7-d77f-4aed-9aaf-caa42fd4947f} <Trace> ReferentialDeps: No tables | ||
| 305 | 2025.04.09 19:08:50.304710 [ 258 ] {44a1f6b7-d77f-4aed-9aaf-caa42fd4947f} <Trace> LoadingDeps: No tables | ||
| 306 | 2025.04.09 19:08:50.304737 [ 258 ] {44a1f6b7-d77f-4aed-9aaf-caa42fd4947f} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 307 | 2025.04.09 19:08:50.305397 [ 258 ] {44a1f6b7-d77f-4aed-9aaf-caa42fd4947f} <Debug> TCPHandler: Processed in 0.004098684 sec. | ||
| 308 | 2025.04.09 19:08:50.305553 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 309 | 2025.04.09 19:08:50.305829 [ 258 ] {ebae1213-3e9a-43d5-8434-0f37de89ef3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) /* The version table contains metadata about the `oximeter` database */ | ||
| 310 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 311 | 2025.04.09 19:08:50.305944 [ 258 ] {ebae1213-3e9a-43d5-8434-0f37de89ef3f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 312 | 2025.04.09 19:08:50.320199 [ 258 ] {ebae1213-3e9a-43d5-8434-0f37de89ef3f} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 313 | 2025.04.09 19:08:50.321699 [ 258 ] {ebae1213-3e9a-43d5-8434-0f37de89ef3f} <Debug> oximeter.version (9582994e-da65-483d-99a0-86085327c79c): Loading data parts | ||
| 314 | 2025.04.09 19:08:50.322308 [ 258 ] {ebae1213-3e9a-43d5-8434-0f37de89ef3f} <Debug> oximeter.version (9582994e-da65-483d-99a0-86085327c79c): There are no data parts | ||
| 315 | 2025.04.09 19:08:50.325045 [ 258 ] {ebae1213-3e9a-43d5-8434-0f37de89ef3f} <Debug> TCPHandler: Processed in 0.019549201 sec. | ||
| 316 | 2025.04.09 19:08:50.325274 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 317 | 2025.04.09 19:08:50.325551 [ 258 ] {d34f7f86-a795-4e58-8890-1638770958db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) /* The measurement tables contain all individual samples from each timeseries. | ||
| 318 | * | ||
| 319 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 320 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 321 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 322 | * by all samples from the same timeseries. | ||
| 323 | * | ||
| 324 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 325 | * and then uses that to index quickly into the measurements tables. | ||
| 326 | */ | ||
| 327 | 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) | ||
| 328 | 2025.04.09 19:08:50.325694 [ 258 ] {d34f7f86-a795-4e58-8890-1638770958db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 329 | 2025.04.09 19:08:50.335613 [ 258 ] {d34f7f86-a795-4e58-8890-1638770958db} <Debug> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Loading data parts | ||
| 330 | 2025.04.09 19:08:50.335854 [ 258 ] {d34f7f86-a795-4e58-8890-1638770958db} <Debug> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): There are no data parts | ||
| 331 | 2025.04.09 19:08:50.337170 [ 258 ] {d34f7f86-a795-4e58-8890-1638770958db} <Debug> TCPHandler: Processed in 0.011984061 sec. | ||
| 332 | 2025.04.09 19:08:50.337426 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 333 | 2025.04.09 19:08:50.337630 [ 258 ] {0ec46e3b-9a25-418c-b389-2542b3cfcc32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 334 | 2025.04.09 19:08:50.337758 [ 258 ] {0ec46e3b-9a25-418c-b389-2542b3cfcc32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 335 | 2025.04.09 19:08:50.339574 [ 258 ] {0ec46e3b-9a25-418c-b389-2542b3cfcc32} <Debug> oximeter.measurements_i8 (4db37e0d-0066-43f2-990d-764edf16afeb): Loading data parts | ||
| 336 | 2025.04.09 19:08:50.339797 [ 258 ] {0ec46e3b-9a25-418c-b389-2542b3cfcc32} <Debug> oximeter.measurements_i8 (4db37e0d-0066-43f2-990d-764edf16afeb): There are no data parts | ||
| 337 | 2025.04.09 19:08:50.341140 [ 258 ] {0ec46e3b-9a25-418c-b389-2542b3cfcc32} <Debug> TCPHandler: Processed in 0.003763954 sec. | ||
| 338 | 2025.04.09 19:08:50.341269 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 339 | 2025.04.09 19:08:50.341537 [ 258 ] {0996810f-01ac-43f0-9e28-24fa8ddb3dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 340 | 2025.04.09 19:08:50.341636 [ 258 ] {0996810f-01ac-43f0-9e28-24fa8ddb3dc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 341 | 2025.04.09 19:08:50.343462 [ 258 ] {0996810f-01ac-43f0-9e28-24fa8ddb3dc7} <Debug> oximeter.measurements_u8 (97b7bcea-9f48-441f-b982-ced1e5163911): Loading data parts | ||
| 342 | 2025.04.09 19:08:50.343621 [ 258 ] {0996810f-01ac-43f0-9e28-24fa8ddb3dc7} <Debug> oximeter.measurements_u8 (97b7bcea-9f48-441f-b982-ced1e5163911): There are no data parts | ||
| 343 | 2025.04.09 19:08:50.345112 [ 258 ] {0996810f-01ac-43f0-9e28-24fa8ddb3dc7} <Debug> TCPHandler: Processed in 0.003892958 sec. | ||
| 344 | 2025.04.09 19:08:50.345338 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 345 | 2025.04.09 19:08:50.345548 [ 258 ] {ae706ef5-c3f2-4449-9b63-f9cb6e92b71a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 346 | 2025.04.09 19:08:50.345674 [ 258 ] {ae706ef5-c3f2-4449-9b63-f9cb6e92b71a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 347 | 2025.04.09 19:08:50.347548 [ 258 ] {ae706ef5-c3f2-4449-9b63-f9cb6e92b71a} <Debug> oximeter.measurements_i16 (6f6aa6c9-6ae4-45af-b7b4-6a644b7da904): Loading data parts | ||
| 348 | 2025.04.09 19:08:50.347709 [ 258 ] {ae706ef5-c3f2-4449-9b63-f9cb6e92b71a} <Debug> oximeter.measurements_i16 (6f6aa6c9-6ae4-45af-b7b4-6a644b7da904): There are no data parts | ||
| 349 | 2025.04.09 19:08:50.349121 [ 258 ] {ae706ef5-c3f2-4449-9b63-f9cb6e92b71a} <Debug> TCPHandler: Processed in 0.003833806 sec. | ||
| 350 | 2025.04.09 19:08:50.349249 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 351 | 2025.04.09 19:08:50.349434 [ 258 ] {9bdbfa81-14d6-4d40-ac0f-e15ab02afb00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 352 | 2025.04.09 19:08:50.349556 [ 258 ] {9bdbfa81-14d6-4d40-ac0f-e15ab02afb00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 353 | 2025.04.09 19:08:50.351504 [ 258 ] {9bdbfa81-14d6-4d40-ac0f-e15ab02afb00} <Debug> oximeter.measurements_u16 (54afb4ae-9f35-4a9b-82ae-be3dbe25d56d): Loading data parts | ||
| 354 | 2025.04.09 19:08:50.351663 [ 258 ] {9bdbfa81-14d6-4d40-ac0f-e15ab02afb00} <Debug> oximeter.measurements_u16 (54afb4ae-9f35-4a9b-82ae-be3dbe25d56d): There are no data parts | ||
| 355 | 2025.04.09 19:08:50.352940 [ 258 ] {9bdbfa81-14d6-4d40-ac0f-e15ab02afb00} <Debug> TCPHandler: Processed in 0.003741214 sec. | ||
| 356 | 2025.04.09 19:08:50.353100 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 357 | 2025.04.09 19:08:50.353354 [ 258 ] {aeb60218-f395-4ec8-9bb2-826fb73ad79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 358 | 2025.04.09 19:08:50.353475 [ 258 ] {aeb60218-f395-4ec8-9bb2-826fb73ad79e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 359 | 2025.04.09 19:08:50.355184 [ 258 ] {aeb60218-f395-4ec8-9bb2-826fb73ad79e} <Debug> oximeter.measurements_i32 (9e61ed92-42d9-47ee-87ce-9a1cfa9fb5cc): Loading data parts | ||
| 360 | 2025.04.09 19:08:50.355338 [ 258 ] {aeb60218-f395-4ec8-9bb2-826fb73ad79e} <Debug> oximeter.measurements_i32 (9e61ed92-42d9-47ee-87ce-9a1cfa9fb5cc): There are no data parts | ||
| 361 | 2025.04.09 19:08:50.356694 [ 258 ] {aeb60218-f395-4ec8-9bb2-826fb73ad79e} <Debug> TCPHandler: Processed in 0.00364459 sec. | ||
| 362 | 2025.04.09 19:08:50.356820 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 363 | 2025.04.09 19:08:50.357004 [ 258 ] {0e3f26fb-19b4-49a4-853e-82930e928235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 364 | 2025.04.09 19:08:50.357128 [ 258 ] {0e3f26fb-19b4-49a4-853e-82930e928235} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 365 | 2025.04.09 19:08:50.358913 [ 258 ] {0e3f26fb-19b4-49a4-853e-82930e928235} <Debug> oximeter.measurements_u32 (4f7cfc89-921c-4600-9fe3-cf2ea520b01f): Loading data parts | ||
| 366 | 2025.04.09 19:08:50.359069 [ 258 ] {0e3f26fb-19b4-49a4-853e-82930e928235} <Debug> oximeter.measurements_u32 (4f7cfc89-921c-4600-9fe3-cf2ea520b01f): There are no data parts | ||
| 367 | 2025.04.09 19:08:50.360409 [ 258 ] {0e3f26fb-19b4-49a4-853e-82930e928235} <Debug> TCPHandler: Processed in 0.00363904 sec. | ||
| 368 | 2025.04.09 19:08:50.360565 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 369 | 2025.04.09 19:08:50.360786 [ 258 ] {fe7082bb-f653-4303-b4f5-86e4ee66c8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 370 | 2025.04.09 19:08:50.360901 [ 258 ] {fe7082bb-f653-4303-b4f5-86e4ee66c8e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 371 | 2025.04.09 19:08:50.362739 [ 258 ] {fe7082bb-f653-4303-b4f5-86e4ee66c8e7} <Debug> oximeter.measurements_i64 (00d5d367-ddee-46fc-a840-79c54cb1eb1b): Loading data parts | ||
| 372 | 2025.04.09 19:08:50.362905 [ 258 ] {fe7082bb-f653-4303-b4f5-86e4ee66c8e7} <Debug> oximeter.measurements_i64 (00d5d367-ddee-46fc-a840-79c54cb1eb1b): There are no data parts | ||
| 373 | 2025.04.09 19:08:50.364268 [ 258 ] {fe7082bb-f653-4303-b4f5-86e4ee66c8e7} <Debug> TCPHandler: Processed in 0.003751674 sec. | ||
| 374 | 2025.04.09 19:08:50.364404 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 375 | 2025.04.09 19:08:50.364588 [ 258 ] {e1eb40fe-26b9-4d22-a95c-dfd71c871697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 376 | 2025.04.09 19:08:50.364696 [ 258 ] {e1eb40fe-26b9-4d22-a95c-dfd71c871697} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 377 | 2025.04.09 19:08:50.366433 [ 258 ] {e1eb40fe-26b9-4d22-a95c-dfd71c871697} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Loading data parts | ||
| 378 | 2025.04.09 19:08:50.366576 [ 258 ] {e1eb40fe-26b9-4d22-a95c-dfd71c871697} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): There are no data parts | ||
| 379 | 2025.04.09 19:08:50.368564 [ 258 ] {e1eb40fe-26b9-4d22-a95c-dfd71c871697} <Debug> TCPHandler: Processed in 0.004211216 sec. | ||
| 380 | 2025.04.09 19:08:50.368702 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 381 | 2025.04.09 19:08:50.369035 [ 258 ] {7970b3c7-6b6f-4204-962c-a0e35e92cf93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 382 | 2025.04.09 19:08:50.369155 [ 258 ] {7970b3c7-6b6f-4204-962c-a0e35e92cf93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 383 | 2025.04.09 19:08:50.370955 [ 258 ] {7970b3c7-6b6f-4204-962c-a0e35e92cf93} <Debug> oximeter.measurements_f32 (eed54802-8325-4a16-b9de-2a9f7790b2fb): Loading data parts | ||
| 384 | 2025.04.09 19:08:50.371060 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59842 | ||
| 385 | 2025.04.09 19:08:50.371133 [ 258 ] {7970b3c7-6b6f-4204-962c-a0e35e92cf93} <Debug> oximeter.measurements_f32 (eed54802-8325-4a16-b9de-2a9f7790b2fb): There are no data parts | ||
| 386 | 2025.04.09 19:08:50.371651 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 387 | 2025.04.09 19:08:50.371693 [ 269 ] {} <Debug> TCP-Session: 32d4ff23-4dfa-4c9b-b47b-8366c13ded71 Authenticating user 'default' from [fd00:1122:3344:101::c]:59842 | ||
| 388 | 2025.04.09 19:08:50.371796 [ 269 ] {} <Debug> TCP-Session: 32d4ff23-4dfa-4c9b-b47b-8366c13ded71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 389 | 2025.04.09 19:08:50.371813 [ 269 ] {} <Debug> TCP-Session: 32d4ff23-4dfa-4c9b-b47b-8366c13ded71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 390 | 2025.04.09 19:08:50.371884 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 391 | 2025.04.09 19:08:50.371950 [ 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 | ||
| 392 | 2025.04.09 19:08:50.372002 [ 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 | ||
| 393 | 2025.04.09 19:08:50.372851 [ 258 ] {7970b3c7-6b6f-4204-962c-a0e35e92cf93} <Debug> TCPHandler: Processed in 0.004199116 sec. | ||
| 394 | 2025.04.09 19:08:50.372981 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.04.09 19:08:50.373144 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52034 | ||
| 396 | 2025.04.09 19:08:50.373297 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 397 | 2025.04.09 19:08:50.373316 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43472 | ||
| 398 | 2025.04.09 19:08:50.373350 [ 270 ] {} <Debug> TCP-Session: adfa9dca-1c53-4c20-ad17-d7596a298825 Authenticating user 'default' from [fd00:1122:3344:101::c]:52034 | ||
| 399 | 2025.04.09 19:08:50.373586 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 400 | 2025.04.09 19:08:50.373598 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37043 | ||
| 401 | 2025.04.09 19:08:50.373632 [ 270 ] {} <Debug> TCP-Session: adfa9dca-1c53-4c20-ad17-d7596a298825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 402 | 2025.04.09 19:08:50.373660 [ 258 ] {49e92dff-f506-4d12-b61c-71df6953ad80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 403 | 2025.04.09 19:08:50.373886 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45220 | ||
| 404 | 2025.04.09 19:08:50.373932 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57258 | ||
| 405 | 2025.04.09 19:08:50.373953 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43044 | ||
| 406 | 2025.04.09 19:08:50.373937 [ 271 ] {} <Debug> TCP-Session: c869f5c5-fb8f-4513-ade5-a93c9e8c1740 Authenticating user 'default' from [fd00:1122:3344:101::c]:43472 | ||
| 407 | 2025.04.09 19:08:50.374007 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34007 | ||
| 408 | 2025.04.09 19:08:50.373891 [ 270 ] {} <Debug> TCP-Session: adfa9dca-1c53-4c20-ad17-d7596a298825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 409 | 2025.04.09 19:08:50.373969 [ 258 ] {49e92dff-f506-4d12-b61c-71df6953ad80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 410 | 2025.04.09 19:08:50.374298 [ 271 ] {} <Debug> TCP-Session: c869f5c5-fb8f-4513-ade5-a93c9e8c1740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 411 | 2025.04.09 19:08:50.374576 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 412 | 2025.04.09 19:08:50.374618 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 413 | 2025.04.09 19:08:50.374648 [ 271 ] {} <Debug> TCP-Session: c869f5c5-fb8f-4513-ade5-a93c9e8c1740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 414 | 2025.04.09 19:08:50.374687 [ 276 ] {} <Debug> TCP-Session: 3a61853f-07fa-4aea-ad9e-276bfe074912 Authenticating user 'default' from [fd00:1122:3344:101::c]:34007 | ||
| 415 | 2025.04.09 19:08:50.374683 [ 272 ] {} <Debug> TCP-Session: 76811ad0-4bef-4c49-89a9-f59dc1d1aadc Authenticating user 'default' from [fd00:1122:3344:101::c]:43044 | ||
| 416 | 2025.04.09 19:08:50.374866 [ 276 ] {} <Debug> TCP-Session: 3a61853f-07fa-4aea-ad9e-276bfe074912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 417 | 2025.04.09 19:08:50.374915 [ 272 ] {} <Debug> TCP-Session: 76811ad0-4bef-4c49-89a9-f59dc1d1aadc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 418 | 2025.04.09 19:08:50.374963 [ 276 ] {} <Debug> TCP-Session: 3a61853f-07fa-4aea-ad9e-276bfe074912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2025.04.09 19:08:50.375041 [ 272 ] {} <Debug> TCP-Session: 76811ad0-4bef-4c49-89a9-f59dc1d1aadc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2025.04.09 19:08:50.375184 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 421 | 2025.04.09 19:08:50.375447 [ 275 ] {} <Debug> TCP-Session: 882955ee-f513-4f50-a813-ca082e9811e7 Authenticating user 'default' from [fd00:1122:3344:101::c]:57258 | ||
| 422 | 2025.04.09 19:08:50.375492 [ 275 ] {} <Debug> TCP-Session: 882955ee-f513-4f50-a813-ca082e9811e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 423 | 2025.04.09 19:08:50.375529 [ 275 ] {} <Debug> TCP-Session: 882955ee-f513-4f50-a813-ca082e9811e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 424 | 2025.04.09 19:08:50.377101 [ 258 ] {49e92dff-f506-4d12-b61c-71df6953ad80} <Debug> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Loading data parts | ||
| 425 | 2025.04.09 19:08:50.377272 [ 258 ] {49e92dff-f506-4d12-b61c-71df6953ad80} <Debug> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): There are no data parts | ||
| 426 | 2025.04.09 19:08:50.378837 [ 258 ] {49e92dff-f506-4d12-b61c-71df6953ad80} <Debug> TCPHandler: Processed in 0.005905693 sec. | ||
| 427 | 2025.04.09 19:08:50.379074 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 428 | 2025.04.09 19:08:50.379273 [ 258 ] {b7f06aa6-e2d1-420c-a53b-317308b0e252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 429 | 2025.04.09 19:08:50.379413 [ 258 ] {b7f06aa6-e2d1-420c-a53b-317308b0e252} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 430 | 2025.04.09 19:08:50.381351 [ 258 ] {b7f06aa6-e2d1-420c-a53b-317308b0e252} <Debug> oximeter.measurements_string (2d3636d2-4523-4546-b382-be6f0d8bf6eb): Loading data parts | ||
| 431 | 2025.04.09 19:08:50.382911 [ 258 ] {b7f06aa6-e2d1-420c-a53b-317308b0e252} <Debug> oximeter.measurements_string (2d3636d2-4523-4546-b382-be6f0d8bf6eb): There are no data parts | ||
| 432 | 2025.04.09 19:08:50.384600 [ 258 ] {b7f06aa6-e2d1-420c-a53b-317308b0e252} <Debug> TCPHandler: Processed in 0.005576364 sec. | ||
| 433 | 2025.04.09 19:08:50.384752 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 434 | 2025.04.09 19:08:50.385071 [ 258 ] {77b8675a-2988-4912-8e26-086f6cc6424b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 435 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 436 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 437 | * a string isn't palatable for a few reasons. | ||
| 438 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 439 | * details. | ||
| 440 | */ | ||
| 441 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 442 | 2025.04.09 19:08:50.385191 [ 258 ] {77b8675a-2988-4912-8e26-086f6cc6424b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 443 | 2025.04.09 19:08:50.387021 [ 258 ] {77b8675a-2988-4912-8e26-086f6cc6424b} <Debug> oximeter.measurements_bytes (41d19cf2-5bae-4563-897a-beff75c758f9): Loading data parts | ||
| 444 | 2025.04.09 19:08:50.387294 [ 258 ] {77b8675a-2988-4912-8e26-086f6cc6424b} <Debug> oximeter.measurements_bytes (41d19cf2-5bae-4563-897a-beff75c758f9): There are no data parts | ||
| 445 | 2025.04.09 19:08:50.389007 [ 258 ] {77b8675a-2988-4912-8e26-086f6cc6424b} <Debug> TCPHandler: Processed in 0.004310449 sec. | ||
| 446 | 2025.04.09 19:08:50.389138 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 447 | 2025.04.09 19:08:50.389412 [ 258 ] {abac6fb8-9e99-4f48-aab1-2cacf9c7503c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 448 | 2025.04.09 19:08:50.389527 [ 258 ] {abac6fb8-9e99-4f48-aab1-2cacf9c7503c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 449 | 2025.04.09 19:08:50.391452 [ 258 ] {abac6fb8-9e99-4f48-aab1-2cacf9c7503c} <Debug> oximeter.measurements_cumulativei64 (e80ed1d2-b296-443e-9c75-d40b783c7d13): Loading data parts | ||
| 450 | 2025.04.09 19:08:50.391621 [ 258 ] {abac6fb8-9e99-4f48-aab1-2cacf9c7503c} <Debug> oximeter.measurements_cumulativei64 (e80ed1d2-b296-443e-9c75-d40b783c7d13): There are no data parts | ||
| 451 | 2025.04.09 19:08:50.393302 [ 258 ] {abac6fb8-9e99-4f48-aab1-2cacf9c7503c} <Debug> TCPHandler: Processed in 0.004216357 sec. | ||
| 452 | 2025.04.09 19:08:50.393437 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 453 | 2025.04.09 19:08:50.393633 [ 258 ] {3e9a8f70-8e9b-40cb-b100-3cea227494fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 454 | 2025.04.09 19:08:50.393766 [ 258 ] {3e9a8f70-8e9b-40cb-b100-3cea227494fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 455 | 2025.04.09 19:08:50.395633 [ 258 ] {3e9a8f70-8e9b-40cb-b100-3cea227494fa} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Loading data parts | ||
| 456 | 2025.04.09 19:08:50.395798 [ 258 ] {3e9a8f70-8e9b-40cb-b100-3cea227494fa} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): There are no data parts | ||
| 457 | 2025.04.09 19:08:50.397408 [ 258 ] {3e9a8f70-8e9b-40cb-b100-3cea227494fa} <Debug> TCPHandler: Processed in 0.004022081 sec. | ||
| 458 | 2025.04.09 19:08:50.397664 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 459 | 2025.04.09 19:08:50.397903 [ 258 ] {0b8cd4c1-3810-45ca-9935-6da8aae87b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 460 | 2025.04.09 19:08:50.398045 [ 258 ] {0b8cd4c1-3810-45ca-9935-6da8aae87b62} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 461 | 2025.04.09 19:08:50.399975 [ 258 ] {0b8cd4c1-3810-45ca-9935-6da8aae87b62} <Debug> oximeter.measurements_cumulativef32 (a9594d15-22b8-4258-9763-fe37a7fb68fb): Loading data parts | ||
| 462 | 2025.04.09 19:08:50.400215 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 463 | 2025.04.09 19:08:50.400224 [ 258 ] {0b8cd4c1-3810-45ca-9935-6da8aae87b62} <Debug> oximeter.measurements_cumulativef32 (a9594d15-22b8-4258-9763-fe37a7fb68fb): There are no data parts | ||
| 464 | 2025.04.09 19:08:50.400277 [ 273 ] {} <Debug> TCP-Session: 41fdae32-58ce-40b3-acfb-7886fc71abe4 Authenticating user 'default' from [fd00:1122:3344:101::c]:37043 | ||
| 465 | 2025.04.09 19:08:50.400443 [ 273 ] {} <Debug> TCP-Session: 41fdae32-58ce-40b3-acfb-7886fc71abe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 466 | 2025.04.09 19:08:50.400466 [ 273 ] {} <Debug> TCP-Session: 41fdae32-58ce-40b3-acfb-7886fc71abe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 467 | 2025.04.09 19:08:50.402446 [ 258 ] {0b8cd4c1-3810-45ca-9935-6da8aae87b62} <Debug> TCPHandler: Processed in 0.004850704 sec. | ||
| 468 | 2025.04.09 19:08:50.402678 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 469 | 2025.04.09 19:08:50.402879 [ 258 ] {6b50655b-ee81-4e02-a938-170d9167ca4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 470 | 2025.04.09 19:08:50.402999 [ 258 ] {6b50655b-ee81-4e02-a938-170d9167ca4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 471 | 2025.04.09 19:08:50.403506 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 472 | 2025.04.09 19:08:50.403637 [ 274 ] {} <Debug> TCP-Session: 01134552-0113-4e12-95f8-34279c7a1b86 Authenticating user 'default' from [fd00:1122:3344:101::c]:45220 | ||
| 473 | 2025.04.09 19:08:50.403680 [ 274 ] {} <Debug> TCP-Session: 01134552-0113-4e12-95f8-34279c7a1b86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2025.04.09 19:08:50.403708 [ 274 ] {} <Debug> TCP-Session: 01134552-0113-4e12-95f8-34279c7a1b86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2025.04.09 19:08:50.404881 [ 258 ] {6b50655b-ee81-4e02-a938-170d9167ca4e} <Debug> oximeter.measurements_cumulativef64 (116f634e-7b40-4e64-b042-edff3a769557): Loading data parts | ||
| 476 | 2025.04.09 19:08:50.405093 [ 258 ] {6b50655b-ee81-4e02-a938-170d9167ca4e} <Debug> oximeter.measurements_cumulativef64 (116f634e-7b40-4e64-b042-edff3a769557): There are no data parts | ||
| 477 | 2025.04.09 19:08:50.406793 [ 258 ] {6b50655b-ee81-4e02-a938-170d9167ca4e} <Debug> TCPHandler: Processed in 0.004165765 sec. | ||
| 478 | 2025.04.09 19:08:50.407038 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2025.04.09 19:08:50.407387 [ 258 ] {a06bada6-3712-4f3f-b39e-606b1542a2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 480 | * NOTE: Array types cannot be Nullable, see | ||
| 481 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 482 | * for more details. | ||
| 483 | * | ||
| 484 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 485 | * is unfortunate, and at this point relies on the fact that an | ||
| 486 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 487 | * to figure out another way to represent missing samples here. | ||
| 488 | */ | ||
| 489 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 490 | 2025.04.09 19:08:50.407517 [ 258 ] {a06bada6-3712-4f3f-b39e-606b1542a2e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 491 | 2025.04.09 19:08:50.410110 [ 258 ] {a06bada6-3712-4f3f-b39e-606b1542a2e8} <Debug> oximeter.measurements_histogrami8 (8780fb27-e459-4e9f-8a94-b112623be398): Loading data parts | ||
| 492 | 2025.04.09 19:08:50.410283 [ 258 ] {a06bada6-3712-4f3f-b39e-606b1542a2e8} <Debug> oximeter.measurements_histogrami8 (8780fb27-e459-4e9f-8a94-b112623be398): There are no data parts | ||
| 493 | 2025.04.09 19:08:50.411999 [ 258 ] {a06bada6-3712-4f3f-b39e-606b1542a2e8} <Debug> TCPHandler: Processed in 0.005022429 sec. | ||
| 494 | 2025.04.09 19:08:50.412152 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 495 | 2025.04.09 19:08:50.412433 [ 258 ] {88f094e6-9921-4c9f-8b1f-8f4651164df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 496 | 2025.04.09 19:08:50.412572 [ 258 ] {88f094e6-9921-4c9f-8b1f-8f4651164df6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 497 | 2025.04.09 19:08:50.415222 [ 258 ] {88f094e6-9921-4c9f-8b1f-8f4651164df6} <Debug> oximeter.measurements_histogramu8 (166de91c-8ecf-4efd-a154-c3b5c3b0e844): Loading data parts | ||
| 498 | 2025.04.09 19:08:50.415513 [ 258 ] {88f094e6-9921-4c9f-8b1f-8f4651164df6} <Debug> oximeter.measurements_histogramu8 (166de91c-8ecf-4efd-a154-c3b5c3b0e844): There are no data parts | ||
| 499 | 2025.04.09 19:08:50.416785 [ 258 ] {88f094e6-9921-4c9f-8b1f-8f4651164df6} <Debug> TCPHandler: Processed in 0.00468776 sec. | ||
| 500 | 2025.04.09 19:08:50.416945 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 501 | 2025.04.09 19:08:50.417282 [ 258 ] {916033a8-bbd4-455c-8d6f-f870620cdcf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 502 | 2025.04.09 19:08:50.417414 [ 258 ] {916033a8-bbd4-455c-8d6f-f870620cdcf0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 503 | 2025.04.09 19:08:50.419979 [ 258 ] {916033a8-bbd4-455c-8d6f-f870620cdcf0} <Debug> oximeter.measurements_histogrami16 (e529de34-b9b1-42be-bdf1-bcf5cb9e4e01): Loading data parts | ||
| 504 | 2025.04.09 19:08:50.420149 [ 258 ] {916033a8-bbd4-455c-8d6f-f870620cdcf0} <Debug> oximeter.measurements_histogrami16 (e529de34-b9b1-42be-bdf1-bcf5cb9e4e01): There are no data parts | ||
| 505 | 2025.04.09 19:08:50.421588 [ 258 ] {916033a8-bbd4-455c-8d6f-f870620cdcf0} <Debug> TCPHandler: Processed in 0.004693889 sec. | ||
| 506 | 2025.04.09 19:08:50.421746 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 507 | 2025.04.09 19:08:50.422008 [ 258 ] {1a8509f5-b42b-4feb-99e5-ae2bededb238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 508 | 2025.04.09 19:08:50.422141 [ 258 ] {1a8509f5-b42b-4feb-99e5-ae2bededb238} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 509 | 2025.04.09 19:08:50.424772 [ 258 ] {1a8509f5-b42b-4feb-99e5-ae2bededb238} <Debug> oximeter.measurements_histogramu16 (c698e8a6-33a3-4934-ac04-32be94e5731c): Loading data parts | ||
| 510 | 2025.04.09 19:08:50.425012 [ 258 ] {1a8509f5-b42b-4feb-99e5-ae2bededb238} <Debug> oximeter.measurements_histogramu16 (c698e8a6-33a3-4934-ac04-32be94e5731c): There are no data parts | ||
| 511 | 2025.04.09 19:08:50.426266 [ 258 ] {1a8509f5-b42b-4feb-99e5-ae2bededb238} <Debug> TCPHandler: Processed in 0.004571586 sec. | ||
| 512 | 2025.04.09 19:08:50.426428 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 513 | 2025.04.09 19:08:50.426899 [ 258 ] {4d81b02f-0b00-4a33-a58e-a9bf12780869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 514 | 2025.04.09 19:08:50.427053 [ 258 ] {4d81b02f-0b00-4a33-a58e-a9bf12780869} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 515 | 2025.04.09 19:08:50.429966 [ 258 ] {4d81b02f-0b00-4a33-a58e-a9bf12780869} <Debug> oximeter.measurements_histogrami32 (6ee5e401-6e4c-4c6c-955a-3db4d2cb1c4c): Loading data parts | ||
| 516 | 2025.04.09 19:08:50.430127 [ 258 ] {4d81b02f-0b00-4a33-a58e-a9bf12780869} <Debug> oximeter.measurements_histogrami32 (6ee5e401-6e4c-4c6c-955a-3db4d2cb1c4c): There are no data parts | ||
| 517 | 2025.04.09 19:08:50.431515 [ 258 ] {4d81b02f-0b00-4a33-a58e-a9bf12780869} <Debug> TCPHandler: Processed in 0.005141362 sec. | ||
| 518 | 2025.04.09 19:08:50.431685 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 519 | 2025.04.09 19:08:50.431948 [ 258 ] {938ca376-fcc3-4c65-b114-3e22e2258ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 520 | 2025.04.09 19:08:50.432077 [ 258 ] {938ca376-fcc3-4c65-b114-3e22e2258ecd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 521 | 2025.04.09 19:08:50.434740 [ 258 ] {938ca376-fcc3-4c65-b114-3e22e2258ecd} <Debug> oximeter.measurements_histogramu32 (554551c6-e8b2-407d-af81-19e06313dc9a): Loading data parts | ||
| 522 | 2025.04.09 19:08:50.435038 [ 258 ] {938ca376-fcc3-4c65-b114-3e22e2258ecd} <Debug> oximeter.measurements_histogramu32 (554551c6-e8b2-407d-af81-19e06313dc9a): There are no data parts | ||
| 523 | 2025.04.09 19:08:50.436377 [ 258 ] {938ca376-fcc3-4c65-b114-3e22e2258ecd} <Debug> TCPHandler: Processed in 0.004747542 sec. | ||
| 524 | 2025.04.09 19:08:50.436538 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 525 | 2025.04.09 19:08:50.436895 [ 258 ] {e0960b90-038f-4642-b152-32287b87ba60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 526 | 2025.04.09 19:08:50.437029 [ 258 ] {e0960b90-038f-4642-b152-32287b87ba60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 527 | 2025.04.09 19:08:50.439120 [ 258 ] {e0960b90-038f-4642-b152-32287b87ba60} <Debug> oximeter.measurements_histogrami64 (995674bc-5e7b-4659-b35b-e3c43a0b8b74): Loading data parts | ||
| 528 | 2025.04.09 19:08:50.439289 [ 258 ] {e0960b90-038f-4642-b152-32287b87ba60} <Debug> oximeter.measurements_histogrami64 (995674bc-5e7b-4659-b35b-e3c43a0b8b74): There are no data parts | ||
| 529 | 2025.04.09 19:08:50.440557 [ 258 ] {e0960b90-038f-4642-b152-32287b87ba60} <Debug> TCPHandler: Processed in 0.004071762 sec. | ||
| 530 | 2025.04.09 19:08:50.440707 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 531 | 2025.04.09 19:08:50.440969 [ 258 ] {5db2197c-00a1-445f-8461-3996cf481477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 532 | 2025.04.09 19:08:50.441099 [ 258 ] {5db2197c-00a1-445f-8461-3996cf481477} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 533 | 2025.04.09 19:08:50.443382 [ 258 ] {5db2197c-00a1-445f-8461-3996cf481477} <Debug> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Loading data parts | ||
| 534 | 2025.04.09 19:08:50.443682 [ 258 ] {5db2197c-00a1-445f-8461-3996cf481477} <Debug> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): There are no data parts | ||
| 535 | 2025.04.09 19:08:50.445115 [ 258 ] {5db2197c-00a1-445f-8461-3996cf481477} <Debug> TCPHandler: Processed in 0.004459944 sec. | ||
| 536 | 2025.04.09 19:08:50.445274 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 537 | 2025.04.09 19:08:50.445633 [ 258 ] {bccc8e6e-2268-443d-b394-3d56b7129f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 538 | 2025.04.09 19:08:50.445833 [ 258 ] {bccc8e6e-2268-443d-b394-3d56b7129f8d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 539 | 2025.04.09 19:08:50.447947 [ 258 ] {bccc8e6e-2268-443d-b394-3d56b7129f8d} <Debug> oximeter.measurements_histogramf32 (a28079ac-8ab5-457e-9920-0baf810c8f9f): Loading data parts | ||
| 540 | 2025.04.09 19:08:50.448099 [ 258 ] {bccc8e6e-2268-443d-b394-3d56b7129f8d} <Debug> oximeter.measurements_histogramf32 (a28079ac-8ab5-457e-9920-0baf810c8f9f): There are no data parts | ||
| 541 | 2025.04.09 19:08:50.449643 [ 258 ] {bccc8e6e-2268-443d-b394-3d56b7129f8d} <Debug> TCPHandler: Processed in 0.004424522 sec. | ||
| 542 | 2025.04.09 19:08:50.449795 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 543 | 2025.04.09 19:08:50.450068 [ 258 ] {de1a97b0-3d6a-464e-97d6-8212ca5b22f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 544 | 2025.04.09 19:08:50.450183 [ 258 ] {de1a97b0-3d6a-464e-97d6-8212ca5b22f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 545 | 2025.04.09 19:08:50.452259 [ 258 ] {de1a97b0-3d6a-464e-97d6-8212ca5b22f4} <Debug> oximeter.measurements_histogramf64 (9f277719-d6a1-4ff2-9d3d-43ee65fd44ff): Loading data parts | ||
| 546 | 2025.04.09 19:08:50.452498 [ 258 ] {de1a97b0-3d6a-464e-97d6-8212ca5b22f4} <Debug> oximeter.measurements_histogramf64 (9f277719-d6a1-4ff2-9d3d-43ee65fd44ff): There are no data parts | ||
| 547 | 2025.04.09 19:08:50.453708 [ 258 ] {de1a97b0-3d6a-464e-97d6-8212ca5b22f4} <Debug> TCPHandler: Processed in 0.00396246 sec. | ||
| 548 | 2025.04.09 19:08:50.453929 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 549 | 2025.04.09 19:08:50.454268 [ 258 ] {2afcef74-28f1-4f09-9065-9cb859f3b78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) /* The field tables store named dimensions of each timeseries. | ||
| 550 | * | ||
| 551 | * As with the measurement tables, there is one field table for each field data | ||
| 552 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 553 | * this behavior **must not** be relied upon for query correctness. | ||
| 554 | * | ||
| 555 | * The index for the fields differs from the measurements, however. Rows are | ||
| 556 | * sorted by timeseries name, then field name, field value, and finally | ||
| 557 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 558 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 559 | * usually then used to look up measurements. | ||
| 560 | * | ||
| 561 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 562 | * timeseries name and then key, since it would improve lookups where one | ||
| 563 | * already has the key. Realistically though, these tables are quite small and | ||
| 564 | * so performance benefits will be low in absolute terms. | ||
| 565 | * | ||
| 566 | * TTL: We use a materialized column to expire old field table records. This | ||
| 567 | * column is generated automatically by the database whenever a new row is | ||
| 568 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 569 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 570 | * record will remain during a deduplication, which will have the last | ||
| 571 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 572 | * measurement tables. | ||
| 573 | */ | ||
| 574 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 575 | 2025.04.09 19:08:50.454430 [ 258 ] {2afcef74-28f1-4f09-9065-9cb859f3b78e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 576 | 2025.04.09 19:08:50.457099 [ 258 ] {2afcef74-28f1-4f09-9065-9cb859f3b78e} <Debug> oximeter.fields_bool (c1fa93c3-e1dc-43bf-956b-87b2165a5159): Loading data parts | ||
| 577 | 2025.04.09 19:08:50.457272 [ 258 ] {2afcef74-28f1-4f09-9065-9cb859f3b78e} <Debug> oximeter.fields_bool (c1fa93c3-e1dc-43bf-956b-87b2165a5159): There are no data parts | ||
| 578 | 2025.04.09 19:08:50.458738 [ 258 ] {2afcef74-28f1-4f09-9065-9cb859f3b78e} <Debug> TCPHandler: Processed in 0.004874214 sec. | ||
| 579 | 2025.04.09 19:08:50.459013 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 580 | 2025.04.09 19:08:50.459209 [ 258 ] {69bf0ed1-0982-44b8-8c8b-9327fa1de270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 581 | 2025.04.09 19:08:50.459323 [ 258 ] {69bf0ed1-0982-44b8-8c8b-9327fa1de270} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 582 | 2025.04.09 19:08:50.461156 [ 258 ] {69bf0ed1-0982-44b8-8c8b-9327fa1de270} <Debug> oximeter.fields_i8 (c6018cdb-715c-45a4-a19c-bba00630b11c): Loading data parts | ||
| 583 | 2025.04.09 19:08:50.461390 [ 258 ] {69bf0ed1-0982-44b8-8c8b-9327fa1de270} <Debug> oximeter.fields_i8 (c6018cdb-715c-45a4-a19c-bba00630b11c): There are no data parts | ||
| 584 | 2025.04.09 19:08:50.462485 [ 258 ] {69bf0ed1-0982-44b8-8c8b-9327fa1de270} <Debug> TCPHandler: Processed in 0.003524988 sec. | ||
| 585 | 2025.04.09 19:08:50.462618 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 586 | 2025.04.09 19:08:50.462891 [ 258 ] {873d86ae-4e29-4992-958c-e0df52ff5be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 587 | 2025.04.09 19:08:50.462979 [ 258 ] {873d86ae-4e29-4992-958c-e0df52ff5be1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 588 | 2025.04.09 19:08:50.464826 [ 258 ] {873d86ae-4e29-4992-958c-e0df52ff5be1} <Debug> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Loading data parts | ||
| 589 | 2025.04.09 19:08:50.464984 [ 258 ] {873d86ae-4e29-4992-958c-e0df52ff5be1} <Debug> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): There are no data parts | ||
| 590 | 2025.04.09 19:08:50.466336 [ 258 ] {873d86ae-4e29-4992-958c-e0df52ff5be1} <Debug> TCPHandler: Processed in 0.003767504 sec. | ||
| 591 | 2025.04.09 19:08:50.466560 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 592 | 2025.04.09 19:08:50.466800 [ 258 ] {5152aa29-85c7-4c5e-81eb-c6967d0f3402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 593 | 2025.04.09 19:08:50.466947 [ 258 ] {5152aa29-85c7-4c5e-81eb-c6967d0f3402} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 594 | 2025.04.09 19:08:50.469197 [ 258 ] {5152aa29-85c7-4c5e-81eb-c6967d0f3402} <Debug> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Loading data parts | ||
| 595 | 2025.04.09 19:08:50.469498 [ 258 ] {5152aa29-85c7-4c5e-81eb-c6967d0f3402} <Debug> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): There are no data parts | ||
| 596 | 2025.04.09 19:08:50.470663 [ 258 ] {5152aa29-85c7-4c5e-81eb-c6967d0f3402} <Debug> TCPHandler: Processed in 0.004163395 sec. | ||
| 597 | 2025.04.09 19:08:50.470810 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 598 | 2025.04.09 19:08:50.471119 [ 258 ] {68df1735-7e0e-4a93-92c2-47d9d462a067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 599 | 2025.04.09 19:08:50.471235 [ 258 ] {68df1735-7e0e-4a93-92c2-47d9d462a067} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 600 | 2025.04.09 19:08:50.473086 [ 258 ] {68df1735-7e0e-4a93-92c2-47d9d462a067} <Debug> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Loading data parts | ||
| 601 | 2025.04.09 19:08:50.473276 [ 258 ] {68df1735-7e0e-4a93-92c2-47d9d462a067} <Debug> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): There are no data parts | ||
| 602 | 2025.04.09 19:08:50.474665 [ 258 ] {68df1735-7e0e-4a93-92c2-47d9d462a067} <Debug> TCPHandler: Processed in 0.003908848 sec. | ||
| 603 | 2025.04.09 19:08:50.474829 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 604 | 2025.04.09 19:08:50.475027 [ 258 ] {2038d1a7-3b62-4542-bc33-3578dfb77ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 605 | 2025.04.09 19:08:50.475168 [ 258 ] {2038d1a7-3b62-4542-bc33-3578dfb77ad2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 606 | 2025.04.09 19:08:50.477144 [ 258 ] {2038d1a7-3b62-4542-bc33-3578dfb77ad2} <Debug> oximeter.fields_i32 (cafd6b5e-1deb-4868-bdfe-ae99bbd25fc4): Loading data parts | ||
| 607 | 2025.04.09 19:08:50.477526 [ 258 ] {2038d1a7-3b62-4542-bc33-3578dfb77ad2} <Debug> oximeter.fields_i32 (cafd6b5e-1deb-4868-bdfe-ae99bbd25fc4): There are no data parts | ||
| 608 | 2025.04.09 19:08:50.479206 [ 258 ] {2038d1a7-3b62-4542-bc33-3578dfb77ad2} <Debug> TCPHandler: Processed in 0.004431102 sec. | ||
| 609 | 2025.04.09 19:08:50.479426 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 610 | 2025.04.09 19:08:50.479754 [ 258 ] {92a7f497-7b81-46bd-b13b-8fb37c138ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 611 | 2025.04.09 19:08:50.479952 [ 258 ] {92a7f497-7b81-46bd-b13b-8fb37c138ff6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 612 | 2025.04.09 19:08:50.483050 [ 258 ] {92a7f497-7b81-46bd-b13b-8fb37c138ff6} <Debug> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Loading data parts | ||
| 613 | 2025.04.09 19:08:50.483231 [ 258 ] {92a7f497-7b81-46bd-b13b-8fb37c138ff6} <Debug> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): There are no data parts | ||
| 614 | 2025.04.09 19:08:50.484834 [ 258 ] {92a7f497-7b81-46bd-b13b-8fb37c138ff6} <Debug> TCPHandler: Processed in 0.005468221 sec. | ||
| 615 | 2025.04.09 19:08:50.485016 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 616 | 2025.04.09 19:08:50.485240 [ 258 ] {a10de5ac-1dd2-44e3-8363-0287ef6bc890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 617 | 2025.04.09 19:08:50.485391 [ 258 ] {a10de5ac-1dd2-44e3-8363-0287ef6bc890} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 618 | 2025.04.09 19:08:50.487254 [ 258 ] {a10de5ac-1dd2-44e3-8363-0287ef6bc890} <Debug> oximeter.fields_i64 (fe2614f2-104c-4d0a-bde6-0ef881928f00): Loading data parts | ||
| 619 | 2025.04.09 19:08:50.487515 [ 258 ] {a10de5ac-1dd2-44e3-8363-0287ef6bc890} <Debug> oximeter.fields_i64 (fe2614f2-104c-4d0a-bde6-0ef881928f00): There are no data parts | ||
| 620 | 2025.04.09 19:08:50.488832 [ 258 ] {a10de5ac-1dd2-44e3-8363-0287ef6bc890} <Debug> TCPHandler: Processed in 0.003873517 sec. | ||
| 621 | 2025.04.09 19:08:50.488977 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 622 | 2025.04.09 19:08:50.489422 [ 258 ] {92e8088a-3133-4f6b-b28b-250b5ce614cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 623 | 2025.04.09 19:08:50.489588 [ 258 ] {92e8088a-3133-4f6b-b28b-250b5ce614cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 624 | 2025.04.09 19:08:50.493857 [ 258 ] {92e8088a-3133-4f6b-b28b-250b5ce614cc} <Debug> oximeter.fields_u64 (f7d25109-ae92-4157-9ccd-55ca5c583d0f): Loading data parts | ||
| 625 | 2025.04.09 19:08:50.494055 [ 258 ] {92e8088a-3133-4f6b-b28b-250b5ce614cc} <Debug> oximeter.fields_u64 (f7d25109-ae92-4157-9ccd-55ca5c583d0f): There are no data parts | ||
| 626 | 2025.04.09 19:08:50.500872 [ 258 ] {92e8088a-3133-4f6b-b28b-250b5ce614cc} <Debug> TCPHandler: Processed in 0.011954781 sec. | ||
| 627 | 2025.04.09 19:08:50.501029 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 628 | 2025.04.09 19:08:50.501235 [ 258 ] {1d98ca93-f068-4842-a0f3-d5fdbdc5741a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 629 | 2025.04.09 19:08:50.501365 [ 258 ] {1d98ca93-f068-4842-a0f3-d5fdbdc5741a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 630 | 2025.04.09 19:08:50.503746 [ 258 ] {1d98ca93-f068-4842-a0f3-d5fdbdc5741a} <Debug> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Loading data parts | ||
| 631 | 2025.04.09 19:08:50.503999 [ 258 ] {1d98ca93-f068-4842-a0f3-d5fdbdc5741a} <Debug> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): There are no data parts | ||
| 632 | 2025.04.09 19:08:50.505393 [ 258 ] {1d98ca93-f068-4842-a0f3-d5fdbdc5741a} <Debug> TCPHandler: Processed in 0.004422342 sec. | ||
| 633 | 2025.04.09 19:08:50.505549 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 634 | 2025.04.09 19:08:50.505867 [ 258 ] {f591f410-516f-4c55-8a89-5012c213bdfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 635 | 2025.04.09 19:08:50.505990 [ 258 ] {f591f410-516f-4c55-8a89-5012c213bdfc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 636 | 2025.04.09 19:08:50.507901 [ 258 ] {f591f410-516f-4c55-8a89-5012c213bdfc} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Loading data parts | ||
| 637 | 2025.04.09 19:08:50.508067 [ 258 ] {f591f410-516f-4c55-8a89-5012c213bdfc} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): There are no data parts | ||
| 638 | 2025.04.09 19:08:50.509458 [ 258 ] {f591f410-516f-4c55-8a89-5012c213bdfc} <Debug> TCPHandler: Processed in 0.00396582 sec. | ||
| 639 | 2025.04.09 19:08:50.509599 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 640 | 2025.04.09 19:08:50.509789 [ 258 ] {7e62a0ce-bab5-4b14-97be-130709889f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 641 | 2025.04.09 19:08:50.509917 [ 258 ] {7e62a0ce-bab5-4b14-97be-130709889f15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 642 | 2025.04.09 19:08:50.511913 [ 258 ] {7e62a0ce-bab5-4b14-97be-130709889f15} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Loading data parts | ||
| 643 | 2025.04.09 19:08:50.512099 [ 258 ] {7e62a0ce-bab5-4b14-97be-130709889f15} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): There are no data parts | ||
| 644 | 2025.04.09 19:08:50.513413 [ 258 ] {7e62a0ce-bab5-4b14-97be-130709889f15} <Debug> TCPHandler: Processed in 0.003863697 sec. | ||
| 645 | 2025.04.09 19:08:50.513676 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 646 | 2025.04.09 19:08:50.513982 [ 258 ] {55be07e8-efbf-4097-8447-13fd062d3ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) /* The timeseries schema table stores the extracted schema for the samples | ||
| 647 | * oximeter collects. | ||
| 648 | */ | ||
| 649 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 650 | 2025.04.09 19:08:50.514134 [ 258 ] {55be07e8-efbf-4097-8447-13fd062d3ed2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 651 | 2025.04.09 19:08:50.515959 [ 258 ] {55be07e8-efbf-4097-8447-13fd062d3ed2} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Loading data parts | ||
| 652 | 2025.04.09 19:08:50.516220 [ 258 ] {55be07e8-efbf-4097-8447-13fd062d3ed2} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): There are no data parts | ||
| 653 | 2025.04.09 19:08:50.517731 [ 258 ] {55be07e8-efbf-4097-8447-13fd062d3ed2} <Debug> TCPHandler: Processed in 0.004106884 sec. | ||
| 654 | 2025.04.09 19:08:50.518635 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 655 | 2025.04.09 19:08:50.519127 [ 259 ] {9a95fa20-3fc1-4ebc-9349-a4b184bab780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 656 | 2025.04.09 19:08:50.521973 [ 259 ] {9a95fa20-3fc1-4ebc-9349-a4b184bab780} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 657 | 2025.04.09 19:08:50.538737 [ 267 ] {9a95fa20-3fc1-4ebc-9349-a4b184bab780} <Trace> oximeter.version (9582994e-da65-483d-99a0-86085327c79c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 658 | 2025.04.09 19:08:50.539017 [ 267 ] {9a95fa20-3fc1-4ebc-9349-a4b184bab780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 659 | 2025.04.09 19:08:50.546786 [ 267 ] {9a95fa20-3fc1-4ebc-9349-a4b184bab780} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 660 | 2025.04.09 19:08:50.547690 [ 267 ] {9a95fa20-3fc1-4ebc-9349-a4b184bab780} <Trace> oximeter.version (9582994e-da65-483d-99a0-86085327c79c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 661 | 2025.04.09 19:08:50.548074 [ 259 ] {9a95fa20-3fc1-4ebc-9349-a4b184bab780} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.029079 sec., 34.38907802881805 rows/sec., 550.23 B/sec. | ||
| 662 | 2025.04.09 19:08:50.548419 [ 259 ] {9a95fa20-3fc1-4ebc-9349-a4b184bab780} <Debug> TCPHandler: Processed in 0.029926198 sec. | ||
| 663 | 2025.04.09 19:08:50.844730 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51962 | ||
| 664 | 2025.04.09 19:08:50.845204 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 665 | 2025.04.09 19:08:50.845242 [ 277 ] {} <Debug> TCP-Session: e92f8d80-b959-4c55-a479-74a0b87cd1bb Authenticating user 'default' from [fd00:1122:3344:101::b]:51962 | ||
| 666 | 2025.04.09 19:08:50.845269 [ 277 ] {} <Debug> TCP-Session: e92f8d80-b959-4c55-a479-74a0b87cd1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.04.09 19:08:50.845369 [ 277 ] {} <Debug> TCP-Session: e92f8d80-b959-4c55-a479-74a0b87cd1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.04.09 19:08:50.845428 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 669 | 2025.04.09 19:08:50.845455 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 670 | 2025.04.09 19:08:50.845575 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.04.09 19:08:50.846602 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45070 | ||
| 672 | 2025.04.09 19:08:50.846785 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54460 | ||
| 673 | 2025.04.09 19:08:50.846793 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.04.09 19:08:50.846874 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48493 | ||
| 675 | 2025.04.09 19:08:50.847007 [ 278 ] {} <Debug> TCP-Session: 4332786c-6eea-423e-b592-7172914a5c64 Authenticating user 'default' from [fd00:1122:3344:101::b]:45070 | ||
| 676 | 2025.04.09 19:08:50.847008 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2025.04.09 19:08:50.847031 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64018 | ||
| 678 | 2025.04.09 19:08:50.847137 [ 278 ] {} <Debug> TCP-Session: 4332786c-6eea-423e-b592-7172914a5c64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 679 | 2025.04.09 19:08:50.847176 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46972 | ||
| 680 | 2025.04.09 19:08:50.847210 [ 279 ] {} <Debug> TCP-Session: 3d109f35-1934-4c7b-aa5d-1fa59b2d5cf0 Authenticating user 'default' from [fd00:1122:3344:101::b]:54460 | ||
| 681 | 2025.04.09 19:08:50.847237 [ 278 ] {} <Debug> TCP-Session: 4332786c-6eea-423e-b592-7172914a5c64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2025.04.09 19:08:50.847436 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34240 | ||
| 683 | 2025.04.09 19:08:50.847552 [ 279 ] {} <Debug> TCP-Session: 3d109f35-1934-4c7b-aa5d-1fa59b2d5cf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2025.04.09 19:08:50.847557 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 685 | 2025.04.09 19:08:50.847612 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51596 | ||
| 686 | 2025.04.09 19:08:50.847613 [ 279 ] {} <Debug> TCP-Session: 3d109f35-1934-4c7b-aa5d-1fa59b2d5cf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.04.09 19:08:50.847772 [ 281 ] {} <Debug> TCP-Session: f0c4a812-842f-45e1-a1f7-996f1f893360 Authenticating user 'default' from [fd00:1122:3344:101::b]:64018 | ||
| 688 | 2025.04.09 19:08:50.847775 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 689 | 2025.04.09 19:08:50.847922 [ 281 ] {} <Debug> TCP-Session: f0c4a812-842f-45e1-a1f7-996f1f893360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.04.09 19:08:50.847948 [ 283 ] {} <Debug> TCP-Session: 71b4e5c5-69bb-450e-9a22-2c794ead8548 Authenticating user 'default' from [fd00:1122:3344:101::b]:34240 | ||
| 691 | 2025.04.09 19:08:50.847956 [ 281 ] {} <Debug> TCP-Session: f0c4a812-842f-45e1-a1f7-996f1f893360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.04.09 19:08:50.848068 [ 283 ] {} <Debug> TCP-Session: 71b4e5c5-69bb-450e-9a22-2c794ead8548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.04.09 19:08:50.848145 [ 283 ] {} <Debug> TCP-Session: 71b4e5c5-69bb-450e-9a22-2c794ead8548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.04.09 19:08:50.848879 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 695 | 2025.04.09 19:08:50.848938 [ 280 ] {} <Debug> TCP-Session: 784aa8dc-a7e5-48aa-879c-9a8343ee2f52 Authenticating user 'default' from [fd00:1122:3344:101::b]:48493 | ||
| 696 | 2025.04.09 19:08:50.848965 [ 280 ] {} <Debug> TCP-Session: 784aa8dc-a7e5-48aa-879c-9a8343ee2f52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.04.09 19:08:50.848980 [ 280 ] {} <Debug> TCP-Session: 784aa8dc-a7e5-48aa-879c-9a8343ee2f52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.04.09 19:08:50.851926 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2025.04.09 19:08:50.851970 [ 282 ] {} <Debug> TCP-Session: d246487b-8a35-4fcb-bfac-90904ba95ae8 Authenticating user 'default' from [fd00:1122:3344:101::b]:46972 | ||
| 700 | 2025.04.09 19:08:50.851991 [ 282 ] {} <Debug> TCP-Session: d246487b-8a35-4fcb-bfac-90904ba95ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.04.09 19:08:50.852103 [ 282 ] {} <Debug> TCP-Session: d246487b-8a35-4fcb-bfac-90904ba95ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.04.09 19:08:50.854166 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2025.04.09 19:08:50.854210 [ 284 ] {} <Debug> TCP-Session: ac77e592-9c99-4f8c-8d72-e930b6d82262 Authenticating user 'default' from [fd00:1122:3344:101::b]:51596 | ||
| 704 | 2025.04.09 19:08:50.854379 [ 284 ] {} <Debug> TCP-Session: ac77e592-9c99-4f8c-8d72-e930b6d82262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.04.09 19:08:50.854406 [ 284 ] {} <Debug> TCP-Session: ac77e592-9c99-4f8c-8d72-e930b6d82262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.04.09 19:08:51.000278 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.85 MiB, peak 126.85 MiB, free memory in arenas 0.00 B, will set to 140.85 MiB (RSS), difference: 14.00 MiB | ||
| 707 | 2025.04.09 19:08:55.800234 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 708 | 2025.04.09 19:08:55.800330 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 709 | 2025.04.09 19:08:55.801213 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 710 | 2025.04.09 19:08:55.801429 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 711 | 2025.04.09 19:08:55.803989 [ 244 ] {} <Debug> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Loading data parts | ||
| 712 | 2025.04.09 19:08:55.804405 [ 244 ] {} <Debug> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): There are no data parts | ||
| 713 | 2025.04.09 19:08:55.815913 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.04.09 19:08:55.816131 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 715 | 2025.04.09 19:08:55.821132 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.04.09 19:08:55.821970 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 717 | 2025.04.09 19:08:55.822989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 718 | 2025.04.09 19:08:55.829746 [ 243 ] {} <Debug> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Loading data parts | ||
| 719 | 2025.04.09 19:08:55.829963 [ 243 ] {} <Debug> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): There are no data parts | ||
| 720 | 2025.04.09 19:08:55.852955 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.04.09 19:08:55.853101 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 722 | 2025.04.09 19:08:55.860369 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.04.09 19:08:55.861582 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.04.09 19:08:55.863999 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.04.09 19:08:56.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.87 MiB, peak 149.87 MiB, free memory in arenas 0.00 B, will set to 150.65 MiB (RSS), difference: 4.78 MiB | ||
| 726 | 2025.04.09 19:08:58.301133 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.04.09 19:08:58.301375 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.04.09 19:08:58.307036 [ 242 ] {} <Debug> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Loading data parts | ||
| 729 | 2025.04.09 19:08:58.307215 [ 242 ] {} <Debug> system.query_log (e373d454-753a-45bc-a497-01195adac90c): There are no data parts | ||
| 730 | 2025.04.09 19:08:58.313872 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.04.09 19:08:58.314041 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 732 | 2025.04.09 19:08:58.315759 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.04.09 19:08:58.316300 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.04.09 19:08:58.316791 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.04.09 19:08:59.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.84 MiB, peak 154.84 MiB, free memory in arenas 0.00 B, will set to 151.12 MiB (RSS), difference: -3.72 MiB | ||
| 736 | 2025.04.09 19:09:03.272241 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.04.09 19:09:03.272298 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.04.09 19:09:03.323083 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 739 | 2025.04.09 19:09:03.324186 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.04.09 19:09:03.324227 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 741 | 2025.04.09 19:09:03.324938 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.04.09 19:09:03.325561 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.04.09 19:09:03.325778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.04.09 19:09:03.364058 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.04.09 19:09:03.386405 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.04.09 19:09:03.386518 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 747 | 2025.04.09 19:09:03.393187 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.04.09 19:09:03.394361 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.04.09 19:09:03.397018 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.04.09 19:09:04.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.79 MiB, peak 155.79 MiB, free memory in arenas 0.00 B, will set to 153.86 MiB (RSS), difference: 2.07 MiB | ||
| 751 | 2025.04.09 19:09:09.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.88 MiB, peak 155.79 MiB, free memory in arenas 0.00 B, will set to 153.90 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.04.09 19:09:10.556371 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 753 | 2025.04.09 19:09:10.556577 [ 258 ] {71c8b481-cccd-409b-91c2-e61b23d8148b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 754 | 2025.04.09 19:09:10.557046 [ 258 ] {71c8b481-cccd-409b-91c2-e61b23d8148b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 755 | 2025.04.09 19:09:10.557289 [ 258 ] {71c8b481-cccd-409b-91c2-e61b23d8148b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 756 | 2025.04.09 19:09:10.558095 [ 258 ] {71c8b481-cccd-409b-91c2-e61b23d8148b} <Debug> TCPHandler: Processed in 0.001852372 sec. | ||
| 757 | 2025.04.09 19:09:10.559230 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 758 | 2025.04.09 19:09:10.559387 [ 258 ] {efaf3a87-47a6-4fda-9592-e499109fa925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 759 | 2025.04.09 19:09:10.561178 [ 258 ] {efaf3a87-47a6-4fda-9592-e499109fa925} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 760 | 2025.04.09 19:09:10.561236 [ 258 ] {efaf3a87-47a6-4fda-9592-e499109fa925} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 761 | 2025.04.09 19:09:10.561794 [ 258 ] {efaf3a87-47a6-4fda-9592-e499109fa925} <Debug> TCPHandler: Processed in 0.002616742 sec. | ||
| 762 | 2025.04.09 19:09:10.562089 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 763 | 2025.04.09 19:09:10.562229 [ 258 ] {a64458ea-6884-4e5a-b5fc-b60eaa946867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 764 | 2025.04.09 19:09:10.562586 [ 258 ] {a64458ea-6884-4e5a-b5fc-b60eaa946867} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 765 | 2025.04.09 19:09:10.562639 [ 258 ] {a64458ea-6884-4e5a-b5fc-b60eaa946867} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 766 | 2025.04.09 19:09:10.563172 [ 258 ] {a64458ea-6884-4e5a-b5fc-b60eaa946867} <Debug> TCPHandler: Processed in 0.001135371 sec. | ||
| 767 | 2025.04.09 19:09:10.563378 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2025.04.09 19:09:10.563515 [ 258 ] {5304563f-a9a2-47db-8374-acbe15c0be77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 769 | 2025.04.09 19:09:10.563830 [ 258 ] {5304563f-a9a2-47db-8374-acbe15c0be77} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 770 | 2025.04.09 19:09:10.563883 [ 258 ] {5304563f-a9a2-47db-8374-acbe15c0be77} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 771 | 2025.04.09 19:09:10.564364 [ 258 ] {5304563f-a9a2-47db-8374-acbe15c0be77} <Debug> TCPHandler: Processed in 0.001036248 sec. | ||
| 772 | 2025.04.09 19:09:10.564574 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 773 | 2025.04.09 19:09:10.564709 [ 258 ] {1419ddd4-68c1-4849-9083-34daedf50192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 774 | 2025.04.09 19:09:10.565026 [ 258 ] {1419ddd4-68c1-4849-9083-34daedf50192} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 775 | 2025.04.09 19:09:10.565079 [ 258 ] {1419ddd4-68c1-4849-9083-34daedf50192} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 776 | 2025.04.09 19:09:10.565571 [ 258 ] {1419ddd4-68c1-4849-9083-34daedf50192} <Debug> TCPHandler: Processed in 0.00104802 sec. | ||
| 777 | 2025.04.09 19:09:10.565774 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 778 | 2025.04.09 19:09:10.565911 [ 258 ] {bd9e556a-f1c3-432a-99e6-09f785e7c0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 779 | 2025.04.09 19:09:10.566232 [ 258 ] {bd9e556a-f1c3-432a-99e6-09f785e7c0c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 780 | 2025.04.09 19:09:10.566284 [ 258 ] {bd9e556a-f1c3-432a-99e6-09f785e7c0c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 781 | 2025.04.09 19:09:10.566763 [ 258 ] {bd9e556a-f1c3-432a-99e6-09f785e7c0c2} <Debug> TCPHandler: Processed in 0.001038998 sec. | ||
| 782 | 2025.04.09 19:09:10.566964 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 783 | 2025.04.09 19:09:10.567099 [ 258 ] {17a8780f-efe2-40a0-9239-725276cb2feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 784 | 2025.04.09 19:09:10.567423 [ 258 ] {17a8780f-efe2-40a0-9239-725276cb2feb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 785 | 2025.04.09 19:09:10.567475 [ 258 ] {17a8780f-efe2-40a0-9239-725276cb2feb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 786 | 2025.04.09 19:09:10.567947 [ 258 ] {17a8780f-efe2-40a0-9239-725276cb2feb} <Debug> TCPHandler: Processed in 0.001034648 sec. | ||
| 787 | 2025.04.09 19:09:10.568161 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 788 | 2025.04.09 19:09:10.568297 [ 258 ] {a64d7606-d57b-401f-8155-23d6197dd882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 789 | 2025.04.09 19:09:10.568621 [ 258 ] {a64d7606-d57b-401f-8155-23d6197dd882} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 790 | 2025.04.09 19:09:10.568673 [ 258 ] {a64d7606-d57b-401f-8155-23d6197dd882} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 791 | 2025.04.09 19:09:10.569153 [ 258 ] {a64d7606-d57b-401f-8155-23d6197dd882} <Debug> TCPHandler: Processed in 0.001043569 sec. | ||
| 792 | 2025.04.09 19:09:10.569383 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 793 | 2025.04.09 19:09:10.569520 [ 258 ] {4fa7b440-d460-4b3b-a038-38456b83ee16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 794 | 2025.04.09 19:09:10.569848 [ 258 ] {4fa7b440-d460-4b3b-a038-38456b83ee16} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 795 | 2025.04.09 19:09:10.569900 [ 258 ] {4fa7b440-d460-4b3b-a038-38456b83ee16} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 796 | 2025.04.09 19:09:10.570378 [ 258 ] {4fa7b440-d460-4b3b-a038-38456b83ee16} <Debug> TCPHandler: Processed in 0.001045829 sec. | ||
| 797 | 2025.04.09 19:09:10.570590 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 798 | 2025.04.09 19:09:10.570728 [ 258 ] {7a9ce64e-c3e3-4b72-8169-473b699cb81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 799 | 2025.04.09 19:09:10.571068 [ 258 ] {7a9ce64e-c3e3-4b72-8169-473b699cb81d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 800 | 2025.04.09 19:09:10.571119 [ 258 ] {7a9ce64e-c3e3-4b72-8169-473b699cb81d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 801 | 2025.04.09 19:09:10.571598 [ 258 ] {7a9ce64e-c3e3-4b72-8169-473b699cb81d} <Debug> TCPHandler: Processed in 0.001057689 sec. | ||
| 802 | 2025.04.09 19:09:10.571793 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2025.04.09 19:09:10.571933 [ 258 ] {1493c022-643d-4f34-958e-b41825a17e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 804 | 2025.04.09 19:09:10.572271 [ 258 ] {1493c022-643d-4f34-958e-b41825a17e03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 805 | 2025.04.09 19:09:10.572323 [ 258 ] {1493c022-643d-4f34-958e-b41825a17e03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 806 | 2025.04.09 19:09:10.572811 [ 258 ] {1493c022-643d-4f34-958e-b41825a17e03} <Debug> TCPHandler: Processed in 0.00106821 sec. | ||
| 807 | 2025.04.09 19:09:10.573004 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 808 | 2025.04.09 19:09:10.573147 [ 258 ] {0f46190f-762a-40ad-a15f-01ef800c93b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 809 | 2025.04.09 19:09:10.573495 [ 258 ] {0f46190f-762a-40ad-a15f-01ef800c93b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 810 | 2025.04.09 19:09:10.573547 [ 258 ] {0f46190f-762a-40ad-a15f-01ef800c93b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 811 | 2025.04.09 19:09:10.574036 [ 258 ] {0f46190f-762a-40ad-a15f-01ef800c93b2} <Debug> TCPHandler: Processed in 0.00108108 sec. | ||
| 812 | 2025.04.09 19:09:10.574253 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 813 | 2025.04.09 19:09:10.574395 [ 258 ] {71f6fe87-40c9-440d-8a9f-40699d907341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 814 | 2025.04.09 19:09:10.574738 [ 258 ] {71f6fe87-40c9-440d-8a9f-40699d907341} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 815 | 2025.04.09 19:09:10.574791 [ 258 ] {71f6fe87-40c9-440d-8a9f-40699d907341} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 816 | 2025.04.09 19:09:10.575275 [ 258 ] {71f6fe87-40c9-440d-8a9f-40699d907341} <Debug> TCPHandler: Processed in 0.001072 sec. | ||
| 817 | 2025.04.09 19:09:10.575499 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2025.04.09 19:09:10.575642 [ 258 ] {a3711067-a4e3-4086-9755-3ddd87e6126b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 819 | 2025.04.09 19:09:10.575992 [ 258 ] {a3711067-a4e3-4086-9755-3ddd87e6126b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 820 | 2025.04.09 19:09:10.576044 [ 258 ] {a3711067-a4e3-4086-9755-3ddd87e6126b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 821 | 2025.04.09 19:09:10.576529 [ 258 ] {a3711067-a4e3-4086-9755-3ddd87e6126b} <Debug> TCPHandler: Processed in 0.00108023 sec. | ||
| 822 | 2025.04.09 19:09:10.576741 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2025.04.09 19:09:10.576886 [ 258 ] {c90f4c31-8659-460b-8479-e5e43ff75c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 824 | 2025.04.09 19:09:10.577239 [ 258 ] {c90f4c31-8659-460b-8479-e5e43ff75c94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2025.04.09 19:09:10.577291 [ 258 ] {c90f4c31-8659-460b-8479-e5e43ff75c94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 826 | 2025.04.09 19:09:10.577766 [ 258 ] {c90f4c31-8659-460b-8479-e5e43ff75c94} <Debug> TCPHandler: Processed in 0.00107496 sec. | ||
| 827 | 2025.04.09 19:09:10.577965 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 828 | 2025.04.09 19:09:10.578107 [ 258 ] {bd2e04bd-234f-41ac-896d-8c157334d2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 829 | 2025.04.09 19:09:10.578463 [ 258 ] {bd2e04bd-234f-41ac-896d-8c157334d2e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 830 | 2025.04.09 19:09:10.578516 [ 258 ] {bd2e04bd-234f-41ac-896d-8c157334d2e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 831 | 2025.04.09 19:09:10.578997 [ 258 ] {bd2e04bd-234f-41ac-896d-8c157334d2e0} <Debug> TCPHandler: Processed in 0.00108388 sec. | ||
| 832 | 2025.04.09 19:09:10.579194 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2025.04.09 19:09:10.579337 [ 258 ] {f71ff089-6cdb-4140-9538-d2a90cf2d1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 834 | 2025.04.09 19:09:10.579686 [ 258 ] {f71ff089-6cdb-4140-9538-d2a90cf2d1a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 835 | 2025.04.09 19:09:10.579737 [ 258 ] {f71ff089-6cdb-4140-9538-d2a90cf2d1a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 836 | 2025.04.09 19:09:10.580213 [ 258 ] {f71ff089-6cdb-4140-9538-d2a90cf2d1a9} <Debug> TCPHandler: Processed in 0.00106796 sec. | ||
| 837 | 2025.04.09 19:09:10.580428 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2025.04.09 19:09:10.580572 [ 258 ] {679c73d6-922c-4a33-8d54-50e21b843dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) 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) | ||
| 839 | 2025.04.09 19:09:10.580923 [ 258 ] {679c73d6-922c-4a33-8d54-50e21b843dd1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2025.04.09 19:09:10.580974 [ 258 ] {679c73d6-922c-4a33-8d54-50e21b843dd1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2025.04.09 19:09:10.581453 [ 258 ] {679c73d6-922c-4a33-8d54-50e21b843dd1} <Debug> TCPHandler: Processed in 0.00107484 sec. | ||
| 842 | 2025.04.09 19:09:10.588058 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 843 | 2025.04.09 19:09:10.588183 [ 258 ] {322c9456-ea7f-4374-a4d1-dc26e5007573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 844 | 2025.04.09 19:09:10.588230 [ 258 ] {322c9456-ea7f-4374-a4d1-dc26e5007573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 845 | 2025.04.09 19:09:10.588945 [ 258 ] {322c9456-ea7f-4374-a4d1-dc26e5007573} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 846 | 2025.04.09 19:09:10.588994 [ 258 ] {322c9456-ea7f-4374-a4d1-dc26e5007573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 847 | 2025.04.09 19:09:10.589635 [ 258 ] {322c9456-ea7f-4374-a4d1-dc26e5007573} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 848 | 2025.04.09 19:09:10.590030 [ 258 ] {322c9456-ea7f-4374-a4d1-dc26e5007573} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 849 | 2025.04.09 19:09:10.590290 [ 258 ] {322c9456-ea7f-4374-a4d1-dc26e5007573} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002135 sec., 8430.913348946135 rows/sec., 1.15 MiB/sec. | ||
| 850 | 2025.04.09 19:09:10.590446 [ 258 ] {322c9456-ea7f-4374-a4d1-dc26e5007573} <Debug> TCPHandler: Processed in 0.002437507 sec. | ||
| 851 | 2025.04.09 19:09:10.590571 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 852 | 2025.04.09 19:09:10.590686 [ 258 ] {ca86ce07-9582-4488-86ef-f4074d3134b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 853 | 2025.04.09 19:09:10.590731 [ 258 ] {ca86ce07-9582-4488-86ef-f4074d3134b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 854 | 2025.04.09 19:09:10.594163 [ 258 ] {ca86ce07-9582-4488-86ef-f4074d3134b7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 855 | 2025.04.09 19:09:10.594201 [ 258 ] {ca86ce07-9582-4488-86ef-f4074d3134b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 856 | 2025.04.09 19:09:10.594749 [ 258 ] {ca86ce07-9582-4488-86ef-f4074d3134b7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 857 | 2025.04.09 19:09:10.595316 [ 258 ] {ca86ce07-9582-4488-86ef-f4074d3134b7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 858 | 2025.04.09 19:09:10.595606 [ 258 ] {ca86ce07-9582-4488-86ef-f4074d3134b7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.004928 sec., 11363.636363636364 rows/sec., 893.93 KiB/sec. | ||
| 859 | 2025.04.09 19:09:10.595670 [ 258 ] {ca86ce07-9582-4488-86ef-f4074d3134b7} <Debug> TCPHandler: Processed in 0.005152813 sec. | ||
| 860 | 2025.04.09 19:09:10.595787 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2025.04.09 19:09:10.595891 [ 258 ] {3350fe52-c81d-4fbe-b906-b1992f121295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 862 | 2025.04.09 19:09:10.595936 [ 258 ] {3350fe52-c81d-4fbe-b906-b1992f121295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 863 | 2025.04.09 19:09:10.596499 [ 258 ] {3350fe52-c81d-4fbe-b906-b1992f121295} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 864 | 2025.04.09 19:09:10.596540 [ 258 ] {3350fe52-c81d-4fbe-b906-b1992f121295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 865 | 2025.04.09 19:09:10.597095 [ 258 ] {3350fe52-c81d-4fbe-b906-b1992f121295} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 866 | 2025.04.09 19:09:10.597613 [ 258 ] {3350fe52-c81d-4fbe-b906-b1992f121295} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 867 | 2025.04.09 19:09:10.597902 [ 258 ] {3350fe52-c81d-4fbe-b906-b1992f121295} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002011 sec., 31824.962705121827 rows/sec., 2.48 MiB/sec. | ||
| 868 | 2025.04.09 19:09:10.597962 [ 258 ] {3350fe52-c81d-4fbe-b906-b1992f121295} <Debug> TCPHandler: Processed in 0.002227321 sec. | ||
| 869 | 2025.04.09 19:09:10.598088 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2025.04.09 19:09:10.598194 [ 258 ] {098dad23-412c-4cef-a190-fe62f02229b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 871 | 2025.04.09 19:09:10.598242 [ 258 ] {098dad23-412c-4cef-a190-fe62f02229b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 872 | 2025.04.09 19:09:10.598807 [ 258 ] {098dad23-412c-4cef-a190-fe62f02229b8} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 873 | 2025.04.09 19:09:10.598845 [ 258 ] {098dad23-412c-4cef-a190-fe62f02229b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 874 | 2025.04.09 19:09:10.599413 [ 258 ] {098dad23-412c-4cef-a190-fe62f02229b8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 875 | 2025.04.09 19:09:10.599968 [ 258 ] {098dad23-412c-4cef-a190-fe62f02229b8} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 876 | 2025.04.09 19:09:10.600176 [ 258 ] {098dad23-412c-4cef-a190-fe62f02229b8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002004 sec., 63872.255489021954 rows/sec., 4.45 MiB/sec. | ||
| 877 | 2025.04.09 19:09:10.600227 [ 258 ] {098dad23-412c-4cef-a190-fe62f02229b8} <Debug> TCPHandler: Processed in 0.002190511 sec. | ||
| 878 | 2025.04.09 19:09:10.600349 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.04.09 19:09:10.600453 [ 258 ] {192655b5-0a0c-4f28-8777-c8f3a241e4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 880 | 2025.04.09 19:09:10.600498 [ 258 ] {192655b5-0a0c-4f28-8777-c8f3a241e4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 881 | 2025.04.09 19:09:10.600928 [ 258 ] {192655b5-0a0c-4f28-8777-c8f3a241e4d0} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 882 | 2025.04.09 19:09:10.600967 [ 258 ] {192655b5-0a0c-4f28-8777-c8f3a241e4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 883 | 2025.04.09 19:09:10.601454 [ 258 ] {192655b5-0a0c-4f28-8777-c8f3a241e4d0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 884 | 2025.04.09 19:09:10.601990 [ 258 ] {192655b5-0a0c-4f28-8777-c8f3a241e4d0} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 885 | 2025.04.09 19:09:10.602248 [ 258 ] {192655b5-0a0c-4f28-8777-c8f3a241e4d0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001808 sec., 26548.672566371682 rows/sec., 1.79 MiB/sec. | ||
| 886 | 2025.04.09 19:09:10.602309 [ 258 ] {192655b5-0a0c-4f28-8777-c8f3a241e4d0} <Debug> TCPHandler: Processed in 0.002011265 sec. | ||
| 887 | 2025.04.09 19:09:10.825873 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 888 | 2025.04.09 19:09:10.826486 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2025.04.09 19:09:10.826530 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 890 | 2025.04.09 19:09:10.827324 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 891 | 2025.04.09 19:09:10.828157 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 892 | 2025.04.09 19:09:10.828477 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 893 | 2025.04.09 19:09:10.897083 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 894 | 2025.04.09 19:09:10.915782 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 895 | 2025.04.09 19:09:10.915839 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 896 | 2025.04.09 19:09:10.922523 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 897 | 2025.04.09 19:09:10.923779 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 898 | 2025.04.09 19:09:10.926352 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 899 | 2025.04.09 19:09:15.563597 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2025.04.09 19:09:15.563799 [ 258 ] {8ad48eea-d867-4d1c-ad16-31ebbc2ae23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 901 | 2025.04.09 19:09:15.563873 [ 258 ] {8ad48eea-d867-4d1c-ad16-31ebbc2ae23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 902 | 2025.04.09 19:09:15.564640 [ 258 ] {8ad48eea-d867-4d1c-ad16-31ebbc2ae23f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2025.04.09 19:09:15.564689 [ 258 ] {8ad48eea-d867-4d1c-ad16-31ebbc2ae23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 904 | 2025.04.09 19:09:15.565220 [ 258 ] {8ad48eea-d867-4d1c-ad16-31ebbc2ae23f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 905 | 2025.04.09 19:09:15.565703 [ 258 ] {8ad48eea-d867-4d1c-ad16-31ebbc2ae23f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 906 | 2025.04.09 19:09:15.565943 [ 258 ] {8ad48eea-d867-4d1c-ad16-31ebbc2ae23f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0022 sec., 25454.545454545452 rows/sec., 1.96 MiB/sec. | ||
| 907 | 2025.04.09 19:09:15.566005 [ 258 ] {8ad48eea-d867-4d1c-ad16-31ebbc2ae23f} <Debug> TCPHandler: Processed in 0.00253602 sec. | ||
| 908 | 2025.04.09 19:09:15.566119 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2025.04.09 19:09:15.566228 [ 258 ] {77376195-913e-4bdf-94fd-c30dbe60f18d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 910 | 2025.04.09 19:09:15.566278 [ 258 ] {77376195-913e-4bdf-94fd-c30dbe60f18d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 911 | 2025.04.09 19:09:15.566835 [ 258 ] {77376195-913e-4bdf-94fd-c30dbe60f18d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2025.04.09 19:09:15.566875 [ 258 ] {77376195-913e-4bdf-94fd-c30dbe60f18d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 913 | 2025.04.09 19:09:15.567366 [ 258 ] {77376195-913e-4bdf-94fd-c30dbe60f18d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 914 | 2025.04.09 19:09:15.567930 [ 258 ] {77376195-913e-4bdf-94fd-c30dbe60f18d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 915 | 2025.04.09 19:09:15.568150 [ 258 ] {77376195-913e-4bdf-94fd-c30dbe60f18d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001949 sec., 32837.35248845562 rows/sec., 2.56 MiB/sec. | ||
| 916 | 2025.04.09 19:09:15.568206 [ 258 ] {77376195-913e-4bdf-94fd-c30dbe60f18d} <Debug> TCPHandler: Processed in 0.002138519 sec. | ||
| 917 | 2025.04.09 19:09:15.568325 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2025.04.09 19:09:15.568433 [ 258 ] {1077b635-df5a-41d9-b8a3-77dc8e15ec43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 919 | 2025.04.09 19:09:15.568482 [ 258 ] {1077b635-df5a-41d9-b8a3-77dc8e15ec43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 920 | 2025.04.09 19:09:15.569001 [ 258 ] {1077b635-df5a-41d9-b8a3-77dc8e15ec43} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.04.09 19:09:15.569039 [ 258 ] {1077b635-df5a-41d9-b8a3-77dc8e15ec43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 922 | 2025.04.09 19:09:15.569614 [ 258 ] {1077b635-df5a-41d9-b8a3-77dc8e15ec43} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 923 | 2025.04.09 19:09:15.570125 [ 258 ] {1077b635-df5a-41d9-b8a3-77dc8e15ec43} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2025.04.09 19:09:15.570421 [ 258 ] {1077b635-df5a-41d9-b8a3-77dc8e15ec43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001999 sec., 80040.02001000501 rows/sec., 5.57 MiB/sec. | ||
| 925 | 2025.04.09 19:09:15.570526 [ 258 ] {1077b635-df5a-41d9-b8a3-77dc8e15ec43} <Debug> TCPHandler: Processed in 0.002252152 sec. | ||
| 926 | 2025.04.09 19:09:15.570634 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2025.04.09 19:09:15.570736 [ 258 ] {e403de90-b366-4e5d-aeff-34802158ab60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 928 | 2025.04.09 19:09:15.570783 [ 258 ] {e403de90-b366-4e5d-aeff-34802158ab60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 929 | 2025.04.09 19:09:15.571224 [ 258 ] {e403de90-b366-4e5d-aeff-34802158ab60} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.04.09 19:09:15.571262 [ 258 ] {e403de90-b366-4e5d-aeff-34802158ab60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 931 | 2025.04.09 19:09:15.571779 [ 258 ] {e403de90-b366-4e5d-aeff-34802158ab60} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 932 | 2025.04.09 19:09:15.572281 [ 258 ] {e403de90-b366-4e5d-aeff-34802158ab60} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2025.04.09 19:09:15.572517 [ 258 ] {e403de90-b366-4e5d-aeff-34802158ab60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001801 sec., 33314.825097168236 rows/sec., 2.25 MiB/sec. | ||
| 934 | 2025.04.09 19:09:15.572571 [ 258 ] {e403de90-b366-4e5d-aeff-34802158ab60} <Debug> TCPHandler: Processed in 0.001987095 sec. | ||
| 935 | 2025.04.09 19:09:18.272333 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 936 | 2025.04.09 19:09:18.272392 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 937 | 2025.04.09 19:09:18.317223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 938 | 2025.04.09 19:09:18.321447 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 939 | 2025.04.09 19:09:18.321501 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 940 | 2025.04.09 19:09:18.323167 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 941 | 2025.04.09 19:09:18.323809 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 942 | 2025.04.09 19:09:18.324521 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 943 | 2025.04.09 19:09:18.328633 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 944 | 2025.04.09 19:09:18.329306 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 945 | 2025.04.09 19:09:18.329351 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 946 | 2025.04.09 19:09:18.330025 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 947 | 2025.04.09 19:09:18.330507 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 948 | 2025.04.09 19:09:18.330745 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 949 | 2025.04.09 19:09:18.426442 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 950 | 2025.04.09 19:09:18.446964 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 951 | 2025.04.09 19:09:18.447029 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 952 | 2025.04.09 19:09:18.453785 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 953 | 2025.04.09 19:09:18.454969 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 954 | 2025.04.09 19:09:18.457476 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 955 | 2025.04.09 19:09:20.557743 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2025.04.09 19:09:20.557989 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 957 | 2025.04.09 19:09:20.560463 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 958 | 2025.04.09 19:09:20.560546 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 959 | 2025.04.09 19:09:20.560857 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2025.04.09 19:09:20.561031 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2025.04.09 19:09:20.561323 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 962 | 2025.04.09 19:09:20.562466 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 963 | 2025.04.09 19:09:20.564468 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 964 | 2025.04.09 19:09:20.564494 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 965 | 2025.04.09 19:09:20.564605 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 966 | 2025.04.09 19:09:20.564631 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 967 | 2025.04.09 19:09:20.569115 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.011232 sec., 1602.5641025641025 rows/sec., 65.56 KiB/sec. | ||
| 968 | 2025.04.09 19:09:20.569262 [ 258 ] {43c60544-5629-45fa-8d71-a9231c9b52a8} <Debug> TCPHandler: Processed in 0.011647713 sec. | ||
| 969 | 2025.04.09 19:09:20.572083 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2025.04.09 19:09:20.572278 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 971 | 2025.04.09 19:09:20.572612 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 972 | 2025.04.09 19:09:20.572662 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 973 | 2025.04.09 19:09:20.572928 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 974 | 2025.04.09 19:09:20.572993 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 975 | 2025.04.09 19:09:20.573135 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 976 | 2025.04.09 19:09:20.573169 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 977 | 2025.04.09 19:09:20.573192 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 978 | 2025.04.09 19:09:20.573210 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 979 | 2025.04.09 19:09:20.573253 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 980 | 2025.04.09 19:09:20.573275 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 981 | 2025.04.09 19:09:20.573875 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001691 sec., 10644.589000591366 rows/sec., 435.44 KiB/sec. | ||
| 982 | 2025.04.09 19:09:20.573995 [ 258 ] {600cdf16-2ffd-4e0c-87b2-acf7179c424d} <Debug> TCPHandler: Processed in 0.001976045 sec. | ||
| 983 | 2025.04.09 19:09:20.574316 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 984 | 2025.04.09 19:09:20.574468 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 985 | 2025.04.09 19:09:20.574735 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 986 | 2025.04.09 19:09:20.574776 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 987 | 2025.04.09 19:09:20.575038 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 988 | 2025.04.09 19:09:20.575102 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 989 | 2025.04.09 19:09:20.575241 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 990 | 2025.04.09 19:09:20.575274 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 991 | 2025.04.09 19:09:20.575298 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 992 | 2025.04.09 19:09:20.575314 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 993 | 2025.04.09 19:09:20.575356 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 994 | 2025.04.09 19:09:20.575378 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 995 | 2025.04.09 19:09:20.576054 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001653 sec., 10889.29219600726 rows/sec., 445.45 KiB/sec. | ||
| 996 | 2025.04.09 19:09:20.576182 [ 258 ] {5f2d5e0b-ca75-4068-afed-0a71dce9a166} <Debug> TCPHandler: Processed in 0.001916643 sec. | ||
| 997 | 2025.04.09 19:09:20.577007 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 998 | 2025.04.09 19:09:20.577157 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 999 | 2025.04.09 19:09:20.577423 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1000 | 2025.04.09 19:09:20.577464 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1001 | 2025.04.09 19:09:20.577728 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1002 | 2025.04.09 19:09:20.577791 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1003 | 2025.04.09 19:09:20.577929 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1004 | 2025.04.09 19:09:20.577962 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1005 | 2025.04.09 19:09:20.577984 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1006 | 2025.04.09 19:09:20.578001 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1007 | 2025.04.09 19:09:20.578043 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1008 | 2025.04.09 19:09:20.578066 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1009 | 2025.04.09 19:09:20.578636 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001545 sec., 11650.485436893205 rows/sec., 476.59 KiB/sec. | ||
| 1010 | 2025.04.09 19:09:20.578754 [ 258 ] {3aa6d8b8-0935-403a-87b9-5299f2189520} <Debug> TCPHandler: Processed in 0.001798589 sec. | ||
| 1011 | 2025.04.09 19:09:20.578981 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1012 | 2025.04.09 19:09:20.579132 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1013 | 2025.04.09 19:09:20.579402 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1014 | 2025.04.09 19:09:20.579444 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1015 | 2025.04.09 19:09:20.579709 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1016 | 2025.04.09 19:09:20.579772 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1017 | 2025.04.09 19:09:20.579910 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1018 | 2025.04.09 19:09:20.579943 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1019 | 2025.04.09 19:09:20.579965 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1020 | 2025.04.09 19:09:20.579982 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1021 | 2025.04.09 19:09:20.580024 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1022 | 2025.04.09 19:09:20.580047 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1023 | 2025.04.09 19:09:20.580624 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001559 sec., 11545.862732520845 rows/sec., 472.31 KiB/sec. | ||
| 1024 | 2025.04.09 19:09:20.580742 [ 258 ] {d941d08d-aff8-4414-8908-c33b0cea2367} <Debug> TCPHandler: Processed in 0.00181255 sec. | ||
| 1025 | 2025.04.09 19:09:20.580962 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1026 | 2025.04.09 19:09:20.581114 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1027 | 2025.04.09 19:09:20.581383 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1028 | 2025.04.09 19:09:20.581426 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1029 | 2025.04.09 19:09:20.581695 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1030 | 2025.04.09 19:09:20.581759 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1031 | 2025.04.09 19:09:20.581896 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1032 | 2025.04.09 19:09:20.581929 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1033 | 2025.04.09 19:09:20.581953 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1034 | 2025.04.09 19:09:20.581971 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1035 | 2025.04.09 19:09:20.582013 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1036 | 2025.04.09 19:09:20.582035 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1037 | 2025.04.09 19:09:20.582571 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001524 sec., 11811.023622047245 rows/sec., 483.15 KiB/sec. | ||
| 1038 | 2025.04.09 19:09:20.582689 [ 258 ] {47c8a619-1836-4c6b-9e54-ecc098a62d8f} <Debug> TCPHandler: Processed in 0.00177851 sec. | ||
| 1039 | 2025.04.09 19:09:20.582910 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1040 | 2025.04.09 19:09:20.583061 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1041 | 2025.04.09 19:09:20.583337 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1042 | 2025.04.09 19:09:20.583381 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1043 | 2025.04.09 19:09:20.583654 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1044 | 2025.04.09 19:09:20.583718 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1045 | 2025.04.09 19:09:20.583858 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1046 | 2025.04.09 19:09:20.583890 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1047 | 2025.04.09 19:09:20.583913 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1048 | 2025.04.09 19:09:20.583929 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1049 | 2025.04.09 19:09:20.583970 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1050 | 2025.04.09 19:09:20.583992 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1051 | 2025.04.09 19:09:20.584529 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001535 sec., 11726.384364820848 rows/sec., 479.69 KiB/sec. | ||
| 1052 | 2025.04.09 19:09:20.584648 [ 258 ] {5224e68c-2dcf-4cb1-9f8b-b7f3838aa2e5} <Debug> TCPHandler: Processed in 0.00179031 sec. | ||
| 1053 | 2025.04.09 19:09:20.584892 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.04.09 19:09:20.585045 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1055 | 2025.04.09 19:09:20.585316 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1056 | 2025.04.09 19:09:20.585360 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1057 | 2025.04.09 19:09:20.585635 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1058 | 2025.04.09 19:09:20.585699 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1059 | 2025.04.09 19:09:20.585836 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1060 | 2025.04.09 19:09:20.585869 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1061 | 2025.04.09 19:09:20.585892 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1062 | 2025.04.09 19:09:20.585909 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1063 | 2025.04.09 19:09:20.585952 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1064 | 2025.04.09 19:09:20.585974 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1065 | 2025.04.09 19:09:20.586515 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001538 sec., 11703.511053315995 rows/sec., 478.76 KiB/sec. | ||
| 1066 | 2025.04.09 19:09:20.586631 [ 258 ] {8b6944cc-17d6-4a65-9dc6-5d1c17be5376} <Debug> TCPHandler: Processed in 0.00179143 sec. | ||
| 1067 | 2025.04.09 19:09:20.586853 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1068 | 2025.04.09 19:09:20.587006 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1069 | 2025.04.09 19:09:20.587274 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1070 | 2025.04.09 19:09:20.587317 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1071 | 2025.04.09 19:09:20.587591 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1072 | 2025.04.09 19:09:20.587653 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1073 | 2025.04.09 19:09:20.587793 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1074 | 2025.04.09 19:09:20.587826 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1075 | 2025.04.09 19:09:20.587848 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1076 | 2025.04.09 19:09:20.587865 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1077 | 2025.04.09 19:09:20.587907 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1078 | 2025.04.09 19:09:20.587929 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1079 | 2025.04.09 19:09:20.588529 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00159 sec., 11320.754716981131 rows/sec., 463.10 KiB/sec. | ||
| 1080 | 2025.04.09 19:09:20.588645 [ 258 ] {7174cec5-6a0f-451d-aded-ca85f1c6234b} <Debug> TCPHandler: Processed in 0.001842701 sec. | ||
| 1081 | 2025.04.09 19:09:20.588864 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1082 | 2025.04.09 19:09:20.589018 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1083 | 2025.04.09 19:09:20.589290 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1084 | 2025.04.09 19:09:20.589333 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1085 | 2025.04.09 19:09:20.589612 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1086 | 2025.04.09 19:09:20.589675 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1087 | 2025.04.09 19:09:20.589813 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1088 | 2025.04.09 19:09:20.589845 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1089 | 2025.04.09 19:09:20.589868 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1090 | 2025.04.09 19:09:20.589884 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1091 | 2025.04.09 19:09:20.589926 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1092 | 2025.04.09 19:09:20.589949 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1093 | 2025.04.09 19:09:20.590485 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001535 sec., 11726.384364820848 rows/sec., 479.69 KiB/sec. | ||
| 1094 | 2025.04.09 19:09:20.590603 [ 258 ] {b87afa74-ab51-4127-8607-e7d2d496a58e} <Debug> TCPHandler: Processed in 0.00179043 sec. | ||
| 1095 | 2025.04.09 19:09:20.590819 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2025.04.09 19:09:20.590976 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1097 | 2025.04.09 19:09:20.591248 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1098 | 2025.04.09 19:09:20.591291 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1099 | 2025.04.09 19:09:20.591574 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1100 | 2025.04.09 19:09:20.591638 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1101 | 2025.04.09 19:09:20.591779 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1102 | 2025.04.09 19:09:20.591811 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1103 | 2025.04.09 19:09:20.591834 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1104 | 2025.04.09 19:09:20.591851 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1105 | 2025.04.09 19:09:20.591894 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1106 | 2025.04.09 19:09:20.591916 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1107 | 2025.04.09 19:09:20.592440 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001535 sec., 11726.384364820848 rows/sec., 479.69 KiB/sec. | ||
| 1108 | 2025.04.09 19:09:20.592555 [ 258 ] {9f277385-9843-4e19-bbce-62a540ac8bcd} <Debug> TCPHandler: Processed in 0.001788839 sec. | ||
| 1109 | 2025.04.09 19:09:20.592770 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1110 | 2025.04.09 19:09:20.592926 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1111 | 2025.04.09 19:09:20.593198 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1112 | 2025.04.09 19:09:20.593242 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1113 | 2025.04.09 19:09:20.593525 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1114 | 2025.04.09 19:09:20.593588 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1115 | 2025.04.09 19:09:20.593725 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1116 | 2025.04.09 19:09:20.593757 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1117 | 2025.04.09 19:09:20.593780 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1118 | 2025.04.09 19:09:20.593796 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1119 | 2025.04.09 19:09:20.593838 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1120 | 2025.04.09 19:09:20.593860 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1121 | 2025.04.09 19:09:20.594473 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001617 sec., 11131.725417439704 rows/sec., 455.37 KiB/sec. | ||
| 1122 | 2025.04.09 19:09:20.594590 [ 258 ] {6ef53422-9925-48ee-a592-e5caabd5b53b} <Debug> TCPHandler: Processed in 0.001871962 sec. | ||
| 1123 | 2025.04.09 19:09:20.600124 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1124 | 2025.04.09 19:09:20.600321 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1125 | 2025.04.09 19:09:20.600659 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1126 | 2025.04.09 19:09:20.600708 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1127 | 2025.04.09 19:09:20.600995 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1128 | 2025.04.09 19:09:20.601059 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1129 | 2025.04.09 19:09:20.601197 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1130 | 2025.04.09 19:09:20.601231 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1131 | 2025.04.09 19:09:20.601254 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1132 | 2025.04.09 19:09:20.601270 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1133 | 2025.04.09 19:09:20.601314 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1134 | 2025.04.09 19:09:20.601337 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1135 | 2025.04.09 19:09:20.601932 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001701 sec., 10582.010582010582 rows/sec., 432.88 KiB/sec. | ||
| 1136 | 2025.04.09 19:09:20.602049 [ 258 ] {42995a1d-404f-4676-b9f7-1b189f882b32} <Debug> TCPHandler: Processed in 0.001986745 sec. | ||
| 1137 | 2025.04.09 19:09:20.608628 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2025.04.09 19:09:20.608761 [ 258 ] {0d323e13-ccf1-4a00-9f05-feaf1fcc8767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1139 | 2025.04.09 19:09:20.608819 [ 258 ] {0d323e13-ccf1-4a00-9f05-feaf1fcc8767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1140 | 2025.04.09 19:09:20.609642 [ 258 ] {0d323e13-ccf1-4a00-9f05-feaf1fcc8767} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1141 | 2025.04.09 19:09:20.609697 [ 258 ] {0d323e13-ccf1-4a00-9f05-feaf1fcc8767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1142 | 2025.04.09 19:09:20.610304 [ 258 ] {0d323e13-ccf1-4a00-9f05-feaf1fcc8767} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1143 | 2025.04.09 19:09:20.610677 [ 258 ] {0d323e13-ccf1-4a00-9f05-feaf1fcc8767} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1144 | 2025.04.09 19:09:20.610950 [ 258 ] {0d323e13-ccf1-4a00-9f05-feaf1fcc8767} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.002228 sec., 5834.829443447038 rows/sec., 1.98 MiB/sec. | ||
| 1145 | 2025.04.09 19:09:20.611102 [ 258 ] {0d323e13-ccf1-4a00-9f05-feaf1fcc8767} <Debug> TCPHandler: Processed in 0.00252681 sec. | ||
| 1146 | 2025.04.09 19:09:20.611222 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2025.04.09 19:09:20.611328 [ 258 ] {6ce72b8f-5769-4cee-8e02-fc6fc19eb5d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1148 | 2025.04.09 19:09:20.611372 [ 258 ] {6ce72b8f-5769-4cee-8e02-fc6fc19eb5d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1149 | 2025.04.09 19:09:20.614095 [ 258 ] {6ce72b8f-5769-4cee-8e02-fc6fc19eb5d6} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1150 | 2025.04.09 19:09:20.614139 [ 258 ] {6ce72b8f-5769-4cee-8e02-fc6fc19eb5d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1151 | 2025.04.09 19:09:20.614721 [ 258 ] {6ce72b8f-5769-4cee-8e02-fc6fc19eb5d6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1152 | 2025.04.09 19:09:20.615259 [ 258 ] {6ce72b8f-5769-4cee-8e02-fc6fc19eb5d6} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): 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.04.09 19:09:20.615444 [ 258 ] {6ce72b8f-5769-4cee-8e02-fc6fc19eb5d6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00413 sec., 51331.7191283293 rows/sec., 3.26 MiB/sec. | ||
| 1154 | 2025.04.09 19:09:20.615587 [ 258 ] {6ce72b8f-5769-4cee-8e02-fc6fc19eb5d6} <Debug> TCPHandler: Processed in 0.004412732 sec. | ||
| 1155 | 2025.04.09 19:09:20.615713 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2025.04.09 19:09:20.615817 [ 258 ] {e482654a-ac23-42b2-8a77-c0ff77c3366f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1157 | 2025.04.09 19:09:20.615860 [ 258 ] {e482654a-ac23-42b2-8a77-c0ff77c3366f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1158 | 2025.04.09 19:09:20.616661 [ 258 ] {e482654a-ac23-42b2-8a77-c0ff77c3366f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1159 | 2025.04.09 19:09:20.616699 [ 258 ] {e482654a-ac23-42b2-8a77-c0ff77c3366f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1160 | 2025.04.09 19:09:20.617245 [ 258 ] {e482654a-ac23-42b2-8a77-c0ff77c3366f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1161 | 2025.04.09 19:09:20.617775 [ 258 ] {e482654a-ac23-42b2-8a77-c0ff77c3366f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1162 | 2025.04.09 19:09:20.617959 [ 258 ] {e482654a-ac23-42b2-8a77-c0ff77c3366f} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.002164 sec., 292513.86321626615 rows/sec., 23.00 MiB/sec. | ||
| 1163 | 2025.04.09 19:09:20.618012 [ 258 ] {e482654a-ac23-42b2-8a77-c0ff77c3366f} <Debug> TCPHandler: Processed in 0.002350475 sec. | ||
| 1164 | 2025.04.09 19:09:20.618130 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1165 | 2025.04.09 19:09:20.618235 [ 258 ] {9e83b5a3-a0b3-4e94-8a12-af2acc1edf6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1166 | 2025.04.09 19:09:20.618279 [ 258 ] {9e83b5a3-a0b3-4e94-8a12-af2acc1edf6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1167 | 2025.04.09 19:09:20.618993 [ 258 ] {9e83b5a3-a0b3-4e94-8a12-af2acc1edf6d} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1168 | 2025.04.09 19:09:20.619027 [ 258 ] {9e83b5a3-a0b3-4e94-8a12-af2acc1edf6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1169 | 2025.04.09 19:09:20.619513 [ 258 ] {9e83b5a3-a0b3-4e94-8a12-af2acc1edf6d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1170 | 2025.04.09 19:09:20.620063 [ 258 ] {9e83b5a3-a0b3-4e94-8a12-af2acc1edf6d} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): 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.04.09 19:09:20.620255 [ 258 ] {9e83b5a3-a0b3-4e94-8a12-af2acc1edf6d} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.002038 sec., 55937.19332679098 rows/sec., 3.35 MiB/sec. | ||
| 1172 | 2025.04.09 19:09:20.620309 [ 258 ] {9e83b5a3-a0b3-4e94-8a12-af2acc1edf6d} <Debug> TCPHandler: Processed in 0.002229632 sec. | ||
| 1173 | 2025.04.09 19:09:20.620430 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1174 | 2025.04.09 19:09:20.620533 [ 258 ] {684eba1a-3166-49c7-b3ea-1af2b73da346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1175 | 2025.04.09 19:09:20.620575 [ 258 ] {684eba1a-3166-49c7-b3ea-1af2b73da346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1176 | 2025.04.09 19:09:20.621107 [ 258 ] {684eba1a-3166-49c7-b3ea-1af2b73da346} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1177 | 2025.04.09 19:09:20.621143 [ 258 ] {684eba1a-3166-49c7-b3ea-1af2b73da346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1178 | 2025.04.09 19:09:20.621621 [ 258 ] {684eba1a-3166-49c7-b3ea-1af2b73da346} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1179 | 2025.04.09 19:09:20.622108 [ 258 ] {684eba1a-3166-49c7-b3ea-1af2b73da346} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1180 | 2025.04.09 19:09:20.622304 [ 258 ] {684eba1a-3166-49c7-b3ea-1af2b73da346} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001792 sec., 63058.03571428572 rows/sec., 4.08 MiB/sec. | ||
| 1181 | 2025.04.09 19:09:20.622352 [ 258 ] {684eba1a-3166-49c7-b3ea-1af2b73da346} <Debug> TCPHandler: Processed in 0.001973105 sec. | ||
| 1182 | 2025.04.09 19:09:20.622464 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2025.04.09 19:09:20.622568 [ 258 ] {c98d1a4c-6aff-44dd-8f65-d8ebb83727b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1184 | 2025.04.09 19:09:20.622611 [ 258 ] {c98d1a4c-6aff-44dd-8f65-d8ebb83727b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1185 | 2025.04.09 19:09:20.623136 [ 258 ] {c98d1a4c-6aff-44dd-8f65-d8ebb83727b5} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2025.04.09 19:09:20.623174 [ 258 ] {c98d1a4c-6aff-44dd-8f65-d8ebb83727b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1187 | 2025.04.09 19:09:20.623659 [ 258 ] {c98d1a4c-6aff-44dd-8f65-d8ebb83727b5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1188 | 2025.04.09 19:09:20.624131 [ 258 ] {c98d1a4c-6aff-44dd-8f65-d8ebb83727b5} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): 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.04.09 19:09:20.624298 [ 258 ] {c98d1a4c-6aff-44dd-8f65-d8ebb83727b5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001751 sec., 63963.44945745289 rows/sec., 3.64 MiB/sec. | ||
| 1190 | 2025.04.09 19:09:20.624346 [ 258 ] {c98d1a4c-6aff-44dd-8f65-d8ebb83727b5} <Debug> TCPHandler: Processed in 0.001932703 sec. | ||
| 1191 | 2025.04.09 19:09:20.624462 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2025.04.09 19:09:20.624570 [ 258 ] {559994d8-7e1f-43da-9c9f-36941aea24c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1193 | 2025.04.09 19:09:20.624614 [ 258 ] {559994d8-7e1f-43da-9c9f-36941aea24c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1194 | 2025.04.09 19:09:20.625232 [ 258 ] {559994d8-7e1f-43da-9c9f-36941aea24c4} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.04.09 19:09:20.625268 [ 258 ] {559994d8-7e1f-43da-9c9f-36941aea24c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1196 | 2025.04.09 19:09:20.625784 [ 258 ] {559994d8-7e1f-43da-9c9f-36941aea24c4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1197 | 2025.04.09 19:09:20.626281 [ 258 ] {559994d8-7e1f-43da-9c9f-36941aea24c4} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.04.09 19:09:20.626456 [ 258 ] {559994d8-7e1f-43da-9c9f-36941aea24c4} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001907 sec., 204509.70110120607 rows/sec., 14.45 MiB/sec. | ||
| 1199 | 2025.04.09 19:09:20.626505 [ 258 ] {559994d8-7e1f-43da-9c9f-36941aea24c4} <Debug> TCPHandler: Processed in 0.002093458 sec. | ||
| 1200 | 2025.04.09 19:09:20.626620 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.04.09 19:09:20.626725 [ 258 ] {b686c2fc-03b4-4456-abb8-477d5156685b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1202 | 2025.04.09 19:09:20.626769 [ 258 ] {b686c2fc-03b4-4456-abb8-477d5156685b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1203 | 2025.04.09 19:09:20.627192 [ 258 ] {b686c2fc-03b4-4456-abb8-477d5156685b} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1204 | 2025.04.09 19:09:20.627229 [ 258 ] {b686c2fc-03b4-4456-abb8-477d5156685b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1205 | 2025.04.09 19:09:20.627702 [ 258 ] {b686c2fc-03b4-4456-abb8-477d5156685b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1206 | 2025.04.09 19:09:20.628239 [ 258 ] {b686c2fc-03b4-4456-abb8-477d5156685b} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1207 | 2025.04.09 19:09:20.628473 [ 258 ] {b686c2fc-03b4-4456-abb8-477d5156685b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001759 sec., 3411.0289937464468 rows/sec., 178.21 KiB/sec. | ||
| 1208 | 2025.04.09 19:09:20.628551 [ 258 ] {b686c2fc-03b4-4456-abb8-477d5156685b} <Debug> TCPHandler: Processed in 0.001982215 sec. | ||
| 1209 | 2025.04.09 19:09:20.628677 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2025.04.09 19:09:20.628781 [ 258 ] {36777c92-b8f0-48a9-aaa3-330cf46a8e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1211 | 2025.04.09 19:09:20.628827 [ 258 ] {36777c92-b8f0-48a9-aaa3-330cf46a8e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1212 | 2025.04.09 19:09:20.629334 [ 258 ] {36777c92-b8f0-48a9-aaa3-330cf46a8e96} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1213 | 2025.04.09 19:09:20.629372 [ 258 ] {36777c92-b8f0-48a9-aaa3-330cf46a8e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1214 | 2025.04.09 19:09:20.629864 [ 258 ] {36777c92-b8f0-48a9-aaa3-330cf46a8e96} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1215 | 2025.04.09 19:09:20.630349 [ 258 ] {36777c92-b8f0-48a9-aaa3-330cf46a8e96} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): 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.04.09 19:09:20.630527 [ 258 ] {36777c92-b8f0-48a9-aaa3-330cf46a8e96} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001767 sec., 134125.63667232599 rows/sec., 8.99 MiB/sec. | ||
| 1217 | 2025.04.09 19:09:20.630576 [ 258 ] {36777c92-b8f0-48a9-aaa3-330cf46a8e96} <Debug> TCPHandler: Processed in 0.001948944 sec. | ||
| 1218 | 2025.04.09 19:09:20.630690 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1219 | 2025.04.09 19:09:20.630794 [ 258 ] {09a495c9-2a57-4fbf-92ab-ac52025659a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1220 | 2025.04.09 19:09:20.630840 [ 258 ] {09a495c9-2a57-4fbf-92ab-ac52025659a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1221 | 2025.04.09 19:09:20.631250 [ 258 ] {09a495c9-2a57-4fbf-92ab-ac52025659a1} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1222 | 2025.04.09 19:09:20.631286 [ 258 ] {09a495c9-2a57-4fbf-92ab-ac52025659a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1223 | 2025.04.09 19:09:20.631795 [ 258 ] {09a495c9-2a57-4fbf-92ab-ac52025659a1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1224 | 2025.04.09 19:09:20.632292 [ 258 ] {09a495c9-2a57-4fbf-92ab-ac52025659a1} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1225 | 2025.04.09 19:09:20.632460 [ 258 ] {09a495c9-2a57-4fbf-92ab-ac52025659a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001687 sec., 592.7682276229995 rows/sec., 39.94 KiB/sec. | ||
| 1226 | 2025.04.09 19:09:20.632505 [ 258 ] {09a495c9-2a57-4fbf-92ab-ac52025659a1} <Debug> TCPHandler: Processed in 0.001866782 sec. | ||
| 1227 | 2025.04.09 19:09:20.632608 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1228 | 2025.04.09 19:09:20.632709 [ 258 ] {a6053628-7b06-4bd0-a308-fde86cfd7529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1229 | 2025.04.09 19:09:20.632847 [ 258 ] {a6053628-7b06-4bd0-a308-fde86cfd7529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1230 | 2025.04.09 19:09:20.633827 [ 258 ] {a6053628-7b06-4bd0-a308-fde86cfd7529} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1231 | 2025.04.09 19:09:20.633864 [ 258 ] {a6053628-7b06-4bd0-a308-fde86cfd7529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1232 | 2025.04.09 19:09:20.636527 [ 258 ] {a6053628-7b06-4bd0-a308-fde86cfd7529} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1233 | 2025.04.09 19:09:20.637014 [ 258 ] {a6053628-7b06-4bd0-a308-fde86cfd7529} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1234 | 2025.04.09 19:09:20.637231 [ 258 ] {a6053628-7b06-4bd0-a308-fde86cfd7529} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004544 sec., 1760.5633802816901 rows/sec., 3.15 MiB/sec. | ||
| 1235 | 2025.04.09 19:09:20.637390 [ 258 ] {a6053628-7b06-4bd0-a308-fde86cfd7529} <Debug> TCPHandler: Processed in 0.004832303 sec. | ||
| 1236 | 2025.04.09 19:09:20.637532 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1237 | 2025.04.09 19:09:20.637637 [ 258 ] {9a3b99cb-0295-4a1a-bb1f-ca751fa134ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1238 | 2025.04.09 19:09:20.637682 [ 258 ] {9a3b99cb-0295-4a1a-bb1f-ca751fa134ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1239 | 2025.04.09 19:09:20.638107 [ 258 ] {9a3b99cb-0295-4a1a-bb1f-ca751fa134ca} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2025.04.09 19:09:20.638143 [ 258 ] {9a3b99cb-0295-4a1a-bb1f-ca751fa134ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1241 | 2025.04.09 19:09:20.638616 [ 258 ] {9a3b99cb-0295-4a1a-bb1f-ca751fa134ca} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1242 | 2025.04.09 19:09:20.639096 [ 258 ] {9a3b99cb-0295-4a1a-bb1f-ca751fa134ca} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): 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.04.09 19:09:20.639274 [ 258 ] {9a3b99cb-0295-4a1a-bb1f-ca751fa134ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001658 sec., 49457.17732207479 rows/sec., 3.14 MiB/sec. | ||
| 1244 | 2025.04.09 19:09:20.639320 [ 258 ] {9a3b99cb-0295-4a1a-bb1f-ca751fa134ca} <Debug> TCPHandler: Processed in 0.001839371 sec. | ||
| 1245 | 2025.04.09 19:09:25.563576 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2025.04.09 19:09:25.563771 [ 258 ] {7a5fcd14-875c-407e-90a2-88ab8f434a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1247 | 2025.04.09 19:09:25.563845 [ 258 ] {7a5fcd14-875c-407e-90a2-88ab8f434a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1248 | 2025.04.09 19:09:25.564622 [ 258 ] {7a5fcd14-875c-407e-90a2-88ab8f434a8f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1249 | 2025.04.09 19:09:25.564670 [ 258 ] {7a5fcd14-875c-407e-90a2-88ab8f434a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1250 | 2025.04.09 19:09:25.565243 [ 258 ] {7a5fcd14-875c-407e-90a2-88ab8f434a8f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1251 | 2025.04.09 19:09:25.565806 [ 258 ] {7a5fcd14-875c-407e-90a2-88ab8f434a8f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1252 | 2025.04.09 19:09:25.566082 [ 258 ] {7a5fcd14-875c-407e-90a2-88ab8f434a8f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002354 sec., 23789.2948173322 rows/sec., 1.83 MiB/sec. | ||
| 1253 | 2025.04.09 19:09:25.566211 [ 258 ] {7a5fcd14-875c-407e-90a2-88ab8f434a8f} <Debug> TCPHandler: Processed in 0.002764677 sec. | ||
| 1254 | 2025.04.09 19:09:25.566345 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1255 | 2025.04.09 19:09:25.566451 [ 258 ] {f1e9d6d5-c764-4e24-93e4-505f537d17ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1256 | 2025.04.09 19:09:25.566498 [ 258 ] {f1e9d6d5-c764-4e24-93e4-505f537d17ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1257 | 2025.04.09 19:09:25.567061 [ 258 ] {f1e9d6d5-c764-4e24-93e4-505f537d17ad} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2025.04.09 19:09:25.567102 [ 258 ] {f1e9d6d5-c764-4e24-93e4-505f537d17ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1259 | 2025.04.09 19:09:25.567606 [ 258 ] {f1e9d6d5-c764-4e24-93e4-505f537d17ad} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1260 | 2025.04.09 19:09:25.568236 [ 258 ] {f1e9d6d5-c764-4e24-93e4-505f537d17ad} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1261 | 2025.04.09 19:09:25.568460 [ 258 ] {f1e9d6d5-c764-4e24-93e4-505f537d17ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002031 sec., 31511.57065484983 rows/sec., 2.46 MiB/sec. | ||
| 1262 | 2025.04.09 19:09:25.568512 [ 258 ] {f1e9d6d5-c764-4e24-93e4-505f537d17ad} <Debug> TCPHandler: Processed in 0.002219142 sec. | ||
| 1263 | 2025.04.09 19:09:25.568634 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2025.04.09 19:09:25.568739 [ 258 ] {6a445211-bb93-4ef4-b346-912c4f3fc460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1265 | 2025.04.09 19:09:25.568788 [ 258 ] {6a445211-bb93-4ef4-b346-912c4f3fc460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1266 | 2025.04.09 19:09:25.569317 [ 258 ] {6a445211-bb93-4ef4-b346-912c4f3fc460} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2025.04.09 19:09:25.569356 [ 258 ] {6a445211-bb93-4ef4-b346-912c4f3fc460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1268 | 2025.04.09 19:09:25.569862 [ 258 ] {6a445211-bb93-4ef4-b346-912c4f3fc460} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1269 | 2025.04.09 19:09:25.570369 [ 258 ] {6a445211-bb93-4ef4-b346-912c4f3fc460} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1270 | 2025.04.09 19:09:25.570591 [ 258 ] {6a445211-bb93-4ef4-b346-912c4f3fc460} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001874 sec., 85378.86872998932 rows/sec., 5.95 MiB/sec. | ||
| 1271 | 2025.04.09 19:09:25.570643 [ 258 ] {6a445211-bb93-4ef4-b346-912c4f3fc460} <Debug> TCPHandler: Processed in 0.002059977 sec. | ||
| 1272 | 2025.04.09 19:09:25.570748 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2025.04.09 19:09:25.570849 [ 258 ] {9d3cf3d0-bbdf-4df9-b23f-719f2379a857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1274 | 2025.04.09 19:09:25.570895 [ 258 ] {9d3cf3d0-bbdf-4df9-b23f-719f2379a857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1275 | 2025.04.09 19:09:25.571337 [ 258 ] {9d3cf3d0-bbdf-4df9-b23f-719f2379a857} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2025.04.09 19:09:25.571377 [ 258 ] {9d3cf3d0-bbdf-4df9-b23f-719f2379a857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1277 | 2025.04.09 19:09:25.571865 [ 258 ] {9d3cf3d0-bbdf-4df9-b23f-719f2379a857} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1278 | 2025.04.09 19:09:25.572391 [ 258 ] {9d3cf3d0-bbdf-4df9-b23f-719f2379a857} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): 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.04.09 19:09:25.572606 [ 258 ] {9d3cf3d0-bbdf-4df9-b23f-719f2379a857} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001778 sec., 33745.781777277836 rows/sec., 2.27 MiB/sec. | ||
| 1280 | 2025.04.09 19:09:25.572658 [ 258 ] {9d3cf3d0-bbdf-4df9-b23f-719f2379a857} <Debug> TCPHandler: Processed in 0.001959664 sec. | ||
| 1281 | 2025.04.09 19:09:25.830872 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1282 | 2025.04.09 19:09:25.831540 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1283 | 2025.04.09 19:09:25.831595 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1284 | 2025.04.09 19:09:25.832369 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1285 | 2025.04.09 19:09:25.832857 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1286 | 2025.04.09 19:09:25.833129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1287 | 2025.04.09 19:09:25.957555 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1288 | 2025.04.09 19:09:25.977304 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1289 | 2025.04.09 19:09:25.977369 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1290 | 2025.04.09 19:09:25.984274 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1291 | 2025.04.09 19:09:25.985425 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1292 | 2025.04.09 19:09:25.988548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1293 | 2025.04.09 19:09:28.324825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
| 1294 | 2025.04.09 19:09:28.328519 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2025.04.09 19:09:28.328581 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1296 | 2025.04.09 19:09:28.330567 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1297 | 2025.04.09 19:09:28.331519 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2025.04.09 19:09:28.332824 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
| 1299 | 2025.04.09 19:09:30.570710 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.04.09 19:09:30.570922 [ 258 ] {c4978e37-5931-46e1-8a79-ea02ab5b2a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1301 | 2025.04.09 19:09:30.570995 [ 258 ] {c4978e37-5931-46e1-8a79-ea02ab5b2a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1302 | 2025.04.09 19:09:30.571854 [ 258 ] {c4978e37-5931-46e1-8a79-ea02ab5b2a05} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2025.04.09 19:09:30.571909 [ 258 ] {c4978e37-5931-46e1-8a79-ea02ab5b2a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1304 | 2025.04.09 19:09:30.572514 [ 258 ] {c4978e37-5931-46e1-8a79-ea02ab5b2a05} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1305 | 2025.04.09 19:09:30.573057 [ 258 ] {c4978e37-5931-46e1-8a79-ea02ab5b2a05} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): 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.04.09 19:09:30.573284 [ 258 ] {c4978e37-5931-46e1-8a79-ea02ab5b2a05} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002409 sec., 88003.3208800332 rows/sec., 5.60 MiB/sec. | ||
| 1307 | 2025.04.09 19:09:30.573450 [ 258 ] {c4978e37-5931-46e1-8a79-ea02ab5b2a05} <Debug> TCPHandler: Processed in 0.00287893 sec. | ||
| 1308 | 2025.04.09 19:09:30.573593 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.04.09 19:09:30.573730 [ 258 ] {49300b73-abce-43f9-b827-c10f87658d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1310 | 2025.04.09 19:09:30.573779 [ 258 ] {49300b73-abce-43f9-b827-c10f87658d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1311 | 2025.04.09 19:09:30.574688 [ 258 ] {49300b73-abce-43f9-b827-c10f87658d12} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.04.09 19:09:30.574726 [ 258 ] {49300b73-abce-43f9-b827-c10f87658d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1313 | 2025.04.09 19:09:30.575291 [ 258 ] {49300b73-abce-43f9-b827-c10f87658d12} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1314 | 2025.04.09 19:09:30.575850 [ 258 ] {49300b73-abce-43f9-b827-c10f87658d12} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2025.04.09 19:09:30.576061 [ 258 ] {49300b73-abce-43f9-b827-c10f87658d12} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.00236 sec., 268220.33898305084 rows/sec., 21.09 MiB/sec. | ||
| 1316 | 2025.04.09 19:09:30.576115 [ 258 ] {49300b73-abce-43f9-b827-c10f87658d12} <Debug> TCPHandler: Processed in 0.002579692 sec. | ||
| 1317 | 2025.04.09 19:09:30.576237 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.04.09 19:09:30.576344 [ 258 ] {0716a99d-d45f-4bbb-a9d0-773cf6b1f061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1319 | 2025.04.09 19:09:30.576390 [ 258 ] {0716a99d-d45f-4bbb-a9d0-773cf6b1f061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1320 | 2025.04.09 19:09:30.576940 [ 258 ] {0716a99d-d45f-4bbb-a9d0-773cf6b1f061} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.04.09 19:09:30.576977 [ 258 ] {0716a99d-d45f-4bbb-a9d0-773cf6b1f061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1322 | 2025.04.09 19:09:30.577454 [ 258 ] {0716a99d-d45f-4bbb-a9d0-773cf6b1f061} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1323 | 2025.04.09 19:09:30.577943 [ 258 ] {0716a99d-d45f-4bbb-a9d0-773cf6b1f061} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): 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.04.09 19:09:30.578121 [ 258 ] {0716a99d-d45f-4bbb-a9d0-773cf6b1f061} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001799 sec., 63368.53807670928 rows/sec., 3.79 MiB/sec. | ||
| 1325 | 2025.04.09 19:09:30.578204 [ 258 ] {0716a99d-d45f-4bbb-a9d0-773cf6b1f061} <Debug> TCPHandler: Processed in 0.002020466 sec. | ||
| 1326 | 2025.04.09 19:09:30.578331 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2025.04.09 19:09:30.578435 [ 258 ] {9cb5b879-4b6e-4a5c-90be-6da4051890ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1328 | 2025.04.09 19:09:30.578480 [ 258 ] {9cb5b879-4b6e-4a5c-90be-6da4051890ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1329 | 2025.04.09 19:09:30.579020 [ 258 ] {9cb5b879-4b6e-4a5c-90be-6da4051890ab} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1330 | 2025.04.09 19:09:30.579057 [ 258 ] {9cb5b879-4b6e-4a5c-90be-6da4051890ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1331 | 2025.04.09 19:09:30.579632 [ 258 ] {9cb5b879-4b6e-4a5c-90be-6da4051890ab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1332 | 2025.04.09 19:09:30.580127 [ 258 ] {9cb5b879-4b6e-4a5c-90be-6da4051890ab} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1333 | 2025.04.09 19:09:30.580324 [ 258 ] {9cb5b879-4b6e-4a5c-90be-6da4051890ab} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001907 sec., 59255.37493445202 rows/sec., 3.84 MiB/sec. | ||
| 1334 | 2025.04.09 19:09:30.580383 [ 258 ] {9cb5b879-4b6e-4a5c-90be-6da4051890ab} <Debug> TCPHandler: Processed in 0.002102748 sec. | ||
| 1335 | 2025.04.09 19:09:30.580497 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2025.04.09 19:09:30.580601 [ 258 ] {3d64ddaf-c766-4cf8-b5de-5b040bf82047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1337 | 2025.04.09 19:09:30.580645 [ 258 ] {3d64ddaf-c766-4cf8-b5de-5b040bf82047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1338 | 2025.04.09 19:09:30.581189 [ 258 ] {3d64ddaf-c766-4cf8-b5de-5b040bf82047} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1339 | 2025.04.09 19:09:30.581226 [ 258 ] {3d64ddaf-c766-4cf8-b5de-5b040bf82047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1340 | 2025.04.09 19:09:30.581702 [ 258 ] {3d64ddaf-c766-4cf8-b5de-5b040bf82047} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1341 | 2025.04.09 19:09:30.582182 [ 258 ] {3d64ddaf-c766-4cf8-b5de-5b040bf82047} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): 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.04.09 19:09:30.582355 [ 258 ] {3d64ddaf-c766-4cf8-b5de-5b040bf82047} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001776 sec., 63063.06306306306 rows/sec., 3.59 MiB/sec. | ||
| 1343 | 2025.04.09 19:09:30.582403 [ 258 ] {3d64ddaf-c766-4cf8-b5de-5b040bf82047} <Debug> TCPHandler: Processed in 0.001957365 sec. | ||
| 1344 | 2025.04.09 19:09:30.582517 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2025.04.09 19:09:30.582623 [ 258 ] {7bfa11ba-04e0-4ee2-a126-9e8004ece498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1346 | 2025.04.09 19:09:30.582666 [ 258 ] {7bfa11ba-04e0-4ee2-a126-9e8004ece498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1347 | 2025.04.09 19:09:30.583306 [ 258 ] {7bfa11ba-04e0-4ee2-a126-9e8004ece498} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1348 | 2025.04.09 19:09:30.583343 [ 258 ] {7bfa11ba-04e0-4ee2-a126-9e8004ece498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1349 | 2025.04.09 19:09:30.583807 [ 258 ] {7bfa11ba-04e0-4ee2-a126-9e8004ece498} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1350 | 2025.04.09 19:09:30.584280 [ 258 ] {7bfa11ba-04e0-4ee2-a126-9e8004ece498} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1351 | 2025.04.09 19:09:30.584529 [ 258 ] {7bfa11ba-04e0-4ee2-a126-9e8004ece498} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001924 sec., 202702.70270270272 rows/sec., 14.33 MiB/sec. | ||
| 1352 | 2025.04.09 19:09:30.584613 [ 258 ] {7bfa11ba-04e0-4ee2-a126-9e8004ece498} <Debug> TCPHandler: Processed in 0.00214496 sec. | ||
| 1353 | 2025.04.09 19:09:30.584730 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1354 | 2025.04.09 19:09:30.584834 [ 258 ] {8c062b12-268e-402a-bd55-c80bcf3e8d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1355 | 2025.04.09 19:09:30.584879 [ 258 ] {8c062b12-268e-402a-bd55-c80bcf3e8d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1356 | 2025.04.09 19:09:30.585306 [ 258 ] {8c062b12-268e-402a-bd55-c80bcf3e8d0f} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1357 | 2025.04.09 19:09:30.585343 [ 258 ] {8c062b12-268e-402a-bd55-c80bcf3e8d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1358 | 2025.04.09 19:09:30.585820 [ 258 ] {8c062b12-268e-402a-bd55-c80bcf3e8d0f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1359 | 2025.04.09 19:09:30.586338 [ 258 ] {8c062b12-268e-402a-bd55-c80bcf3e8d0f} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1360 | 2025.04.09 19:09:30.586570 [ 258 ] {8c062b12-268e-402a-bd55-c80bcf3e8d0f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001756 sec., 3416.8564920273348 rows/sec., 178.52 KiB/sec. | ||
| 1361 | 2025.04.09 19:09:30.586623 [ 258 ] {8c062b12-268e-402a-bd55-c80bcf3e8d0f} <Debug> TCPHandler: Processed in 0.001944253 sec. | ||
| 1362 | 2025.04.09 19:09:30.586747 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1363 | 2025.04.09 19:09:30.586852 [ 258 ] {bc600859-4b42-41eb-966b-a0f30bbcfad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1364 | 2025.04.09 19:09:30.586899 [ 258 ] {bc600859-4b42-41eb-966b-a0f30bbcfad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1365 | 2025.04.09 19:09:30.587427 [ 258 ] {bc600859-4b42-41eb-966b-a0f30bbcfad0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1366 | 2025.04.09 19:09:30.587464 [ 258 ] {bc600859-4b42-41eb-966b-a0f30bbcfad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1367 | 2025.04.09 19:09:30.587957 [ 258 ] {bc600859-4b42-41eb-966b-a0f30bbcfad0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1368 | 2025.04.09 19:09:30.588445 [ 258 ] {bc600859-4b42-41eb-966b-a0f30bbcfad0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1369 | 2025.04.09 19:09:30.588688 [ 258 ] {bc600859-4b42-41eb-966b-a0f30bbcfad0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001858 sec., 127556.51237890204 rows/sec., 8.55 MiB/sec. | ||
| 1370 | 2025.04.09 19:09:30.588742 [ 258 ] {bc600859-4b42-41eb-966b-a0f30bbcfad0} <Debug> TCPHandler: Processed in 0.002046037 sec. | ||
| 1371 | 2025.04.09 19:09:30.588857 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1372 | 2025.04.09 19:09:30.588962 [ 258 ] {b4e7ebde-384b-4de0-98cd-e1748d56d215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1373 | 2025.04.09 19:09:30.589009 [ 258 ] {b4e7ebde-384b-4de0-98cd-e1748d56d215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1374 | 2025.04.09 19:09:30.589420 [ 258 ] {b4e7ebde-384b-4de0-98cd-e1748d56d215} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1375 | 2025.04.09 19:09:30.589459 [ 258 ] {b4e7ebde-384b-4de0-98cd-e1748d56d215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1376 | 2025.04.09 19:09:30.589942 [ 258 ] {b4e7ebde-384b-4de0-98cd-e1748d56d215} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1377 | 2025.04.09 19:09:30.590439 [ 258 ] {b4e7ebde-384b-4de0-98cd-e1748d56d215} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1378 | 2025.04.09 19:09:30.590648 [ 258 ] {b4e7ebde-384b-4de0-98cd-e1748d56d215} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001706 sec., 586.1664712778429 rows/sec., 39.50 KiB/sec. | ||
| 1379 | 2025.04.09 19:09:30.590695 [ 258 ] {b4e7ebde-384b-4de0-98cd-e1748d56d215} <Debug> TCPHandler: Processed in 0.001889032 sec. | ||
| 1380 | 2025.04.09 19:09:30.590816 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1381 | 2025.04.09 19:09:30.590919 [ 258 ] {6a5d3b46-e110-45a7-a862-1b3b2321d594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1382 | 2025.04.09 19:09:30.590983 [ 258 ] {6a5d3b46-e110-45a7-a862-1b3b2321d594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1383 | 2025.04.09 19:09:30.591989 [ 258 ] {6a5d3b46-e110-45a7-a862-1b3b2321d594} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1384 | 2025.04.09 19:09:30.592028 [ 258 ] {6a5d3b46-e110-45a7-a862-1b3b2321d594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1385 | 2025.04.09 19:09:30.592740 [ 258 ] {6a5d3b46-e110-45a7-a862-1b3b2321d594} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1386 | 2025.04.09 19:09:30.593268 [ 258 ] {6a5d3b46-e110-45a7-a862-1b3b2321d594} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1387 | 2025.04.09 19:09:30.593529 [ 258 ] {6a5d3b46-e110-45a7-a862-1b3b2321d594} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002625 sec., 3047.6190476190473 rows/sec., 5.46 MiB/sec. | ||
| 1388 | 2025.04.09 19:09:30.593621 [ 258 ] {6a5d3b46-e110-45a7-a862-1b3b2321d594} <Debug> TCPHandler: Processed in 0.002856689 sec. | ||
| 1389 | 2025.04.09 19:09:30.593761 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1390 | 2025.04.09 19:09:30.593865 [ 258 ] {19522c6d-3dcd-490c-9301-7f7ff365f750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1391 | 2025.04.09 19:09:30.593910 [ 258 ] {19522c6d-3dcd-490c-9301-7f7ff365f750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1392 | 2025.04.09 19:09:30.594348 [ 258 ] {19522c6d-3dcd-490c-9301-7f7ff365f750} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1393 | 2025.04.09 19:09:30.594385 [ 258 ] {19522c6d-3dcd-490c-9301-7f7ff365f750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1394 | 2025.04.09 19:09:30.594862 [ 258 ] {19522c6d-3dcd-490c-9301-7f7ff365f750} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1395 | 2025.04.09 19:09:30.595404 [ 258 ] {19522c6d-3dcd-490c-9301-7f7ff365f750} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1396 | 2025.04.09 19:09:30.595648 [ 258 ] {19522c6d-3dcd-490c-9301-7f7ff365f750} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001804 sec., 45454.545454545456 rows/sec., 2.89 MiB/sec. | ||
| 1397 | 2025.04.09 19:09:30.595699 [ 258 ] {19522c6d-3dcd-490c-9301-7f7ff365f750} <Debug> TCPHandler: Processed in 0.001989435 sec. | ||
| 1398 | 2025.04.09 19:09:33.272640 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1399 | 2025.04.09 19:09:33.272692 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1400 | 2025.04.09 19:09:33.333250 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1401 | 2025.04.09 19:09:33.333924 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1402 | 2025.04.09 19:09:33.333979 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1403 | 2025.04.09 19:09:33.334754 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1404 | 2025.04.09 19:09:33.335356 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1405 | 2025.04.09 19:09:33.335574 [ 72 ] {} <Debug> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1406 | 2025.04.09 19:09:33.335612 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1407 | 2025.04.09 19:09:33.335669 [ 72 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1408 | 2025.04.09 19:09:33.335701 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1409 | 2025.04.09 19:09:33.335939 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1410 | 2025.04.09 19:09:33.336146 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1411 | 2025.04.09 19:09:33.336228 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1412 | 2025.04.09 19:09:33.336355 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1413 | 2025.04.09 19:09:33.336638 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1414 | 2025.04.09 19:09:33.336788 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1415 | 2025.04.09 19:09:33.336936 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1416 | 2025.04.09 19:09:33.337083 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1417 | 2025.04.09 19:09:33.359581 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.023790418 sec., 117946.64557806424 rows/sec., 1.69 MiB/sec. | ||
| 1418 | 2025.04.09 19:09:33.360389 [ 193 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1419 | 2025.04.09 19:09:33.361000 [ 193 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1420 | 2025.04.09 19:09:33.361084 [ 193 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_6_1} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1421 | 2025.04.09 19:09:33.361213 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1422 | 2025.04.09 19:09:33.488631 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1423 | 2025.04.09 19:09:33.509384 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1424 | 2025.04.09 19:09:33.509454 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1425 | 2025.04.09 19:09:33.516965 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1426 | 2025.04.09 19:09:33.518268 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1427 | 2025.04.09 19:09:33.518568 [ 72 ] {} <Debug> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1428 | 2025.04.09 19:09:33.518631 [ 72 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1429 | 2025.04.09 19:09:33.518672 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1430 | 2025.04.09 19:09:33.519131 [ 193 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1431 | 2025.04.09 19:09:33.535961 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1432 | 2025.04.09 19:09:33.537226 [ 193 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1433 | 2025.04.09 19:09:33.538721 [ 193 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 1434 | 2025.04.09 19:09:33.544507 [ 193 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 1435 | 2025.04.09 19:09:33.549830 [ 193 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part | ||
| 1436 | 2025.04.09 19:09:33.554895 [ 193 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 1437 | 2025.04.09 19:09:33.570510 [ 193 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 1438 | 2025.04.09 19:09:33.575102 [ 193 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 1439 | 2025.04.09 19:09:33.638043 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.11924159 sec., 385.77144098799755 rows/sec., 1.99 MiB/sec. | ||
| 1440 | 2025.04.09 19:09:33.640911 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1441 | 2025.04.09 19:09:33.644347 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.04.09 19:09:33.644473 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_6_1} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1443 | 2025.04.09 19:09:33.646779 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1444 | 2025.04.09 19:09:34.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.23 MiB, peak 169.76 MiB, free memory in arenas 0.00 B, will set to 163.82 MiB (RSS), difference: 3.60 MiB | ||
| 1445 | 2025.04.09 19:09:35.563732 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1446 | 2025.04.09 19:09:35.563965 [ 258 ] {f2db538d-333e-4fd4-9189-9fc072271a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1447 | 2025.04.09 19:09:35.564047 [ 258 ] {f2db538d-333e-4fd4-9189-9fc072271a7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1448 | 2025.04.09 19:09:35.564872 [ 258 ] {f2db538d-333e-4fd4-9189-9fc072271a7f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1449 | 2025.04.09 19:09:35.564928 [ 258 ] {f2db538d-333e-4fd4-9189-9fc072271a7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1450 | 2025.04.09 19:09:35.565566 [ 258 ] {f2db538d-333e-4fd4-9189-9fc072271a7f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1451 | 2025.04.09 19:09:35.566143 [ 258 ] {f2db538d-333e-4fd4-9189-9fc072271a7f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1452 | 2025.04.09 19:09:35.566304 [ 68 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1453 | 2025.04.09 19:09:35.566346 [ 68 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1454 | 2025.04.09 19:09:35.566369 [ 258 ] {f2db538d-333e-4fd4-9189-9fc072271a7f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002461 sec., 22754.977651361234 rows/sec., 1.75 MiB/sec. | ||
| 1455 | 2025.04.09 19:09:35.566374 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1456 | 2025.04.09 19:09:35.566461 [ 258 ] {f2db538d-333e-4fd4-9189-9fc072271a7f} <Debug> TCPHandler: Processed in 0.00286901 sec. | ||
| 1457 | 2025.04.09 19:09:35.566664 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 1458 | 2025.04.09 19:09:35.566693 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1459 | 2025.04.09 19:09:35.566811 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1460 | 2025.04.09 19:09:35.566830 [ 258 ] {353548aa-3afa-457b-b5aa-de2524d3b17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1461 | 2025.04.09 19:09:35.566855 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 1462 | 2025.04.09 19:09:35.566886 [ 258 ] {353548aa-3afa-457b-b5aa-de2524d3b17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1463 | 2025.04.09 19:09:35.567022 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1464 | 2025.04.09 19:09:35.567558 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 633 rows starting from the beginning of the part | ||
| 1465 | 2025.04.09 19:09:35.567935 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1466 | 2025.04.09 19:09:35.568305 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 633 rows starting from the beginning of the part | ||
| 1467 | 2025.04.09 19:09:35.568645 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1468 | 2025.04.09 19:09:35.569379 [ 258 ] {353548aa-3afa-457b-b5aa-de2524d3b17d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2025.04.09 19:09:35.569421 [ 258 ] {353548aa-3afa-457b-b5aa-de2524d3b17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1470 | 2025.04.09 19:09:35.570198 [ 258 ] {353548aa-3afa-457b-b5aa-de2524d3b17d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1471 | 2025.04.09 19:09:35.570604 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 5 columns (5 merged, 0 gathered) in 0.004130294 sec., 360749.13795482845 rows/sec., 29.65 MiB/sec. | ||
| 1472 | 2025.04.09 19:09:35.570849 [ 258 ] {353548aa-3afa-457b-b5aa-de2524d3b17d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1473 | 2025.04.09 19:09:35.571047 [ 68 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1474 | 2025.04.09 19:09:35.571091 [ 68 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.04.09 19:09:35.571109 [ 201 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1476 | 2025.04.09 19:09:35.571149 [ 258 ] {353548aa-3afa-457b-b5aa-de2524d3b17d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004356 sec., 14692.378328741966 rows/sec., 1.15 MiB/sec. | ||
| 1477 | 2025.04.09 19:09:35.571137 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1478 | 2025.04.09 19:09:35.571659 [ 258 ] {353548aa-3afa-457b-b5aa-de2524d3b17d} <Debug> TCPHandler: Processed in 0.005025388 sec. | ||
| 1479 | 2025.04.09 19:09:35.571723 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 1480 | 2025.04.09 19:09:35.572020 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1481 | 2025.04.09 19:09:35.572092 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1482 | 2025.04.09 19:09:35.572133 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 1483 | 2025.04.09 19:09:35.572259 [ 258 ] {a4e88422-813b-443c-b41a-2b50961dbf6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1484 | 2025.04.09 19:09:35.572425 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1485 | 2025.04.09 19:09:35.572505 [ 258 ] {a4e88422-813b-443c-b41a-2b50961dbf6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1486 | 2025.04.09 19:09:35.572850 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
| 1487 | 2025.04.09 19:09:35.573285 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1488 | 2025.04.09 19:09:35.573682 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1489 | 2025.04.09 19:09:35.574124 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1490 | 2025.04.09 19:09:35.574231 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_6_1} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1491 | 2025.04.09 19:09:35.574884 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_6_1} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1492 | 2025.04.09 19:09:35.575190 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 1493 | 2025.04.09 19:09:35.575685 [ 258 ] {a4e88422-813b-443c-b41a-2b50961dbf6f} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1494 | 2025.04.09 19:09:35.575740 [ 258 ] {a4e88422-813b-443c-b41a-2b50961dbf6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1495 | 2025.04.09 19:09:35.576463 [ 258 ] {a4e88422-813b-443c-b41a-2b50961dbf6f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1496 | 2025.04.09 19:09:35.576463 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.005140232 sec., 201547.323155842 rows/sec., 15.38 MiB/sec. | ||
| 1497 | 2025.04.09 19:09:35.576877 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1498 | 2025.04.09 19:09:35.577121 [ 258 ] {a4e88422-813b-443c-b41a-2b50961dbf6f} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1499 | 2025.04.09 19:09:35.577339 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1500 | 2025.04.09 19:09:35.577395 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1501 | 2025.04.09 19:09:35.577453 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1502 | 2025.04.09 19:09:35.577470 [ 258 ] {a4e88422-813b-443c-b41a-2b50961dbf6f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005309 sec., 30137.502354492368 rows/sec., 2.10 MiB/sec. | ||
| 1503 | 2025.04.09 19:09:35.577703 [ 258 ] {a4e88422-813b-443c-b41a-2b50961dbf6f} <Debug> TCPHandler: Processed in 0.00576873 sec. | ||
| 1504 | 2025.04.09 19:09:35.577720 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 1505 | 2025.04.09 19:09:35.577913 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1506 | 2025.04.09 19:09:35.577928 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1507 | 2025.04.09 19:09:35.577990 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
| 1508 | 2025.04.09 19:09:35.578039 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_6_1} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1509 | 2025.04.09 19:09:35.578285 [ 258 ] {3b6f13e5-bff4-4a09-bc42-4f6e10056702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1510 | 2025.04.09 19:09:35.578318 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1511 | 2025.04.09 19:09:35.578497 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_6_1} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1512 | 2025.04.09 19:09:35.578567 [ 258 ] {3b6f13e5-bff4-4a09-bc42-4f6e10056702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1513 | 2025.04.09 19:09:35.578819 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
| 1514 | 2025.04.09 19:09:35.578911 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1515 | 2025.04.09 19:09:35.579255 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1516 | 2025.04.09 19:09:35.579599 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1517 | 2025.04.09 19:09:35.579975 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1518 | 2025.04.09 19:09:35.580782 [ 258 ] {3b6f13e5-bff4-4a09-bc42-4f6e10056702} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1519 | 2025.04.09 19:09:35.580827 [ 258 ] {3b6f13e5-bff4-4a09-bc42-4f6e10056702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1520 | 2025.04.09 19:09:35.581583 [ 258 ] {3b6f13e5-bff4-4a09-bc42-4f6e10056702} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1521 | 2025.04.09 19:09:35.582099 [ 258 ] {3b6f13e5-bff4-4a09-bc42-4f6e10056702} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1522 | 2025.04.09 19:09:35.582237 [ 68 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1523 | 2025.04.09 19:09:35.582281 [ 68 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1524 | 2025.04.09 19:09:35.582292 [ 258 ] {3b6f13e5-bff4-4a09-bc42-4f6e10056702} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004194 sec., 14306.15164520744 rows/sec., 987.27 KiB/sec. | ||
| 1525 | 2025.04.09 19:09:35.582306 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1526 | 2025.04.09 19:09:35.582404 [ 258 ] {3b6f13e5-bff4-4a09-bc42-4f6e10056702} <Debug> TCPHandler: Processed in 0.004544276 sec. | ||
| 1527 | 2025.04.09 19:09:35.582514 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1528 | 2025.04.09 19:09:35.582645 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1529 | 2025.04.09 19:09:35.582681 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
| 1530 | 2025.04.09 19:09:35.582815 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1531 | 2025.04.09 19:09:35.583038 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
| 1532 | 2025.04.09 19:09:35.583191 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1533 | 2025.04.09 19:09:35.583361 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1534 | 2025.04.09 19:09:35.583540 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1535 | 2025.04.09 19:09:35.584319 [ 191 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.006792348 sec., 159296.9029266463 rows/sec., 10.91 MiB/sec. | ||
| 1536 | 2025.04.09 19:09:35.584735 [ 191 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1537 | 2025.04.09 19:09:35.585778 [ 201 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1538 | 2025.04.09 19:09:35.585781 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003379034 sec., 116009.48673496627 rows/sec., 7.63 MiB/sec. | ||
| 1539 | 2025.04.09 19:09:35.585948 [ 201 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1540 | 2025.04.09 19:09:35.586091 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1541 | 2025.04.09 19:09:35.586154 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1542 | 2025.04.09 19:09:35.586796 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1543 | 2025.04.09 19:09:35.586881 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_6_1} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1544 | 2025.04.09 19:09:35.586968 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1545 | 2025.04.09 19:09:36.172095 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1546 | 2025.04.09 19:09:36.172356 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1547 | 2025.04.09 19:09:36.172775 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1548 | 2025.04.09 19:09:36.172825 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1549 | 2025.04.09 19:09:36.173167 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1550 | 2025.04.09 19:09:36.173246 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1551 | 2025.04.09 19:09:36.173426 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1552 | 2025.04.09 19:09:36.173621 [ 286 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1553 | 2025.04.09 19:09:36.173699 [ 287 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1554 | 2025.04.09 19:09:36.173822 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1555 | 2025.04.09 19:09:36.173854 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1556 | 2025.04.09 19:09:36.176014 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1557 | 2025.04.09 19:09:36.176045 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1558 | 2025.04.09 19:09:36.176107 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1559 | 2025.04.09 19:09:36.176158 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1560 | 2025.04.09 19:09:36.177611 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.005381 sec., 5761.010964504739 rows/sec., 217.42 KiB/sec. | ||
| 1561 | 2025.04.09 19:09:36.177751 [ 258 ] {54a1eae3-b063-4978-b73d-0bcf1dcaecf9} <Debug> TCPHandler: Processed in 0.00578803 sec. | ||
| 1562 | 2025.04.09 19:09:36.178073 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2025.04.09 19:09:36.178237 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1564 | 2025.04.09 19:09:36.178523 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1565 | 2025.04.09 19:09:36.178579 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1566 | 2025.04.09 19:09:36.178880 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1567 | 2025.04.09 19:09:36.178945 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1568 | 2025.04.09 19:09:36.179089 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1569 | 2025.04.09 19:09:36.179191 [ 286 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1570 | 2025.04.09 19:09:36.179214 [ 288 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1571 | 2025.04.09 19:09:36.179341 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1572 | 2025.04.09 19:09:36.179369 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1573 | 2025.04.09 19:09:36.179449 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1574 | 2025.04.09 19:09:36.179469 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1575 | 2025.04.09 19:09:36.179509 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1576 | 2025.04.09 19:09:36.179551 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1577 | 2025.04.09 19:09:36.180594 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002433 sec., 12741.471434443076 rows/sec., 480.86 KiB/sec. | ||
| 1578 | 2025.04.09 19:09:36.180739 [ 258 ] {7760fca0-3c70-43e8-9706-76e5caa7d1d3} <Debug> TCPHandler: Processed in 0.002719796 sec. | ||
| 1579 | 2025.04.09 19:09:36.180971 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1580 | 2025.04.09 19:09:36.181132 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1581 | 2025.04.09 19:09:36.181421 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1582 | 2025.04.09 19:09:36.181468 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1583 | 2025.04.09 19:09:36.181766 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1584 | 2025.04.09 19:09:36.181830 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1585 | 2025.04.09 19:09:36.181971 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1586 | 2025.04.09 19:09:36.182069 [ 287 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1587 | 2025.04.09 19:09:36.182090 [ 288 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1588 | 2025.04.09 19:09:36.182205 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1589 | 2025.04.09 19:09:36.182232 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1590 | 2025.04.09 19:09:36.182314 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1591 | 2025.04.09 19:09:36.182335 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1592 | 2025.04.09 19:09:36.182375 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1593 | 2025.04.09 19:09:36.182418 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1594 | 2025.04.09 19:09:36.183420 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002363 sec., 13118.916631400762 rows/sec., 495.10 KiB/sec. | ||
| 1595 | 2025.04.09 19:09:36.183550 [ 258 ] {c72bff98-9e1d-4a54-94ab-6eb30ddd864a} <Debug> TCPHandler: Processed in 0.002629342 sec. | ||
| 1596 | 2025.04.09 19:09:36.183760 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1597 | 2025.04.09 19:09:36.183922 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1598 | 2025.04.09 19:09:36.184209 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1599 | 2025.04.09 19:09:36.184256 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1600 | 2025.04.09 19:09:36.184558 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1601 | 2025.04.09 19:09:36.184621 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1602 | 2025.04.09 19:09:36.184762 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1603 | 2025.04.09 19:09:36.184881 [ 286 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1604 | 2025.04.09 19:09:36.184884 [ 288 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1605 | 2025.04.09 19:09:36.184995 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1606 | 2025.04.09 19:09:36.185023 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1607 | 2025.04.09 19:09:36.185105 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1608 | 2025.04.09 19:09:36.185125 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1609 | 2025.04.09 19:09:36.185165 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1610 | 2025.04.09 19:09:36.185207 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1611 | 2025.04.09 19:09:36.186239 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002392 sec., 12959.866220735787 rows/sec., 489.10 KiB/sec. | ||
| 1612 | 2025.04.09 19:09:36.186388 [ 258 ] {617469b0-c1ea-4b8f-90a5-b8d75cba88c8} <Debug> TCPHandler: Processed in 0.002678514 sec. | ||
| 1613 | 2025.04.09 19:09:36.186596 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1614 | 2025.04.09 19:09:36.186757 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1615 | 2025.04.09 19:09:36.187049 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1616 | 2025.04.09 19:09:36.187096 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1617 | 2025.04.09 19:09:36.187403 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1618 | 2025.04.09 19:09:36.187467 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1619 | 2025.04.09 19:09:36.187622 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1620 | 2025.04.09 19:09:36.187786 [ 288 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1621 | 2025.04.09 19:09:36.187791 [ 287 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1622 | 2025.04.09 19:09:36.187944 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1623 | 2025.04.09 19:09:36.187973 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1624 | 2025.04.09 19:09:36.188056 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1625 | 2025.04.09 19:09:36.188077 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1626 | 2025.04.09 19:09:36.188117 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1627 | 2025.04.09 19:09:36.188162 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1628 | 2025.04.09 19:09:36.189166 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002485 sec., 12474.849094567406 rows/sec., 470.79 KiB/sec. | ||
| 1629 | 2025.04.09 19:09:36.189293 [ 258 ] {33712e63-c367-4980-bb2f-333f653dcc8e} <Debug> TCPHandler: Processed in 0.002748286 sec. | ||
| 1630 | 2025.04.09 19:09:36.189501 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1631 | 2025.04.09 19:09:36.189665 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1632 | 2025.04.09 19:09:36.189956 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1633 | 2025.04.09 19:09:36.190004 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1634 | 2025.04.09 19:09:36.190313 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1635 | 2025.04.09 19:09:36.190378 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1636 | 2025.04.09 19:09:36.190518 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1637 | 2025.04.09 19:09:36.190619 [ 287 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1638 | 2025.04.09 19:09:36.190635 [ 286 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1639 | 2025.04.09 19:09:36.190728 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1640 | 2025.04.09 19:09:36.190752 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1641 | 2025.04.09 19:09:36.190831 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1642 | 2025.04.09 19:09:36.190851 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1643 | 2025.04.09 19:09:36.190891 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1644 | 2025.04.09 19:09:36.190934 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1645 | 2025.04.09 19:09:36.191916 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00233 sec., 13304.721030042918 rows/sec., 502.11 KiB/sec. | ||
| 1646 | 2025.04.09 19:09:36.192052 [ 258 ] {072f40ba-c374-4843-8e0c-0fca6980d024} <Debug> TCPHandler: Processed in 0.002601232 sec. | ||
| 1647 | 2025.04.09 19:09:36.272995 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1648 | 2025.04.09 19:09:36.273184 [ 258 ] {642d3e0f-649e-4393-90e0-551779194b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1649 | 2025.04.09 19:09:36.273289 [ 258 ] {642d3e0f-649e-4393-90e0-551779194b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1650 | 2025.04.09 19:09:36.274214 [ 258 ] {642d3e0f-649e-4393-90e0-551779194b8f} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1651 | 2025.04.09 19:09:36.274265 [ 258 ] {642d3e0f-649e-4393-90e0-551779194b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1652 | 2025.04.09 19:09:36.275016 [ 258 ] {642d3e0f-649e-4393-90e0-551779194b8f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1653 | 2025.04.09 19:09:36.275445 [ 258 ] {642d3e0f-649e-4393-90e0-551779194b8f} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1654 | 2025.04.09 19:09:36.275774 [ 258 ] {642d3e0f-649e-4393-90e0-551779194b8f} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002623 sec., 2287.4571101791844 rows/sec., 509.32 KiB/sec. | ||
| 1655 | 2025.04.09 19:09:36.275907 [ 258 ] {642d3e0f-649e-4393-90e0-551779194b8f} <Debug> TCPHandler: Processed in 0.003034874 sec. | ||
| 1656 | 2025.04.09 19:09:36.276042 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1657 | 2025.04.09 19:09:36.276160 [ 258 ] {d0accf49-b94c-4341-a07d-54c98f775886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1658 | 2025.04.09 19:09:36.276208 [ 258 ] {d0accf49-b94c-4341-a07d-54c98f775886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1659 | 2025.04.09 19:09:36.276907 [ 258 ] {d0accf49-b94c-4341-a07d-54c98f775886} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1660 | 2025.04.09 19:09:36.276948 [ 258 ] {d0accf49-b94c-4341-a07d-54c98f775886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1661 | 2025.04.09 19:09:36.277459 [ 258 ] {d0accf49-b94c-4341-a07d-54c98f775886} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1662 | 2025.04.09 19:09:36.278015 [ 258 ] {d0accf49-b94c-4341-a07d-54c98f775886} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1663 | 2025.04.09 19:09:36.278243 [ 258 ] {d0accf49-b94c-4341-a07d-54c98f775886} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002112 sec., 100378.78787878787 rows/sec., 6.38 MiB/sec. | ||
| 1664 | 2025.04.09 19:09:36.278302 [ 258 ] {d0accf49-b94c-4341-a07d-54c98f775886} <Debug> TCPHandler: Processed in 0.002312744 sec. | ||
| 1665 | 2025.04.09 19:09:36.278424 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1666 | 2025.04.09 19:09:36.278541 [ 258 ] {d00fa66a-0dfd-4acd-85f9-0f74363327b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1667 | 2025.04.09 19:09:36.278589 [ 258 ] {d00fa66a-0dfd-4acd-85f9-0f74363327b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1668 | 2025.04.09 19:09:36.280278 [ 258 ] {d00fa66a-0dfd-4acd-85f9-0f74363327b3} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1669 | 2025.04.09 19:09:36.280320 [ 258 ] {d00fa66a-0dfd-4acd-85f9-0f74363327b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1670 | 2025.04.09 19:09:36.280973 [ 258 ] {d00fa66a-0dfd-4acd-85f9-0f74363327b3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1671 | 2025.04.09 19:09:36.281485 [ 258 ] {d00fa66a-0dfd-4acd-85f9-0f74363327b3} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1672 | 2025.04.09 19:09:36.281706 [ 258 ] {d00fa66a-0dfd-4acd-85f9-0f74363327b3} <Debug> executeQuery: Read 1773 rows, 147.54 KiB in 0.003195 sec., 554929.5774647888 rows/sec., 45.10 MiB/sec. | ||
| 1673 | 2025.04.09 19:09:36.281762 [ 258 ] {d00fa66a-0dfd-4acd-85f9-0f74363327b3} <Debug> TCPHandler: Processed in 0.003390853 sec. | ||
| 1674 | 2025.04.09 19:09:36.281878 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1675 | 2025.04.09 19:09:36.281988 [ 258 ] {fefea610-b9a0-4301-ad83-3b85b9fa5e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1676 | 2025.04.09 19:09:36.282034 [ 258 ] {fefea610-b9a0-4301-ad83-3b85b9fa5e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1677 | 2025.04.09 19:09:36.282617 [ 258 ] {fefea610-b9a0-4301-ad83-3b85b9fa5e94} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1678 | 2025.04.09 19:09:36.282658 [ 258 ] {fefea610-b9a0-4301-ad83-3b85b9fa5e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1679 | 2025.04.09 19:09:36.283230 [ 258 ] {fefea610-b9a0-4301-ad83-3b85b9fa5e94} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1680 | 2025.04.09 19:09:36.283788 [ 258 ] {fefea610-b9a0-4301-ad83-3b85b9fa5e94} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1681 | 2025.04.09 19:09:36.284050 [ 258 ] {fefea610-b9a0-4301-ad83-3b85b9fa5e94} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00208 sec., 54807.69230769231 rows/sec., 3.28 MiB/sec. | ||
| 1682 | 2025.04.09 19:09:36.284121 [ 258 ] {fefea610-b9a0-4301-ad83-3b85b9fa5e94} <Debug> TCPHandler: Processed in 0.002293994 sec. | ||
| 1683 | 2025.04.09 19:09:36.284244 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1684 | 2025.04.09 19:09:36.284351 [ 258 ] {968f711f-f009-4753-9189-1a09de0ec533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1685 | 2025.04.09 19:09:36.284397 [ 258 ] {968f711f-f009-4753-9189-1a09de0ec533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1686 | 2025.04.09 19:09:36.285094 [ 258 ] {968f711f-f009-4753-9189-1a09de0ec533} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1687 | 2025.04.09 19:09:36.285133 [ 258 ] {968f711f-f009-4753-9189-1a09de0ec533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1688 | 2025.04.09 19:09:36.285718 [ 258 ] {968f711f-f009-4753-9189-1a09de0ec533} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1689 | 2025.04.09 19:09:36.286203 [ 258 ] {968f711f-f009-4753-9189-1a09de0ec533} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1690 | 2025.04.09 19:09:36.286417 [ 258 ] {968f711f-f009-4753-9189-1a09de0ec533} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002088 sec., 163314.17624521072 rows/sec., 10.90 MiB/sec. | ||
| 1691 | 2025.04.09 19:09:36.286471 [ 258 ] {968f711f-f009-4753-9189-1a09de0ec533} <Debug> TCPHandler: Processed in 0.002279814 sec. | ||
| 1692 | 2025.04.09 19:09:36.286584 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1693 | 2025.04.09 19:09:36.286690 [ 258 ] {9e8578c7-f13b-4594-885b-01a103daba29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1694 | 2025.04.09 19:09:36.286735 [ 258 ] {9e8578c7-f13b-4594-885b-01a103daba29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1695 | 2025.04.09 19:09:36.287298 [ 258 ] {9e8578c7-f13b-4594-885b-01a103daba29} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1696 | 2025.04.09 19:09:36.287342 [ 258 ] {9e8578c7-f13b-4594-885b-01a103daba29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1697 | 2025.04.09 19:09:36.287847 [ 258 ] {9e8578c7-f13b-4594-885b-01a103daba29} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1698 | 2025.04.09 19:09:36.288346 [ 258 ] {9e8578c7-f13b-4594-885b-01a103daba29} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1699 | 2025.04.09 19:09:36.288624 [ 258 ] {9e8578c7-f13b-4594-885b-01a103daba29} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001939 sec., 57761.73285198556 rows/sec., 3.29 MiB/sec. | ||
| 1700 | 2025.04.09 19:09:36.288751 [ 258 ] {9e8578c7-f13b-4594-885b-01a103daba29} <Debug> TCPHandler: Processed in 0.002219052 sec. | ||
| 1701 | 2025.04.09 19:09:36.288865 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1702 | 2025.04.09 19:09:36.288971 [ 258 ] {b24f32ba-1d59-46e9-80c3-ba0d2e159404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1703 | 2025.04.09 19:09:36.289015 [ 258 ] {b24f32ba-1d59-46e9-80c3-ba0d2e159404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1704 | 2025.04.09 19:09:36.290019 [ 258 ] {b24f32ba-1d59-46e9-80c3-ba0d2e159404} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1705 | 2025.04.09 19:09:36.290057 [ 258 ] {b24f32ba-1d59-46e9-80c3-ba0d2e159404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1706 | 2025.04.09 19:09:36.290576 [ 258 ] {b24f32ba-1d59-46e9-80c3-ba0d2e159404} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1707 | 2025.04.09 19:09:36.291070 [ 258 ] {b24f32ba-1d59-46e9-80c3-ba0d2e159404} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1708 | 2025.04.09 19:09:36.291294 [ 258 ] {b24f32ba-1d59-46e9-80c3-ba0d2e159404} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.002345 sec., 360767.5906183369 rows/sec., 26.03 MiB/sec. | ||
| 1709 | 2025.04.09 19:09:36.291351 [ 258 ] {b24f32ba-1d59-46e9-80c3-ba0d2e159404} <Debug> TCPHandler: Processed in 0.00253787 sec. | ||
| 1710 | 2025.04.09 19:09:36.291471 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1711 | 2025.04.09 19:09:36.291578 [ 258 ] {eacfbeec-8780-4d5a-9389-229b27147d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1712 | 2025.04.09 19:09:36.291625 [ 258 ] {eacfbeec-8780-4d5a-9389-229b27147d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1713 | 2025.04.09 19:09:36.292060 [ 258 ] {eacfbeec-8780-4d5a-9389-229b27147d4d} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1714 | 2025.04.09 19:09:36.292097 [ 258 ] {eacfbeec-8780-4d5a-9389-229b27147d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1715 | 2025.04.09 19:09:36.292591 [ 258 ] {eacfbeec-8780-4d5a-9389-229b27147d4d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1716 | 2025.04.09 19:09:36.293114 [ 258 ] {eacfbeec-8780-4d5a-9389-229b27147d4d} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1717 | 2025.04.09 19:09:36.293348 [ 258 ] {eacfbeec-8780-4d5a-9389-229b27147d4d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001787 sec., 3357.582540570789 rows/sec., 175.42 KiB/sec. | ||
| 1718 | 2025.04.09 19:09:36.293417 [ 258 ] {eacfbeec-8780-4d5a-9389-229b27147d4d} <Debug> TCPHandler: Processed in 0.001998005 sec. | ||
| 1719 | 2025.04.09 19:09:36.293549 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1720 | 2025.04.09 19:09:36.293664 [ 258 ] {34a86e45-47cd-4651-81a1-47d4fcc39dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1721 | 2025.04.09 19:09:36.293715 [ 258 ] {34a86e45-47cd-4651-81a1-47d4fcc39dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1722 | 2025.04.09 19:09:36.295067 [ 258 ] {34a86e45-47cd-4651-81a1-47d4fcc39dd2} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1723 | 2025.04.09 19:09:36.295106 [ 258 ] {34a86e45-47cd-4651-81a1-47d4fcc39dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1724 | 2025.04.09 19:09:36.295824 [ 258 ] {34a86e45-47cd-4651-81a1-47d4fcc39dd2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1725 | 2025.04.09 19:09:36.296402 [ 258 ] {34a86e45-47cd-4651-81a1-47d4fcc39dd2} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1726 | 2025.04.09 19:09:36.296621 [ 258 ] {34a86e45-47cd-4651-81a1-47d4fcc39dd2} <Debug> executeQuery: Read 2191 rows, 149.46 KiB in 0.002984 sec., 734249.3297587131 rows/sec., 48.91 MiB/sec. | ||
| 1727 | 2025.04.09 19:09:36.296701 [ 258 ] {34a86e45-47cd-4651-81a1-47d4fcc39dd2} <Debug> TCPHandler: Processed in 0.003207019 sec. | ||
| 1728 | 2025.04.09 19:09:36.296819 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1729 | 2025.04.09 19:09:36.296924 [ 258 ] {e0030300-bebe-49b9-9de3-a516456bc18d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1730 | 2025.04.09 19:09:36.296970 [ 258 ] {e0030300-bebe-49b9-9de3-a516456bc18d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1731 | 2025.04.09 19:09:36.297386 [ 258 ] {e0030300-bebe-49b9-9de3-a516456bc18d} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1732 | 2025.04.09 19:09:36.297424 [ 258 ] {e0030300-bebe-49b9-9de3-a516456bc18d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1733 | 2025.04.09 19:09:36.297914 [ 258 ] {e0030300-bebe-49b9-9de3-a516456bc18d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1734 | 2025.04.09 19:09:36.298516 [ 258 ] {e0030300-bebe-49b9-9de3-a516456bc18d} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1735 | 2025.04.09 19:09:36.298742 [ 258 ] {e0030300-bebe-49b9-9de3-a516456bc18d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001838 sec., 544.069640914037 rows/sec., 36.66 KiB/sec. | ||
| 1736 | 2025.04.09 19:09:36.298793 [ 258 ] {e0030300-bebe-49b9-9de3-a516456bc18d} <Debug> TCPHandler: Processed in 0.002025056 sec. | ||
| 1737 | 2025.04.09 19:09:36.298906 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1738 | 2025.04.09 19:09:36.299022 [ 258 ] {72e4a048-7903-4ab6-991f-d0b158a60f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1739 | 2025.04.09 19:09:36.299088 [ 258 ] {72e4a048-7903-4ab6-991f-d0b158a60f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1740 | 2025.04.09 19:09:36.300115 [ 258 ] {72e4a048-7903-4ab6-991f-d0b158a60f75} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1741 | 2025.04.09 19:09:36.300154 [ 258 ] {72e4a048-7903-4ab6-991f-d0b158a60f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1742 | 2025.04.09 19:09:36.300893 [ 258 ] {72e4a048-7903-4ab6-991f-d0b158a60f75} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1743 | 2025.04.09 19:09:36.301364 [ 258 ] {72e4a048-7903-4ab6-991f-d0b158a60f75} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1744 | 2025.04.09 19:09:36.301602 [ 258 ] {72e4a048-7903-4ab6-991f-d0b158a60f75} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002601 sec., 3075.7400999615534 rows/sec., 5.51 MiB/sec. | ||
| 1745 | 2025.04.09 19:09:36.301710 [ 258 ] {72e4a048-7903-4ab6-991f-d0b158a60f75} <Debug> TCPHandler: Processed in 0.002854739 sec. | ||
| 1746 | 2025.04.09 19:09:36.301843 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1747 | 2025.04.09 19:09:36.301948 [ 258 ] {b31a241d-bd8a-4e72-927b-5151e3b42366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1748 | 2025.04.09 19:09:36.301993 [ 258 ] {b31a241d-bd8a-4e72-927b-5151e3b42366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1749 | 2025.04.09 19:09:36.302434 [ 258 ] {b31a241d-bd8a-4e72-927b-5151e3b42366} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1750 | 2025.04.09 19:09:36.302473 [ 258 ] {b31a241d-bd8a-4e72-927b-5151e3b42366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1751 | 2025.04.09 19:09:36.302944 [ 258 ] {b31a241d-bd8a-4e72-927b-5151e3b42366} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1752 | 2025.04.09 19:09:36.303499 [ 258 ] {b31a241d-bd8a-4e72-927b-5151e3b42366} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): 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.04.09 19:09:36.303710 [ 258 ] {b31a241d-bd8a-4e72-927b-5151e3b42366} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001785 sec., 19047.61904761905 rows/sec., 1.11 MiB/sec. | ||
| 1754 | 2025.04.09 19:09:36.303761 [ 258 ] {b31a241d-bd8a-4e72-927b-5151e3b42366} <Debug> TCPHandler: Processed in 0.001969544 sec. | ||
| 1755 | 2025.04.09 19:09:38.333133 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 266 | ||
| 1756 | 2025.04.09 19:09:38.336932 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1757 | 2025.04.09 19:09:38.337013 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1758 | 2025.04.09 19:09:38.338722 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1759 | 2025.04.09 19:09:38.339313 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1760 | 2025.04.09 19:09:38.339988 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266 | ||
| 1761 | 2025.04.09 19:09:40.562115 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1762 | 2025.04.09 19:09:40.562348 [ 258 ] {2ddcd97e-cb4a-4627-b851-fc8a15686f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1763 | 2025.04.09 19:09:40.562429 [ 258 ] {2ddcd97e-cb4a-4627-b851-fc8a15686f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1764 | 2025.04.09 19:09:40.563256 [ 258 ] {2ddcd97e-cb4a-4627-b851-fc8a15686f6f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1765 | 2025.04.09 19:09:40.563303 [ 258 ] {2ddcd97e-cb4a-4627-b851-fc8a15686f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1766 | 2025.04.09 19:09:40.563766 [ 258 ] {2ddcd97e-cb4a-4627-b851-fc8a15686f6f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1767 | 2025.04.09 19:09:40.564092 [ 258 ] {2ddcd97e-cb4a-4627-b851-fc8a15686f6f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1768 | 2025.04.09 19:09:40.564331 [ 258 ] {2ddcd97e-cb4a-4627-b851-fc8a15686f6f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002044 sec., 27397.260273972606 rows/sec., 2.10 MiB/sec. | ||
| 1769 | 2025.04.09 19:09:40.564394 [ 258 ] {2ddcd97e-cb4a-4627-b851-fc8a15686f6f} <Debug> TCPHandler: Processed in 0.002418387 sec. | ||
| 1770 | 2025.04.09 19:09:40.564525 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1771 | 2025.04.09 19:09:40.564637 [ 258 ] {b1945ddd-8451-4b9d-8d8f-fc15ab8cadea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1772 | 2025.04.09 19:09:40.564685 [ 258 ] {b1945ddd-8451-4b9d-8d8f-fc15ab8cadea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1773 | 2025.04.09 19:09:40.565279 [ 258 ] {b1945ddd-8451-4b9d-8d8f-fc15ab8cadea} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1774 | 2025.04.09 19:09:40.565320 [ 258 ] {b1945ddd-8451-4b9d-8d8f-fc15ab8cadea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1775 | 2025.04.09 19:09:40.565771 [ 258 ] {b1945ddd-8451-4b9d-8d8f-fc15ab8cadea} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1776 | 2025.04.09 19:09:40.566009 [ 258 ] {b1945ddd-8451-4b9d-8d8f-fc15ab8cadea} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1777 | 2025.04.09 19:09:40.566225 [ 258 ] {b1945ddd-8451-4b9d-8d8f-fc15ab8cadea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001613 sec., 39677.619342839425 rows/sec., 3.10 MiB/sec. | ||
| 1778 | 2025.04.09 19:09:40.566279 [ 258 ] {b1945ddd-8451-4b9d-8d8f-fc15ab8cadea} <Debug> TCPHandler: Processed in 0.00180599 sec. | ||
| 1779 | 2025.04.09 19:09:40.566399 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2025.04.09 19:09:40.566507 [ 258 ] {32b557e3-486a-4728-8a27-2bbdf935a464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1781 | 2025.04.09 19:09:40.566558 [ 258 ] {32b557e3-486a-4728-8a27-2bbdf935a464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1782 | 2025.04.09 19:09:40.567070 [ 258 ] {32b557e3-486a-4728-8a27-2bbdf935a464} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2025.04.09 19:09:40.567109 [ 258 ] {32b557e3-486a-4728-8a27-2bbdf935a464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1784 | 2025.04.09 19:09:40.567497 [ 258 ] {32b557e3-486a-4728-8a27-2bbdf935a464} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1785 | 2025.04.09 19:09:40.567751 [ 258 ] {32b557e3-486a-4728-8a27-2bbdf935a464} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.04.09 19:09:40.567964 [ 258 ] {32b557e3-486a-4728-8a27-2bbdf935a464} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00148 sec., 86486.4864864865 rows/sec., 6.02 MiB/sec. | ||
| 1787 | 2025.04.09 19:09:40.568016 [ 258 ] {32b557e3-486a-4728-8a27-2bbdf935a464} <Debug> TCPHandler: Processed in 0.001669096 sec. | ||
| 1788 | 2025.04.09 19:09:40.568133 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2025.04.09 19:09:40.568238 [ 258 ] {3cefc241-1f1c-44b8-8df1-71480a9fe1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1790 | 2025.04.09 19:09:40.568285 [ 258 ] {3cefc241-1f1c-44b8-8df1-71480a9fe1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1791 | 2025.04.09 19:09:40.568721 [ 258 ] {3cefc241-1f1c-44b8-8df1-71480a9fe1a9} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2025.04.09 19:09:40.568760 [ 258 ] {3cefc241-1f1c-44b8-8df1-71480a9fe1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1793 | 2025.04.09 19:09:40.569116 [ 258 ] {3cefc241-1f1c-44b8-8df1-71480a9fe1a9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1794 | 2025.04.09 19:09:40.569355 [ 258 ] {3cefc241-1f1c-44b8-8df1-71480a9fe1a9} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2025.04.09 19:09:40.569557 [ 258 ] {3cefc241-1f1c-44b8-8df1-71480a9fe1a9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001342 sec., 35767.51117734724 rows/sec., 2.41 MiB/sec. | ||
| 1796 | 2025.04.09 19:09:40.569606 [ 258 ] {3cefc241-1f1c-44b8-8df1-71480a9fe1a9} <Debug> TCPHandler: Processed in 0.001524633 sec. | ||
| 1797 | 2025.04.09 19:09:40.836712 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1798 | 2025.04.09 19:09:40.837350 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1799 | 2025.04.09 19:09:40.837396 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1800 | 2025.04.09 19:09:40.837920 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1801 | 2025.04.09 19:09:40.838172 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1802 | 2025.04.09 19:09:40.838460 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1803 | 2025.04.09 19:09:41.037023 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1804 | 2025.04.09 19:09:41.056701 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1805 | 2025.04.09 19:09:41.056753 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1806 | 2025.04.09 19:09:41.063686 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1807 | 2025.04.09 19:09:41.064478 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1808 | 2025.04.09 19:09:41.067889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1809 | 2025.04.09 19:09:42.001157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.08 MiB, peak 170.77 MiB, free memory in arenas 0.00 B, will set to 166.15 MiB (RSS), difference: 1.07 MiB | ||
| 1810 | 2025.04.09 19:09:45.562987 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1811 | 2025.04.09 19:09:45.563223 [ 258 ] {17420f7d-be1a-4cfd-94a4-40139c6cc594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1812 | 2025.04.09 19:09:45.563305 [ 258 ] {17420f7d-be1a-4cfd-94a4-40139c6cc594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1813 | 2025.04.09 19:09:45.564099 [ 258 ] {17420f7d-be1a-4cfd-94a4-40139c6cc594} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2025.04.09 19:09:45.564148 [ 258 ] {17420f7d-be1a-4cfd-94a4-40139c6cc594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1815 | 2025.04.09 19:09:45.564575 [ 258 ] {17420f7d-be1a-4cfd-94a4-40139c6cc594} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1816 | 2025.04.09 19:09:45.564825 [ 258 ] {17420f7d-be1a-4cfd-94a4-40139c6cc594} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1817 | 2025.04.09 19:09:45.565072 [ 258 ] {17420f7d-be1a-4cfd-94a4-40139c6cc594} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001916 sec., 29227.557411273487 rows/sec., 2.25 MiB/sec. | ||
| 1818 | 2025.04.09 19:09:45.565139 [ 258 ] {17420f7d-be1a-4cfd-94a4-40139c6cc594} <Debug> TCPHandler: Processed in 0.002288083 sec. | ||
| 1819 | 2025.04.09 19:09:45.565281 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1820 | 2025.04.09 19:09:45.565424 [ 258 ] {8d5cf7e8-3f68-4c50-aa5b-dc58c3e9819d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1821 | 2025.04.09 19:09:45.565483 [ 258 ] {8d5cf7e8-3f68-4c50-aa5b-dc58c3e9819d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1822 | 2025.04.09 19:09:45.566067 [ 258 ] {8d5cf7e8-3f68-4c50-aa5b-dc58c3e9819d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2025.04.09 19:09:45.566109 [ 258 ] {8d5cf7e8-3f68-4c50-aa5b-dc58c3e9819d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1824 | 2025.04.09 19:09:45.566491 [ 258 ] {8d5cf7e8-3f68-4c50-aa5b-dc58c3e9819d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1825 | 2025.04.09 19:09:45.566736 [ 258 ] {8d5cf7e8-3f68-4c50-aa5b-dc58c3e9819d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1826 | 2025.04.09 19:09:45.566955 [ 258 ] {8d5cf7e8-3f68-4c50-aa5b-dc58c3e9819d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001567 sec., 40842.373962986596 rows/sec., 3.19 MiB/sec. | ||
| 1827 | 2025.04.09 19:09:45.567008 [ 258 ] {8d5cf7e8-3f68-4c50-aa5b-dc58c3e9819d} <Debug> TCPHandler: Processed in 0.00179558 sec. | ||
| 1828 | 2025.04.09 19:09:45.567122 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1829 | 2025.04.09 19:09:45.567229 [ 258 ] {d2cb49b6-a96c-4250-939f-668a7330b222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1830 | 2025.04.09 19:09:45.567280 [ 258 ] {d2cb49b6-a96c-4250-939f-668a7330b222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1831 | 2025.04.09 19:09:45.567799 [ 258 ] {d2cb49b6-a96c-4250-939f-668a7330b222} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1832 | 2025.04.09 19:09:45.567839 [ 258 ] {d2cb49b6-a96c-4250-939f-668a7330b222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1833 | 2025.04.09 19:09:45.568213 [ 258 ] {d2cb49b6-a96c-4250-939f-668a7330b222} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1834 | 2025.04.09 19:09:45.568444 [ 258 ] {d2cb49b6-a96c-4250-939f-668a7330b222} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1835 | 2025.04.09 19:09:45.568667 [ 258 ] {d2cb49b6-a96c-4250-939f-668a7330b222} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001462 sec., 109439.12448700411 rows/sec., 7.62 MiB/sec. | ||
| 1836 | 2025.04.09 19:09:45.568760 [ 258 ] {d2cb49b6-a96c-4250-939f-668a7330b222} <Debug> TCPHandler: Processed in 0.001691287 sec. | ||
| 1837 | 2025.04.09 19:09:45.568882 [ 258 ] {} <Trace> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2025.04.09 19:09:45.568987 [ 258 ] {f97b28c8-ab7b-4bd4-b69e-7e361a53a035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60770) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1839 | 2025.04.09 19:09:45.569033 [ 258 ] {f97b28c8-ab7b-4bd4-b69e-7e361a53a035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1840 | 2025.04.09 19:09:45.569460 [ 258 ] {f97b28c8-ab7b-4bd4-b69e-7e361a53a035} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1841 | 2025.04.09 19:09:45.569498 [ 258 ] {f97b28c8-ab7b-4bd4-b69e-7e361a53a035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1842 | 2025.04.09 19:09:45.569845 [ 258 ] {f97b28c8-ab7b-4bd4-b69e-7e361a53a035} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1843 | 2025.04.09 19:09:45.570076 [ 258 ] {f97b28c8-ab7b-4bd4-b69e-7e361a53a035} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1844 | 2025.04.09 19:09:45.570345 [ 258 ] {f97b28c8-ab7b-4bd4-b69e-7e361a53a035} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 1845 | 2025.04.09 19:09:45.570524 [ 258 ] {f97b28c8-ab7b-4bd4-b69e-7e361a53a035} <Debug> TCPHandler: Processed in 0.001690967 sec. | ||
| 1846 | 2025.04.09 19:09:48.272739 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1847 | 2025.04.09 19:09:48.272792 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1848 | 2025.04.09 19:09:48.339467 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1849 | 2025.04.09 19:09:48.340151 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1850 | 2025.04.09 19:09:48.340206 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1851 | 2025.04.09 19:09:48.340811 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1852 | 2025.04.09 19:09:48.341407 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1853 | 2025.04.09 19:09:48.341512 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 282 | ||
| 1854 | 2025.04.09 19:09:48.341961 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1855 | 2025.04.09 19:09:48.344519 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1856 | 2025.04.09 19:09:48.344562 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1857 | 2025.04.09 19:09:48.346060 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1858 | 2025.04.09 19:09:48.346372 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1859 | 2025.04.09 19:09:48.346882 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282 | ||
| 1860 | 2025.04.09 19:09:48.568878 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1861 | 2025.04.09 19:09:48.589143 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1862 | 2025.04.09 19:09:48.589211 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1863 | 2025.04.09 19:09:48.596399 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1864 | 2025.04.09 19:09:48.597210 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1865 | 2025.04.09 19:09:48.599847 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1866 | 2025.04.09 19:09:50.181305 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1867 | 2025.04.09 19:09:50.181425 [ 258 ] {} <Debug> TCP-Session: 4fc4dd95-c27a-419d-99e5-7a06c4998250 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1868 | 2025.04.09 19:09:50.556832 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1869 | 2025.04.09 19:09:50.557100 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) 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) | ||
| 1870 | 2025.04.09 19:09:50.557543 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1871 | 2025.04.09 19:09:50.557595 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <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 | ||
| 1872 | 2025.04.09 19:09:50.557969 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1873 | 2025.04.09 19:09:50.558052 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1874 | 2025.04.09 19:09:50.558235 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1875 | 2025.04.09 19:09:50.558383 [ 288 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1876 | 2025.04.09 19:09:50.558444 [ 286 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1877 | 2025.04.09 19:09:50.558465 [ 287 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1878 | 2025.04.09 19:09:50.558626 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (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 | ||
| 1879 | 2025.04.09 19:09:50.558657 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1880 | 2025.04.09 19:09:50.558780 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1881 | 2025.04.09 19:09:50.558805 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1882 | 2025.04.09 19:09:50.558850 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <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'))" | ||
| 1883 | 2025.04.09 19:09:50.558900 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <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'))" | ||
| 1884 | 2025.04.09 19:09:50.558945 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <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'))" | ||
| 1885 | 2025.04.09 19:09:50.560734 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.00376 sec., 9840.425531914894 rows/sec., 368.81 KiB/sec. | ||
| 1886 | 2025.04.09 19:09:50.560919 [ 259 ] {8b512668-5f9b-4d59-974d-187bd29ff7c5} <Debug> TCPHandler: Processed in 0.004225046 sec. | ||
| 1887 | 2025.04.09 19:09:50.561225 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1888 | 2025.04.09 19:09:50.561395 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) 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) | ||
| 1889 | 2025.04.09 19:09:50.561698 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1890 | 2025.04.09 19:09:50.561749 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <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 | ||
| 1891 | 2025.04.09 19:09:50.562069 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1892 | 2025.04.09 19:09:50.562136 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1893 | 2025.04.09 19:09:50.562283 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1894 | 2025.04.09 19:09:50.562441 [ 288 ] {8deb982e-3492-4913-bbc9-723408114df5} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1895 | 2025.04.09 19:09:50.562454 [ 290 ] {8deb982e-3492-4913-bbc9-723408114df5} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1896 | 2025.04.09 19:09:50.562472 [ 287 ] {8deb982e-3492-4913-bbc9-723408114df5} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1897 | 2025.04.09 19:09:50.562605 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (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 | ||
| 1898 | 2025.04.09 19:09:50.562636 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1899 | 2025.04.09 19:09:50.562745 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1900 | 2025.04.09 19:09:50.562768 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1901 | 2025.04.09 19:09:50.562809 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <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'))" | ||
| 1902 | 2025.04.09 19:09:50.562853 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <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'))" | ||
| 1903 | 2025.04.09 19:09:50.562895 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <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'))" | ||
| 1904 | 2025.04.09 19:09:50.564480 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003165 sec., 11690.363349131123 rows/sec., 438.14 KiB/sec. | ||
| 1905 | 2025.04.09 19:09:50.564699 [ 259 ] {8deb982e-3492-4913-bbc9-723408114df5} <Debug> TCPHandler: Processed in 0.003527347 sec. | ||
| 1906 | 2025.04.09 19:09:50.565032 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1907 | 2025.04.09 19:09:50.565199 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) 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) | ||
| 1908 | 2025.04.09 19:09:50.565506 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1909 | 2025.04.09 19:09:50.565557 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <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 | ||
| 1910 | 2025.04.09 19:09:50.565885 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1911 | 2025.04.09 19:09:50.565954 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1912 | 2025.04.09 19:09:50.566100 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1913 | 2025.04.09 19:09:50.566248 [ 288 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1914 | 2025.04.09 19:09:50.566249 [ 290 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1915 | 2025.04.09 19:09:50.566275 [ 286 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1916 | 2025.04.09 19:09:50.566404 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (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 | ||
| 1917 | 2025.04.09 19:09:50.566433 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1918 | 2025.04.09 19:09:50.566543 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1919 | 2025.04.09 19:09:50.566565 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1920 | 2025.04.09 19:09:50.566606 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <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'))" | ||
| 1921 | 2025.04.09 19:09:50.566648 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <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'))" | ||
| 1922 | 2025.04.09 19:09:50.566689 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <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'))" | ||
| 1923 | 2025.04.09 19:09:50.568071 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002952 sec., 12533.875338753387 rows/sec., 469.76 KiB/sec. | ||
| 1924 | 2025.04.09 19:09:50.568265 [ 259 ] {4caef06d-32df-46c1-8a6d-05418d83974f} <Debug> TCPHandler: Processed in 0.003285971 sec. | ||
| 1925 | 2025.04.09 19:09:50.583166 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1926 | 2025.04.09 19:09:50.583311 [ 259 ] {281e1fa3-fc32-4495-936f-660d12944cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1927 | 2025.04.09 19:09:50.583368 [ 259 ] {281e1fa3-fc32-4495-936f-660d12944cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1928 | 2025.04.09 19:09:50.584108 [ 259 ] {281e1fa3-fc32-4495-936f-660d12944cbc} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1929 | 2025.04.09 19:09:50.584157 [ 259 ] {281e1fa3-fc32-4495-936f-660d12944cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1930 | 2025.04.09 19:09:50.584656 [ 259 ] {281e1fa3-fc32-4495-936f-660d12944cbc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1931 | 2025.04.09 19:09:50.584874 [ 259 ] {281e1fa3-fc32-4495-936f-660d12944cbc} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1932 | 2025.04.09 19:09:50.585132 [ 259 ] {281e1fa3-fc32-4495-936f-660d12944cbc} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001845 sec., 1626.0162601626016 rows/sec., 148.20 KiB/sec. | ||
| 1933 | 2025.04.09 19:09:50.585433 [ 259 ] {281e1fa3-fc32-4495-936f-660d12944cbc} <Debug> TCPHandler: Processed in 0.002334795 sec. | ||
| 1934 | 2025.04.09 19:09:50.585602 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1935 | 2025.04.09 19:09:50.585711 [ 259 ] {bb233a35-08d2-4060-aaa8-514f27b2d8ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1936 | 2025.04.09 19:09:50.585757 [ 259 ] {bb233a35-08d2-4060-aaa8-514f27b2d8ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1937 | 2025.04.09 19:09:50.586435 [ 259 ] {bb233a35-08d2-4060-aaa8-514f27b2d8ff} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1938 | 2025.04.09 19:09:50.586475 [ 259 ] {bb233a35-08d2-4060-aaa8-514f27b2d8ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1939 | 2025.04.09 19:09:50.586846 [ 259 ] {bb233a35-08d2-4060-aaa8-514f27b2d8ff} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1940 | 2025.04.09 19:09:50.587084 [ 259 ] {bb233a35-08d2-4060-aaa8-514f27b2d8ff} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1941 | 2025.04.09 19:09:50.587389 [ 259 ] {bb233a35-08d2-4060-aaa8-514f27b2d8ff} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001666 sec., 127250.90036014406 rows/sec., 8.09 MiB/sec. | ||
| 1942 | 2025.04.09 19:09:50.587582 [ 259 ] {bb233a35-08d2-4060-aaa8-514f27b2d8ff} <Debug> TCPHandler: Processed in 0.002031417 sec. | ||
| 1943 | 2025.04.09 19:09:50.587703 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1944 | 2025.04.09 19:09:50.587809 [ 259 ] {9b628d17-879e-42b4-b8dc-a60ad39b1068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1945 | 2025.04.09 19:09:50.587853 [ 259 ] {9b628d17-879e-42b4-b8dc-a60ad39b1068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1946 | 2025.04.09 19:09:50.588767 [ 259 ] {9b628d17-879e-42b4-b8dc-a60ad39b1068} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1947 | 2025.04.09 19:09:50.588807 [ 259 ] {9b628d17-879e-42b4-b8dc-a60ad39b1068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1948 | 2025.04.09 19:09:50.589201 [ 259 ] {9b628d17-879e-42b4-b8dc-a60ad39b1068} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1949 | 2025.04.09 19:09:50.589438 [ 259 ] {9b628d17-879e-42b4-b8dc-a60ad39b1068} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1950 | 2025.04.09 19:09:50.589692 [ 259 ] {9b628d17-879e-42b4-b8dc-a60ad39b1068} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.001901 sec., 361388.7427669648 rows/sec., 28.79 MiB/sec. | ||
| 1951 | 2025.04.09 19:09:50.589836 [ 259 ] {9b628d17-879e-42b4-b8dc-a60ad39b1068} <Debug> TCPHandler: Processed in 0.002184211 sec. | ||
| 1952 | 2025.04.09 19:09:50.589955 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1953 | 2025.04.09 19:09:50.590061 [ 259 ] {d5579563-53a2-4be1-91f8-8c43c4902bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1954 | 2025.04.09 19:09:50.590105 [ 259 ] {d5579563-53a2-4be1-91f8-8c43c4902bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1955 | 2025.04.09 19:09:50.590694 [ 259 ] {d5579563-53a2-4be1-91f8-8c43c4902bbf} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1956 | 2025.04.09 19:09:50.590733 [ 259 ] {d5579563-53a2-4be1-91f8-8c43c4902bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1957 | 2025.04.09 19:09:50.591089 [ 259 ] {d5579563-53a2-4be1-91f8-8c43c4902bbf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1958 | 2025.04.09 19:09:50.591323 [ 259 ] {d5579563-53a2-4be1-91f8-8c43c4902bbf} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1959 | 2025.04.09 19:09:50.591672 [ 259 ] {d5579563-53a2-4be1-91f8-8c43c4902bbf} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001598 sec., 88235.29411764706 rows/sec., 5.51 MiB/sec. | ||
| 1960 | 2025.04.09 19:09:50.591891 [ 259 ] {d5579563-53a2-4be1-91f8-8c43c4902bbf} <Debug> TCPHandler: Processed in 0.001987945 sec. | ||
| 1961 | 2025.04.09 19:09:50.592013 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1962 | 2025.04.09 19:09:50.592122 [ 259 ] {46ebd04a-e417-4683-94db-6eed69214b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1963 | 2025.04.09 19:09:50.592166 [ 259 ] {46ebd04a-e417-4683-94db-6eed69214b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1964 | 2025.04.09 19:09:50.592750 [ 259 ] {46ebd04a-e417-4683-94db-6eed69214b6f} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1965 | 2025.04.09 19:09:50.592790 [ 259 ] {46ebd04a-e417-4683-94db-6eed69214b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1966 | 2025.04.09 19:09:50.593143 [ 259 ] {46ebd04a-e417-4683-94db-6eed69214b6f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1967 | 2025.04.09 19:09:50.593379 [ 259 ] {46ebd04a-e417-4683-94db-6eed69214b6f} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1968 | 2025.04.09 19:09:50.593766 [ 259 ] {46ebd04a-e417-4683-94db-6eed69214b6f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001638 sec., 68986.568986569 rows/sec., 4.47 MiB/sec. | ||
| 1969 | 2025.04.09 19:09:50.593901 [ 259 ] {46ebd04a-e417-4683-94db-6eed69214b6f} <Debug> TCPHandler: Processed in 0.001940323 sec. | ||
| 1970 | 2025.04.09 19:09:50.594020 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1971 | 2025.04.09 19:09:50.594126 [ 259 ] {e7a3a787-365f-4eec-8b30-978dd1ca1c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1972 | 2025.04.09 19:09:50.594169 [ 259 ] {e7a3a787-365f-4eec-8b30-978dd1ca1c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1973 | 2025.04.09 19:09:50.594738 [ 259 ] {e7a3a787-365f-4eec-8b30-978dd1ca1c56} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1974 | 2025.04.09 19:09:50.594777 [ 259 ] {e7a3a787-365f-4eec-8b30-978dd1ca1c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1975 | 2025.04.09 19:09:50.595124 [ 259 ] {e7a3a787-365f-4eec-8b30-978dd1ca1c56} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1976 | 2025.04.09 19:09:50.595358 [ 259 ] {e7a3a787-365f-4eec-8b30-978dd1ca1c56} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1977 | 2025.04.09 19:09:50.595559 [ 259 ] {e7a3a787-365f-4eec-8b30-978dd1ca1c56} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001443 sec., 77616.07761607761 rows/sec., 4.42 MiB/sec. | ||
| 1978 | 2025.04.09 19:09:50.595850 [ 259 ] {e7a3a787-365f-4eec-8b30-978dd1ca1c56} <Debug> TCPHandler: Processed in 0.001881072 sec. | ||
| 1979 | 2025.04.09 19:09:50.595976 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1980 | 2025.04.09 19:09:50.596089 [ 259 ] {8f696fdb-8269-40bb-b9da-294c9342a777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1981 | 2025.04.09 19:09:50.596137 [ 259 ] {8f696fdb-8269-40bb-b9da-294c9342a777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1982 | 2025.04.09 19:09:50.596817 [ 259 ] {8f696fdb-8269-40bb-b9da-294c9342a777} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1983 | 2025.04.09 19:09:50.596856 [ 259 ] {8f696fdb-8269-40bb-b9da-294c9342a777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1984 | 2025.04.09 19:09:50.597238 [ 259 ] {8f696fdb-8269-40bb-b9da-294c9342a777} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1985 | 2025.04.09 19:09:50.597476 [ 259 ] {8f696fdb-8269-40bb-b9da-294c9342a777} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1986 | 2025.04.09 19:09:50.597705 [ 259 ] {8f696fdb-8269-40bb-b9da-294c9342a777} <Debug> executeQuery: Read 427 rows, 31.20 KiB in 0.001625 sec., 262769.2307692308 rows/sec., 18.75 MiB/sec. | ||
| 1987 | 2025.04.09 19:09:50.598096 [ 259 ] {8f696fdb-8269-40bb-b9da-294c9342a777} <Debug> TCPHandler: Processed in 0.002174391 sec. | ||
| 1988 | 2025.04.09 19:09:50.598250 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1989 | 2025.04.09 19:09:50.598355 [ 259 ] {892d0be1-9456-4d3d-8129-512c383fe777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1990 | 2025.04.09 19:09:50.598402 [ 259 ] {892d0be1-9456-4d3d-8129-512c383fe777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1991 | 2025.04.09 19:09:50.598842 [ 259 ] {892d0be1-9456-4d3d-8129-512c383fe777} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1992 | 2025.04.09 19:09:50.598880 [ 259 ] {892d0be1-9456-4d3d-8129-512c383fe777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1993 | 2025.04.09 19:09:50.599226 [ 259 ] {892d0be1-9456-4d3d-8129-512c383fe777} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1994 | 2025.04.09 19:09:50.599457 [ 259 ] {892d0be1-9456-4d3d-8129-512c383fe777} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1995 | 2025.04.09 19:09:50.599685 [ 259 ] {892d0be1-9456-4d3d-8129-512c383fe777} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 235.70 KiB/sec. | ||
| 1996 | 2025.04.09 19:09:50.599769 [ 259 ] {892d0be1-9456-4d3d-8129-512c383fe777} <Debug> TCPHandler: Processed in 0.001571504 sec. | ||
| 1997 | 2025.04.09 19:09:50.599891 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1998 | 2025.04.09 19:09:50.599997 [ 259 ] {c0ca8921-aee4-40fd-8548-dea9420f3462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1999 | 2025.04.09 19:09:50.600044 [ 259 ] {c0ca8921-aee4-40fd-8548-dea9420f3462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2000 | 2025.04.09 19:09:50.600561 [ 259 ] {c0ca8921-aee4-40fd-8548-dea9420f3462} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2001 | 2025.04.09 19:09:50.600600 [ 259 ] {c0ca8921-aee4-40fd-8548-dea9420f3462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2002 | 2025.04.09 19:09:50.600973 [ 259 ] {c0ca8921-aee4-40fd-8548-dea9420f3462} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2003 | 2025.04.09 19:09:50.601218 [ 259 ] {c0ca8921-aee4-40fd-8548-dea9420f3462} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2004 | 2025.04.09 19:09:50.601444 [ 259 ] {c0ca8921-aee4-40fd-8548-dea9420f3462} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001445 sec., 164013.8408304498 rows/sec., 10.99 MiB/sec. | ||
| 2005 | 2025.04.09 19:09:50.601532 [ 259 ] {c0ca8921-aee4-40fd-8548-dea9420f3462} <Debug> TCPHandler: Processed in 0.001691436 sec. | ||
| 2006 | 2025.04.09 19:09:50.601647 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2007 | 2025.04.09 19:09:50.601752 [ 259 ] {20241c46-5638-488a-9c8d-22d646d53fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2008 | 2025.04.09 19:09:50.601798 [ 259 ] {20241c46-5638-488a-9c8d-22d646d53fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2009 | 2025.04.09 19:09:50.602216 [ 259 ] {20241c46-5638-488a-9c8d-22d646d53fbf} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2010 | 2025.04.09 19:09:50.602254 [ 259 ] {20241c46-5638-488a-9c8d-22d646d53fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2011 | 2025.04.09 19:09:50.602592 [ 259 ] {20241c46-5638-488a-9c8d-22d646d53fbf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2012 | 2025.04.09 19:09:50.602822 [ 259 ] {20241c46-5638-488a-9c8d-22d646d53fbf} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2013 | 2025.04.09 19:09:50.603141 [ 259 ] {20241c46-5638-488a-9c8d-22d646d53fbf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. | ||
| 2014 | 2025.04.09 19:09:50.603312 [ 259 ] {20241c46-5638-488a-9c8d-22d646d53fbf} <Debug> TCPHandler: Processed in 0.001716258 sec. | ||
| 2015 | 2025.04.09 19:09:50.603438 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2016 | 2025.04.09 19:09:50.603542 [ 259 ] {4c7af3c1-29e3-4ba7-8d68-4f932dd90ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2017 | 2025.04.09 19:09:50.603609 [ 259 ] {4c7af3c1-29e3-4ba7-8d68-4f932dd90ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2018 | 2025.04.09 19:09:50.604770 [ 259 ] {4c7af3c1-29e3-4ba7-8d68-4f932dd90ca9} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2019 | 2025.04.09 19:09:50.604808 [ 259 ] {4c7af3c1-29e3-4ba7-8d68-4f932dd90ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2020 | 2025.04.09 19:09:50.605442 [ 259 ] {4c7af3c1-29e3-4ba7-8d68-4f932dd90ca9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2021 | 2025.04.09 19:09:50.605694 [ 259 ] {4c7af3c1-29e3-4ba7-8d68-4f932dd90ca9} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2022 | 2025.04.09 19:09:50.605950 [ 259 ] {4c7af3c1-29e3-4ba7-8d68-4f932dd90ca9} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002427 sec., 14421.09600329625 rows/sec., 25.84 MiB/sec. | ||
| 2023 | 2025.04.09 19:09:50.606050 [ 259 ] {4c7af3c1-29e3-4ba7-8d68-4f932dd90ca9} <Debug> TCPHandler: Processed in 0.002663173 sec. | ||
| 2024 | 2025.04.09 19:09:50.606191 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2025 | 2025.04.09 19:09:50.606296 [ 259 ] {a7e0daba-9698-43d9-a273-efbdae23cc10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2026 | 2025.04.09 19:09:50.606342 [ 259 ] {a7e0daba-9698-43d9-a273-efbdae23cc10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2027 | 2025.04.09 19:09:50.606766 [ 259 ] {a7e0daba-9698-43d9-a273-efbdae23cc10} <Trace> oximeter.measurements_i64 (00d5d367-ddee-46fc-a840-79c54cb1eb1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2028 | 2025.04.09 19:09:50.606804 [ 259 ] {a7e0daba-9698-43d9-a273-efbdae23cc10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2029 | 2025.04.09 19:09:50.607169 [ 259 ] {a7e0daba-9698-43d9-a273-efbdae23cc10} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2030 | 2025.04.09 19:09:50.607417 [ 259 ] {a7e0daba-9698-43d9-a273-efbdae23cc10} <Trace> oximeter.measurements_i64 (00d5d367-ddee-46fc-a840-79c54cb1eb1b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2031 | 2025.04.09 19:09:50.607730 [ 259 ] {a7e0daba-9698-43d9-a273-efbdae23cc10} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.00142 sec., 12676.05633802817 rows/sec., 955.24 KiB/sec. | ||
| 2032 | 2025.04.09 19:09:50.607863 [ 259 ] {a7e0daba-9698-43d9-a273-efbdae23cc10} <Debug> TCPHandler: Processed in 0.001722278 sec. | ||
| 2033 | 2025.04.09 19:09:50.607988 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2034 | 2025.04.09 19:09:50.608094 [ 259 ] {dd0c770b-74d4-4104-9e6a-a7aab3ab6381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2035 | 2025.04.09 19:09:50.608143 [ 259 ] {dd0c770b-74d4-4104-9e6a-a7aab3ab6381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2036 | 2025.04.09 19:09:50.608586 [ 259 ] {dd0c770b-74d4-4104-9e6a-a7aab3ab6381} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2037 | 2025.04.09 19:09:50.608624 [ 259 ] {dd0c770b-74d4-4104-9e6a-a7aab3ab6381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2038 | 2025.04.09 19:09:50.608975 [ 259 ] {dd0c770b-74d4-4104-9e6a-a7aab3ab6381} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2039 | 2025.04.09 19:09:50.609209 [ 259 ] {dd0c770b-74d4-4104-9e6a-a7aab3ab6381} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2040 | 2025.04.09 19:09:50.609559 [ 259 ] {dd0c770b-74d4-4104-9e6a-a7aab3ab6381} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 2041 | 2025.04.09 19:09:50.609765 [ 259 ] {dd0c770b-74d4-4104-9e6a-a7aab3ab6381} <Debug> TCPHandler: Processed in 0.00182827 sec. | ||
| 2042 | 2025.04.09 19:09:51.000256 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.01 MiB, peak 170.77 MiB, free memory in arenas 0.00 B, will set to 167.03 MiB (RSS), difference: 1.02 MiB | ||
| 2043 | 2025.04.09 19:09:55.564110 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2025.04.09 19:09:55.564317 [ 259 ] {b8b7870e-4917-4d53-9411-af95f3448821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2045 | 2025.04.09 19:09:55.564389 [ 259 ] {b8b7870e-4917-4d53-9411-af95f3448821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2046 | 2025.04.09 19:09:55.565174 [ 259 ] {b8b7870e-4917-4d53-9411-af95f3448821} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2047 | 2025.04.09 19:09:55.565223 [ 259 ] {b8b7870e-4917-4d53-9411-af95f3448821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2048 | 2025.04.09 19:09:55.565650 [ 259 ] {b8b7870e-4917-4d53-9411-af95f3448821} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2049 | 2025.04.09 19:09:55.565899 [ 259 ] {b8b7870e-4917-4d53-9411-af95f3448821} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2050 | 2025.04.09 19:09:55.566051 [ 39 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2051 | 2025.04.09 19:09:55.566105 [ 39 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2052 | 2025.04.09 19:09:55.566104 [ 259 ] {b8b7870e-4917-4d53-9411-af95f3448821} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001839 sec., 30451.332245785754 rows/sec., 2.34 MiB/sec. | ||
| 2053 | 2025.04.09 19:09:55.566134 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2054 | 2025.04.09 19:09:55.566210 [ 259 ] {b8b7870e-4917-4d53-9411-af95f3448821} <Debug> TCPHandler: Processed in 0.002230782 sec. | ||
| 2055 | 2025.04.09 19:09:55.566272 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 2056 | 2025.04.09 19:09:55.566343 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2057 | 2025.04.09 19:09:55.566393 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2058 | 2025.04.09 19:09:55.566435 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part | ||
| 2059 | 2025.04.09 19:09:55.566474 [ 259 ] {4e4c3d62-50c2-4351-91c1-1aa25d712506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2060 | 2025.04.09 19:09:55.566539 [ 259 ] {4e4c3d62-50c2-4351-91c1-1aa25d712506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2061 | 2025.04.09 19:09:55.566546 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1773 rows starting from the beginning of the part | ||
| 2062 | 2025.04.09 19:09:55.567054 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2063 | 2025.04.09 19:09:55.567277 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 2064 | 2025.04.09 19:09:55.567701 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 687 rows starting from the beginning of the part | ||
| 2065 | 2025.04.09 19:09:55.568076 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2066 | 2025.04.09 19:09:55.568737 [ 259 ] {4e4c3d62-50c2-4351-91c1-1aa25d712506} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2067 | 2025.04.09 19:09:55.568780 [ 259 ] {4e4c3d62-50c2-4351-91c1-1aa25d712506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2068 | 2025.04.09 19:09:55.569264 [ 259 ] {4e4c3d62-50c2-4351-91c1-1aa25d712506} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2069 | 2025.04.09 19:09:55.569566 [ 259 ] {4e4c3d62-50c2-4351-91c1-1aa25d712506} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2070 | 2025.04.09 19:09:55.569748 [ 39 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2071 | 2025.04.09 19:09:55.569815 [ 39 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2072 | 2025.04.09 19:09:55.569868 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2073 | 2025.04.09 19:09:55.569901 [ 259 ] {4e4c3d62-50c2-4351-91c1-1aa25d712506} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003454 sec., 18529.241459177763 rows/sec., 1.45 MiB/sec. | ||
| 2074 | 2025.04.09 19:09:55.570337 [ 259 ] {4e4c3d62-50c2-4351-91c1-1aa25d712506} <Debug> TCPHandler: Processed in 0.004047262 sec. | ||
| 2075 | 2025.04.09 19:09:55.570401 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 2076 | 2025.04.09 19:09:55.570581 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2077 | 2025.04.09 19:09:55.570936 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2078 | 2025.04.09 19:09:55.570938 [ 259 ] {fe50519a-14b4-4f3a-98ab-5436ef85e20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2079 | 2025.04.09 19:09:55.571030 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2080 | 2025.04.09 19:09:55.571073 [ 259 ] {fe50519a-14b4-4f3a-98ab-5436ef85e20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2081 | 2025.04.09 19:09:55.571668 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2082 | 2025.04.09 19:09:55.572591 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2083 | 2025.04.09 19:09:55.572628 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3261 rows, containing 5 columns (5 merged, 0 gathered) in 0.006411197 sec., 508641.3660350789 rows/sec., 42.73 MiB/sec. | ||
| 2084 | 2025.04.09 19:09:55.573145 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2085 | 2025.04.09 19:09:55.573164 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 2086 | 2025.04.09 19:09:55.573802 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2087 | 2025.04.09 19:09:55.574110 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_11_2} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2088 | 2025.04.09 19:09:55.574498 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2089 | 2025.04.09 19:09:55.574567 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_11_2} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2090 | 2025.04.09 19:09:55.574918 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2091 | 2025.04.09 19:09:55.575183 [ 259 ] {fe50519a-14b4-4f3a-98ab-5436ef85e20b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2092 | 2025.04.09 19:09:55.575274 [ 259 ] {fe50519a-14b4-4f3a-98ab-5436ef85e20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2093 | 2025.04.09 19:09:55.576098 [ 259 ] {fe50519a-14b4-4f3a-98ab-5436ef85e20b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2094 | 2025.04.09 19:09:55.576737 [ 259 ] {fe50519a-14b4-4f3a-98ab-5436ef85e20b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2095 | 2025.04.09 19:09:55.577047 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2096 | 2025.04.09 19:09:55.577158 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2097 | 2025.04.09 19:09:55.577248 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2098 | 2025.04.09 19:09:55.577519 [ 259 ] {fe50519a-14b4-4f3a-98ab-5436ef85e20b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006662 sec., 24016.811768237763 rows/sec., 1.67 MiB/sec. | ||
| 2099 | 2025.04.09 19:09:55.578002 [ 259 ] {fe50519a-14b4-4f3a-98ab-5436ef85e20b} <Debug> TCPHandler: Processed in 0.007517288 sec. | ||
| 2100 | 2025.04.09 19:09:55.578055 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 2101 | 2025.04.09 19:09:55.578289 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2102 | 2025.04.09 19:09:55.578661 [ 259 ] {3122fcdb-b80b-4d24-a449-0cfef440e117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2103 | 2025.04.09 19:09:55.578701 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2104 | 2025.04.09 19:09:55.578879 [ 259 ] {3122fcdb-b80b-4d24-a449-0cfef440e117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2105 | 2025.04.09 19:09:55.578881 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part | ||
| 2106 | 2025.04.09 19:09:55.579146 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1855 rows, containing 5 columns (5 merged, 0 gathered) in 0.009156574 sec., 202586.68799050822 rows/sec., 15.41 MiB/sec. | ||
| 2107 | 2025.04.09 19:09:55.579472 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2191 rows starting from the beginning of the part | ||
| 2108 | 2025.04.09 19:09:55.579942 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 2109 | 2025.04.09 19:09:55.580305 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2110 | 2025.04.09 19:09:55.580352 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 2111 | 2025.04.09 19:09:55.580831 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 2112 | 2025.04.09 19:09:55.581289 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 2113 | 2025.04.09 19:09:55.581714 [ 259 ] {3122fcdb-b80b-4d24-a449-0cfef440e117} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2114 | 2025.04.09 19:09:55.581817 [ 259 ] {3122fcdb-b80b-4d24-a449-0cfef440e117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2115 | 2025.04.09 19:09:55.582359 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_11_2} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2116 | 2025.04.09 19:09:55.582744 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_11_2} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2117 | 2025.04.09 19:09:55.583179 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 2118 | 2025.04.09 19:09:55.583319 [ 259 ] {3122fcdb-b80b-4d24-a449-0cfef440e117} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2119 | 2025.04.09 19:09:55.583788 [ 259 ] {3122fcdb-b80b-4d24-a449-0cfef440e117} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2120 | 2025.04.09 19:09:55.584075 [ 39 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2121 | 2025.04.09 19:09:55.584173 [ 39 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2122 | 2025.04.09 19:09:55.584243 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2123 | 2025.04.09 19:09:55.584439 [ 259 ] {3122fcdb-b80b-4d24-a449-0cfef440e117} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005881 sec., 10202.346539704133 rows/sec., 704.07 KiB/sec. | ||
| 2124 | 2025.04.09 19:09:55.584703 [ 194 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 2125 | 2025.04.09 19:09:55.584739 [ 259 ] {3122fcdb-b80b-4d24-a449-0cfef440e117} <Debug> TCPHandler: Processed in 0.006547781 sec. | ||
| 2126 | 2025.04.09 19:09:55.585157 [ 194 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2127 | 2025.04.09 19:09:55.585248 [ 194 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part | ||
| 2128 | 2025.04.09 19:09:55.585403 [ 194 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part | ||
| 2129 | 2025.04.09 19:09:55.585513 [ 194 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2130 | 2025.04.09 19:09:55.585627 [ 194 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 2131 | 2025.04.09 19:09:55.585954 [ 194 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 2132 | 2025.04.09 19:09:55.586221 [ 194 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 2133 | 2025.04.09 19:09:55.586758 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3958 rows, containing 5 columns (5 merged, 0 gathered) in 0.009283637 sec., 426341.5297259037 rows/sec., 28.78 MiB/sec. | ||
| 2134 | 2025.04.09 19:09:55.587241 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2135 | 2025.04.09 19:09:55.587946 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2136 | 2025.04.09 19:09:55.588102 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2137 | 2025.04.09 19:09:55.588315 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2138 | 2025.04.09 19:09:55.588480 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.004096853 sec., 165004.69994896083 rows/sec., 10.81 MiB/sec. | ||
| 2139 | 2025.04.09 19:09:55.588667 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2140 | 2025.04.09 19:09:55.588984 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_11_2} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2141 | 2025.04.09 19:09:55.589079 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_11_2} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2142 | 2025.04.09 19:09:55.589166 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2143 | 2025.04.09 19:09:55.843085 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2144 | 2025.04.09 19:09:55.843706 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2145 | 2025.04.09 19:09:55.843755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2146 | 2025.04.09 19:09:55.844277 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2147 | 2025.04.09 19:09:55.844531 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2148 | 2025.04.09 19:09:55.844780 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2149 | 2025.04.09 19:09:56.100896 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2150 | 2025.04.09 19:09:56.119911 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2151 | 2025.04.09 19:09:56.119967 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2152 | 2025.04.09 19:09:56.127236 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2153 | 2025.04.09 19:09:56.127973 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2154 | 2025.04.09 19:09:56.130565 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2155 | 2025.04.09 19:09:58.347970 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 322 | ||
| 2156 | 2025.04.09 19:09:58.351147 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2157 | 2025.04.09 19:09:58.351195 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2158 | 2025.04.09 19:09:58.352753 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2159 | 2025.04.09 19:09:58.353056 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2160 | 2025.04.09 19:09:58.353302 [ 36 ] {} <Debug> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2161 | 2025.04.09 19:09:58.353435 [ 36 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2162 | 2025.04.09 19:09:58.353528 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2163 | 2025.04.09 19:09:58.353909 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::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 | ||
| 2164 | 2025.04.09 19:09:58.354300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 322 | ||
| 2165 | 2025.04.09 19:09:58.354681 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2166 | 2025.04.09 19:09:58.354805 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::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 | ||
| 2167 | 2025.04.09 19:09:58.355239 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2168 | 2025.04.09 19:09:58.355666 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::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 | ||
| 2169 | 2025.04.09 19:09:58.356097 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2170 | 2025.04.09 19:09:58.356518 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2171 | 2025.04.09 19:09:58.356949 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 2172 | 2025.04.09 19:09:58.364588 [ 200 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 72 columns (72 merged, 0 gathered) in 0.010929693 sec., 29461.028777295025 rows/sec., 29.77 MiB/sec. | ||
| 2173 | 2025.04.09 19:09:58.365422 [ 190 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2174 | 2025.04.09 19:09:58.366091 [ 190 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_6_1} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2175 | 2025.04.09 19:09:58.366164 [ 190 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_6_1} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2176 | 2025.04.09 19:09:58.366342 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB. | ||
| 2177 | 2025.04.09 19:10:00.570907 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2178 | 2025.04.09 19:10:00.571128 [ 259 ] {79f9691e-5751-4ba4-9271-1a0eef1bf3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2179 | 2025.04.09 19:10:00.571212 [ 259 ] {79f9691e-5751-4ba4-9271-1a0eef1bf3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2180 | 2025.04.09 19:10:00.572155 [ 259 ] {79f9691e-5751-4ba4-9271-1a0eef1bf3f2} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2181 | 2025.04.09 19:10:00.572210 [ 259 ] {79f9691e-5751-4ba4-9271-1a0eef1bf3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2182 | 2025.04.09 19:10:00.572651 [ 259 ] {79f9691e-5751-4ba4-9271-1a0eef1bf3f2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2183 | 2025.04.09 19:10:00.572898 [ 259 ] {79f9691e-5751-4ba4-9271-1a0eef1bf3f2} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2184 | 2025.04.09 19:10:00.573079 [ 34 ] {} <Debug> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2185 | 2025.04.09 19:10:00.573208 [ 34 ] {} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2186 | 2025.04.09 19:10:00.573215 [ 259 ] {79f9691e-5751-4ba4-9271-1a0eef1bf3f2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00214 sec., 99065.42056074766 rows/sec., 6.30 MiB/sec. | ||
| 2187 | 2025.04.09 19:10:00.573268 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2188 | 2025.04.09 19:10:00.573378 [ 259 ] {79f9691e-5751-4ba4-9271-1a0eef1bf3f2} <Debug> TCPHandler: Processed in 0.002591902 sec. | ||
| 2189 | 2025.04.09 19:10:00.573719 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 2190 | 2025.04.09 19:10:00.573763 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2191 | 2025.04.09 19:10:00.574020 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2192 | 2025.04.09 19:10:00.574022 [ 259 ] {8d7f06e5-75df-48d8-8c28-913418d22960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2193 | 2025.04.09 19:10:00.574094 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 2194 | 2025.04.09 19:10:00.574137 [ 259 ] {8d7f06e5-75df-48d8-8c28-913418d22960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2195 | 2025.04.09 19:10:00.574487 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 2196 | 2025.04.09 19:10:00.574877 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 2197 | 2025.04.09 19:10:00.575267 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 2198 | 2025.04.09 19:10:00.575666 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 2199 | 2025.04.09 19:10:00.576958 [ 259 ] {8d7f06e5-75df-48d8-8c28-913418d22960} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2200 | 2025.04.09 19:10:00.577039 [ 259 ] {8d7f06e5-75df-48d8-8c28-913418d22960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2201 | 2025.04.09 19:10:00.578030 [ 259 ] {8d7f06e5-75df-48d8-8c28-913418d22960} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2202 | 2025.04.09 19:10:00.578069 [ 190 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004634058 sec., 228741.202634926 rows/sec., 15.42 MiB/sec. | ||
| 2203 | 2025.04.09 19:10:00.578453 [ 190 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2204 | 2025.04.09 19:10:00.578454 [ 259 ] {8d7f06e5-75df-48d8-8c28-913418d22960} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2205 | 2025.04.09 19:10:00.578953 [ 259 ] {8d7f06e5-75df-48d8-8c28-913418d22960} <Debug> executeQuery: Read 687 rows, 56.04 KiB in 0.005018 sec., 136907.13431646075 rows/sec., 10.91 MiB/sec. | ||
| 2206 | 2025.04.09 19:10:00.579120 [ 259 ] {8d7f06e5-75df-48d8-8c28-913418d22960} <Debug> TCPHandler: Processed in 0.00544097 sec. | ||
| 2207 | 2025.04.09 19:10:00.579310 [ 190 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_5_1} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2208 | 2025.04.09 19:10:00.579314 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2209 | 2025.04.09 19:10:00.579446 [ 190 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_5_1} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2210 | 2025.04.09 19:10:00.579516 [ 259 ] {5fd18916-391e-45a5-a33b-d75ac936f888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2211 | 2025.04.09 19:10:00.579611 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2212 | 2025.04.09 19:10:00.579627 [ 259 ] {5fd18916-391e-45a5-a33b-d75ac936f888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2213 | 2025.04.09 19:10:00.580253 [ 259 ] {5fd18916-391e-45a5-a33b-d75ac936f888} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2214 | 2025.04.09 19:10:00.580293 [ 259 ] {5fd18916-391e-45a5-a33b-d75ac936f888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2215 | 2025.04.09 19:10:00.580650 [ 259 ] {5fd18916-391e-45a5-a33b-d75ac936f888} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2216 | 2025.04.09 19:10:00.580886 [ 259 ] {5fd18916-391e-45a5-a33b-d75ac936f888} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2217 | 2025.04.09 19:10:00.581138 [ 259 ] {5fd18916-391e-45a5-a33b-d75ac936f888} <Debug> executeQuery: Read 141 rows, 9.02 KiB in 0.001668 sec., 84532.37410071942 rows/sec., 5.28 MiB/sec. | ||
| 2218 | 2025.04.09 19:10:00.581283 [ 259 ] {5fd18916-391e-45a5-a33b-d75ac936f888} <Debug> TCPHandler: Processed in 0.002041627 sec. | ||
| 2219 | 2025.04.09 19:10:00.581412 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2220 | 2025.04.09 19:10:00.581518 [ 259 ] {f1ef6ae8-5294-405e-9d8f-a1fb17e58477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2221 | 2025.04.09 19:10:00.581564 [ 259 ] {f1ef6ae8-5294-405e-9d8f-a1fb17e58477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2222 | 2025.04.09 19:10:00.582141 [ 259 ] {f1ef6ae8-5294-405e-9d8f-a1fb17e58477} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2223 | 2025.04.09 19:10:00.582181 [ 259 ] {f1ef6ae8-5294-405e-9d8f-a1fb17e58477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2224 | 2025.04.09 19:10:00.582527 [ 259 ] {f1ef6ae8-5294-405e-9d8f-a1fb17e58477} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2225 | 2025.04.09 19:10:00.582762 [ 259 ] {f1ef6ae8-5294-405e-9d8f-a1fb17e58477} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2226 | 2025.04.09 19:10:00.583039 [ 259 ] {f1ef6ae8-5294-405e-9d8f-a1fb17e58477} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00153 sec., 73856.2091503268 rows/sec., 4.78 MiB/sec. | ||
| 2227 | 2025.04.09 19:10:00.583119 [ 259 ] {f1ef6ae8-5294-405e-9d8f-a1fb17e58477} <Debug> TCPHandler: Processed in 0.001758539 sec. | ||
| 2228 | 2025.04.09 19:10:00.583237 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2229 | 2025.04.09 19:10:00.583340 [ 259 ] {bec0c5a4-1489-402e-9518-bb1dfc7fbb72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2230 | 2025.04.09 19:10:00.583385 [ 259 ] {bec0c5a4-1489-402e-9518-bb1dfc7fbb72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2231 | 2025.04.09 19:10:00.583931 [ 259 ] {bec0c5a4-1489-402e-9518-bb1dfc7fbb72} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2232 | 2025.04.09 19:10:00.583970 [ 259 ] {bec0c5a4-1489-402e-9518-bb1dfc7fbb72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2233 | 2025.04.09 19:10:00.584311 [ 259 ] {bec0c5a4-1489-402e-9518-bb1dfc7fbb72} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2234 | 2025.04.09 19:10:00.584552 [ 259 ] {bec0c5a4-1489-402e-9518-bb1dfc7fbb72} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2235 | 2025.04.09 19:10:00.584696 [ 34 ] {} <Debug> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2236 | 2025.04.09 19:10:00.584749 [ 34 ] {} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2237 | 2025.04.09 19:10:00.584782 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2238 | 2025.04.09 19:10:00.584794 [ 259 ] {bec0c5a4-1489-402e-9518-bb1dfc7fbb72} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001467 sec., 76346.28493524199 rows/sec., 4.35 MiB/sec. | ||
| 2239 | 2025.04.09 19:10:00.584902 [ 259 ] {bec0c5a4-1489-402e-9518-bb1dfc7fbb72} <Debug> TCPHandler: Processed in 0.001715297 sec. | ||
| 2240 | 2025.04.09 19:10:00.584956 [ 199 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 2241 | 2025.04.09 19:10:00.585056 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2242 | 2025.04.09 19:10:00.585098 [ 199 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2243 | 2025.04.09 19:10:00.585139 [ 199 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 2244 | 2025.04.09 19:10:00.585180 [ 259 ] {aa0cffb1-dba2-45ec-a039-c0a6992aad19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2245 | 2025.04.09 19:10:00.585240 [ 259 ] {aa0cffb1-dba2-45ec-a039-c0a6992aad19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2246 | 2025.04.09 19:10:00.585423 [ 199 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 2247 | 2025.04.09 19:10:00.585824 [ 199 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 2248 | 2025.04.09 19:10:00.586227 [ 199 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 2249 | 2025.04.09 19:10:00.586597 [ 199 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 2250 | 2025.04.09 19:10:00.587720 [ 259 ] {aa0cffb1-dba2-45ec-a039-c0a6992aad19} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2025.04.09 19:10:00.587765 [ 259 ] {aa0cffb1-dba2-45ec-a039-c0a6992aad19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2252 | 2025.04.09 19:10:00.588267 [ 200 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003395774 sec., 164910.85684736382 rows/sec., 10.02 MiB/sec. | ||
| 2253 | 2025.04.09 19:10:00.588357 [ 259 ] {aa0cffb1-dba2-45ec-a039-c0a6992aad19} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2254 | 2025.04.09 19:10:00.588500 [ 200 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2255 | 2025.04.09 19:10:00.588789 [ 259 ] {aa0cffb1-dba2-45ec-a039-c0a6992aad19} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2256 | 2025.04.09 19:10:00.589168 [ 200 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_5_1} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2257 | 2025.04.09 19:10:00.589185 [ 259 ] {aa0cffb1-dba2-45ec-a039-c0a6992aad19} <Debug> executeQuery: Read 417 rows, 30.39 KiB in 0.004014 sec., 103886.3976083707 rows/sec., 7.39 MiB/sec. | ||
| 2258 | 2025.04.09 19:10:00.589361 [ 259 ] {aa0cffb1-dba2-45ec-a039-c0a6992aad19} <Debug> TCPHandler: Processed in 0.004360831 sec. | ||
| 2259 | 2025.04.09 19:10:00.589387 [ 200 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_5_1} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2260 | 2025.04.09 19:10:00.589543 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2261 | 2025.04.09 19:10:00.589552 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2262 | 2025.04.09 19:10:00.589678 [ 259 ] {701db8ce-aff0-405a-80b0-93546eb9c4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2263 | 2025.04.09 19:10:00.589726 [ 259 ] {701db8ce-aff0-405a-80b0-93546eb9c4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2264 | 2025.04.09 19:10:00.590194 [ 259 ] {701db8ce-aff0-405a-80b0-93546eb9c4c4} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2265 | 2025.04.09 19:10:00.590233 [ 259 ] {701db8ce-aff0-405a-80b0-93546eb9c4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2266 | 2025.04.09 19:10:00.590585 [ 259 ] {701db8ce-aff0-405a-80b0-93546eb9c4c4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2267 | 2025.04.09 19:10:00.590817 [ 259 ] {701db8ce-aff0-405a-80b0-93546eb9c4c4} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2268 | 2025.04.09 19:10:00.591031 [ 259 ] {701db8ce-aff0-405a-80b0-93546eb9c4c4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
| 2269 | 2025.04.09 19:10:00.591084 [ 259 ] {701db8ce-aff0-405a-80b0-93546eb9c4c4} <Debug> TCPHandler: Processed in 0.001627045 sec. | ||
| 2270 | 2025.04.09 19:10:00.591189 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2271 | 2025.04.09 19:10:00.591290 [ 259 ] {f0581a33-4e92-4ab6-bcea-22050181e71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2272 | 2025.04.09 19:10:00.591337 [ 259 ] {f0581a33-4e92-4ab6-bcea-22050181e71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2273 | 2025.04.09 19:10:00.591853 [ 259 ] {f0581a33-4e92-4ab6-bcea-22050181e71f} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2274 | 2025.04.09 19:10:00.591891 [ 259 ] {f0581a33-4e92-4ab6-bcea-22050181e71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2275 | 2025.04.09 19:10:00.592271 [ 259 ] {f0581a33-4e92-4ab6-bcea-22050181e71f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2276 | 2025.04.09 19:10:00.592507 [ 259 ] {f0581a33-4e92-4ab6-bcea-22050181e71f} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2277 | 2025.04.09 19:10:00.592759 [ 259 ] {f0581a33-4e92-4ab6-bcea-22050181e71f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001485 sec., 159595.9595959596 rows/sec., 10.70 MiB/sec. | ||
| 2278 | 2025.04.09 19:10:00.592956 [ 259 ] {f0581a33-4e92-4ab6-bcea-22050181e71f} <Debug> TCPHandler: Processed in 0.00181607 sec. | ||
| 2279 | 2025.04.09 19:10:00.593094 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2280 | 2025.04.09 19:10:00.593201 [ 259 ] {22ca4ee6-2fc4-4fc3-a68e-182098d286b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2281 | 2025.04.09 19:10:00.593248 [ 259 ] {22ca4ee6-2fc4-4fc3-a68e-182098d286b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2282 | 2025.04.09 19:10:00.593686 [ 259 ] {22ca4ee6-2fc4-4fc3-a68e-182098d286b7} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2283 | 2025.04.09 19:10:00.593724 [ 259 ] {22ca4ee6-2fc4-4fc3-a68e-182098d286b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2284 | 2025.04.09 19:10:00.594060 [ 259 ] {22ca4ee6-2fc4-4fc3-a68e-182098d286b7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2285 | 2025.04.09 19:10:00.594289 [ 259 ] {22ca4ee6-2fc4-4fc3-a68e-182098d286b7} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2286 | 2025.04.09 19:10:00.594435 [ 34 ] {} <Debug> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2287 | 2025.04.09 19:10:00.594497 [ 34 ] {} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2288 | 2025.04.09 19:10:00.594531 [ 259 ] {22ca4ee6-2fc4-4fc3-a68e-182098d286b7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 50.25 KiB/sec. | ||
| 2289 | 2025.04.09 19:10:00.594542 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2290 | 2025.04.09 19:10:00.594672 [ 259 ] {22ca4ee6-2fc4-4fc3-a68e-182098d286b7} <Debug> TCPHandler: Processed in 0.001629685 sec. | ||
| 2291 | 2025.04.09 19:10:00.594810 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::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 | ||
| 2292 | 2025.04.09 19:10:00.594856 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2293 | 2025.04.09 19:10:00.595096 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2294 | 2025.04.09 19:10:00.595097 [ 259 ] {79e5ec64-195d-40c5-9f58-2b2cdc5da71a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2295 | 2025.04.09 19:10:00.595173 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::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 | ||
| 2296 | 2025.04.09 19:10:00.595242 [ 259 ] {79e5ec64-195d-40c5-9f58-2b2cdc5da71a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2297 | 2025.04.09 19:10:00.595608 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::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 | ||
| 2298 | 2025.04.09 19:10:00.595996 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::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 | ||
| 2299 | 2025.04.09 19:10:00.596442 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::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 | ||
| 2300 | 2025.04.09 19:10:00.596788 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::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 | ||
| 2301 | 2025.04.09 19:10:00.600108 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00541211 sec., 923.8540975700789 rows/sec., 62.25 KiB/sec. | ||
| 2302 | 2025.04.09 19:10:00.600344 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2303 | 2025.04.09 19:10:00.600614 [ 259 ] {79e5ec64-195d-40c5-9f58-2b2cdc5da71a} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2304 | 2025.04.09 19:10:00.600682 [ 259 ] {79e5ec64-195d-40c5-9f58-2b2cdc5da71a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2305 | 2025.04.09 19:10:00.600976 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_5_1} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2306 | 2025.04.09 19:10:00.601151 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_5_1} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2307 | 2025.04.09 19:10:00.601313 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2308 | 2025.04.09 19:10:00.601740 [ 259 ] {79e5ec64-195d-40c5-9f58-2b2cdc5da71a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2309 | 2025.04.09 19:10:00.602008 [ 259 ] {79e5ec64-195d-40c5-9f58-2b2cdc5da71a} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2310 | 2025.04.09 19:10:00.602266 [ 259 ] {79e5ec64-195d-40c5-9f58-2b2cdc5da71a} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007262 sec., 4819.608923161663 rows/sec., 8.64 MiB/sec. | ||
| 2311 | 2025.04.09 19:10:00.602389 [ 259 ] {79e5ec64-195d-40c5-9f58-2b2cdc5da71a} <Debug> TCPHandler: Processed in 0.00759304 sec. | ||
| 2312 | 2025.04.09 19:10:00.602510 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2313 | 2025.04.09 19:10:00.602611 [ 259 ] {59557ba4-1c08-4cf7-84fc-39a72c5a58e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2314 | 2025.04.09 19:10:00.602659 [ 259 ] {59557ba4-1c08-4cf7-84fc-39a72c5a58e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2315 | 2025.04.09 19:10:00.603146 [ 259 ] {59557ba4-1c08-4cf7-84fc-39a72c5a58e1} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2316 | 2025.04.09 19:10:00.603196 [ 259 ] {59557ba4-1c08-4cf7-84fc-39a72c5a58e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2317 | 2025.04.09 19:10:00.603653 [ 259 ] {59557ba4-1c08-4cf7-84fc-39a72c5a58e1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2318 | 2025.04.09 19:10:00.603934 [ 259 ] {59557ba4-1c08-4cf7-84fc-39a72c5a58e1} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2319 | 2025.04.09 19:10:00.604235 [ 259 ] {59557ba4-1c08-4cf7-84fc-39a72c5a58e1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001627 sec., 50399.508297480024 rows/sec., 3.20 MiB/sec. | ||
| 2320 | 2025.04.09 19:10:00.604389 [ 259 ] {59557ba4-1c08-4cf7-84fc-39a72c5a58e1} <Debug> TCPHandler: Processed in 0.001927733 sec. | ||
| 2321 | 2025.04.09 19:10:03.272830 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2322 | 2025.04.09 19:10:03.272886 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2323 | 2025.04.09 19:10:03.345835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2324 | 2025.04.09 19:10:03.346491 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2325 | 2025.04.09 19:10:03.346536 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2326 | 2025.04.09 19:10:03.347054 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2327 | 2025.04.09 19:10:03.347310 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2328 | 2025.04.09 19:10:03.347561 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2329 | 2025.04.09 19:10:03.631564 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2330 | 2025.04.09 19:10:03.651796 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2331 | 2025.04.09 19:10:03.651847 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 2332 | 2025.04.09 19:10:03.659200 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2333 | 2025.04.09 19:10:03.659945 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2334 | 2025.04.09 19:10:03.662567 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2335 | 2025.04.09 19:10:05.564014 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2336 | 2025.04.09 19:10:05.564219 [ 259 ] {839e967a-9554-4ba6-9a4a-61ddbfb7b17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2337 | 2025.04.09 19:10:05.564292 [ 259 ] {839e967a-9554-4ba6-9a4a-61ddbfb7b17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2338 | 2025.04.09 19:10:05.565058 [ 259 ] {839e967a-9554-4ba6-9a4a-61ddbfb7b17d} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2339 | 2025.04.09 19:10:05.565111 [ 259 ] {839e967a-9554-4ba6-9a4a-61ddbfb7b17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2340 | 2025.04.09 19:10:05.565552 [ 259 ] {839e967a-9554-4ba6-9a4a-61ddbfb7b17d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2341 | 2025.04.09 19:10:05.565808 [ 259 ] {839e967a-9554-4ba6-9a4a-61ddbfb7b17d} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2342 | 2025.04.09 19:10:05.566020 [ 259 ] {839e967a-9554-4ba6-9a4a-61ddbfb7b17d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001852 sec., 30237.580993520518 rows/sec., 2.32 MiB/sec. | ||
| 2343 | 2025.04.09 19:10:05.566082 [ 259 ] {839e967a-9554-4ba6-9a4a-61ddbfb7b17d} <Debug> TCPHandler: Processed in 0.002208161 sec. | ||
| 2344 | 2025.04.09 19:10:05.566214 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2345 | 2025.04.09 19:10:05.566322 [ 259 ] {c171d3d7-5d16-467a-bacc-a7f7a1c7adfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2346 | 2025.04.09 19:10:05.566370 [ 259 ] {c171d3d7-5d16-467a-bacc-a7f7a1c7adfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2347 | 2025.04.09 19:10:05.566917 [ 259 ] {c171d3d7-5d16-467a-bacc-a7f7a1c7adfb} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2348 | 2025.04.09 19:10:05.566957 [ 259 ] {c171d3d7-5d16-467a-bacc-a7f7a1c7adfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2349 | 2025.04.09 19:10:05.567309 [ 259 ] {c171d3d7-5d16-467a-bacc-a7f7a1c7adfb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2350 | 2025.04.09 19:10:05.567548 [ 259 ] {c171d3d7-5d16-467a-bacc-a7f7a1c7adfb} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2351 | 2025.04.09 19:10:05.567754 [ 259 ] {c171d3d7-5d16-467a-bacc-a7f7a1c7adfb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001455 sec., 43986.25429553265 rows/sec., 3.43 MiB/sec. | ||
| 2352 | 2025.04.09 19:10:05.567808 [ 259 ] {c171d3d7-5d16-467a-bacc-a7f7a1c7adfb} <Debug> TCPHandler: Processed in 0.001647045 sec. | ||
| 2353 | 2025.04.09 19:10:05.567924 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2354 | 2025.04.09 19:10:05.568031 [ 259 ] {47692cd4-e4aa-46bc-9d16-22ecfcf647dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2355 | 2025.04.09 19:10:05.568147 [ 259 ] {47692cd4-e4aa-46bc-9d16-22ecfcf647dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2356 | 2025.04.09 19:10:05.568682 [ 259 ] {47692cd4-e4aa-46bc-9d16-22ecfcf647dd} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2357 | 2025.04.09 19:10:05.568722 [ 259 ] {47692cd4-e4aa-46bc-9d16-22ecfcf647dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2358 | 2025.04.09 19:10:05.569142 [ 259 ] {47692cd4-e4aa-46bc-9d16-22ecfcf647dd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2359 | 2025.04.09 19:10:05.569385 [ 259 ] {47692cd4-e4aa-46bc-9d16-22ecfcf647dd} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2360 | 2025.04.09 19:10:05.569598 [ 259 ] {47692cd4-e4aa-46bc-9d16-22ecfcf647dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. | ||
| 2361 | 2025.04.09 19:10:05.569650 [ 259 ] {47692cd4-e4aa-46bc-9d16-22ecfcf647dd} <Debug> TCPHandler: Processed in 0.001777219 sec. | ||
| 2362 | 2025.04.09 19:10:05.569788 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2363 | 2025.04.09 19:10:05.569978 [ 259 ] {b7258fc8-9735-431a-962d-be82da86f6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2364 | 2025.04.09 19:10:05.570027 [ 259 ] {b7258fc8-9735-431a-962d-be82da86f6ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2365 | 2025.04.09 19:10:05.570477 [ 259 ] {b7258fc8-9735-431a-962d-be82da86f6ea} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2366 | 2025.04.09 19:10:05.570517 [ 259 ] {b7258fc8-9735-431a-962d-be82da86f6ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2367 | 2025.04.09 19:10:05.570879 [ 259 ] {b7258fc8-9735-431a-962d-be82da86f6ea} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2368 | 2025.04.09 19:10:05.571116 [ 259 ] {b7258fc8-9735-431a-962d-be82da86f6ea} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2369 | 2025.04.09 19:10:05.571327 [ 259 ] {b7258fc8-9735-431a-962d-be82da86f6ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
| 2370 | 2025.04.09 19:10:05.571376 [ 259 ] {b7258fc8-9735-431a-962d-be82da86f6ea} <Debug> TCPHandler: Processed in 0.001641145 sec. | ||
| 2371 | 2025.04.09 19:10:05.908316 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2372 | 2025.04.09 19:10:05.908627 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) 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) | ||
| 2373 | 2025.04.09 19:10:05.909145 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2374 | 2025.04.09 19:10:05.909213 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <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 | ||
| 2375 | 2025.04.09 19:10:05.909597 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2376 | 2025.04.09 19:10:05.909679 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2377 | 2025.04.09 19:10:05.909854 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2378 | 2025.04.09 19:10:05.910038 [ 288 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2379 | 2025.04.09 19:10:05.910094 [ 290 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2380 | 2025.04.09 19:10:05.910132 [ 286 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2381 | 2025.04.09 19:10:05.910131 [ 287 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2382 | 2025.04.09 19:10:05.910349 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (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 | ||
| 2383 | 2025.04.09 19:10:05.910382 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2384 | 2025.04.09 19:10:05.910521 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2385 | 2025.04.09 19:10:05.910546 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2386 | 2025.04.09 19:10:05.910591 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <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'))" | ||
| 2387 | 2025.04.09 19:10:05.910640 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <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'))" | ||
| 2388 | 2025.04.09 19:10:05.910681 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <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'))" | ||
| 2389 | 2025.04.09 19:10:05.910721 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <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'))" | ||
| 2390 | 2025.04.09 19:10:05.912713 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004237 sec., 9440.641963653528 rows/sec., 360.02 KiB/sec. | ||
| 2391 | 2025.04.09 19:10:05.912953 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Debug> MemoryTracker: Peak memory usage (for query): 146.24 KiB. | ||
| 2392 | 2025.04.09 19:10:05.912972 [ 259 ] {08382ae8-104d-45d8-a6a1-d613f761354b} <Debug> TCPHandler: Processed in 0.004804883 sec. | ||
| 2393 | 2025.04.09 19:10:05.954407 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2394 | 2025.04.09 19:10:05.954565 [ 259 ] {9398bc7c-0536-442e-b398-1d76ef9fa46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2395 | 2025.04.09 19:10:05.954631 [ 259 ] {9398bc7c-0536-442e-b398-1d76ef9fa46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2396 | 2025.04.09 19:10:05.955439 [ 259 ] {9398bc7c-0536-442e-b398-1d76ef9fa46f} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2397 | 2025.04.09 19:10:05.955486 [ 259 ] {9398bc7c-0536-442e-b398-1d76ef9fa46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2398 | 2025.04.09 19:10:05.955991 [ 259 ] {9398bc7c-0536-442e-b398-1d76ef9fa46f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2399 | 2025.04.09 19:10:05.956218 [ 259 ] {9398bc7c-0536-442e-b398-1d76ef9fa46f} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2400 | 2025.04.09 19:10:05.956509 [ 259 ] {9398bc7c-0536-442e-b398-1d76ef9fa46f} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00198 sec., 505.0505050505051 rows/sec., 114.43 KiB/sec. | ||
| 2401 | 2025.04.09 19:10:05.956713 [ 259 ] {9398bc7c-0536-442e-b398-1d76ef9fa46f} <Debug> TCPHandler: Processed in 0.002378325 sec. | ||
| 2402 | 2025.04.09 19:10:05.956871 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2403 | 2025.04.09 19:10:05.957013 [ 259 ] {d8678ced-bfb4-4fa1-abe9-1fdd0e81d713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2404 | 2025.04.09 19:10:05.957070 [ 259 ] {d8678ced-bfb4-4fa1-abe9-1fdd0e81d713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2405 | 2025.04.09 19:10:05.957735 [ 259 ] {d8678ced-bfb4-4fa1-abe9-1fdd0e81d713} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2406 | 2025.04.09 19:10:05.957777 [ 259 ] {d8678ced-bfb4-4fa1-abe9-1fdd0e81d713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2407 | 2025.04.09 19:10:05.958165 [ 259 ] {d8678ced-bfb4-4fa1-abe9-1fdd0e81d713} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2408 | 2025.04.09 19:10:05.958406 [ 259 ] {d8678ced-bfb4-4fa1-abe9-1fdd0e81d713} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2409 | 2025.04.09 19:10:05.958618 [ 259 ] {d8678ced-bfb4-4fa1-abe9-1fdd0e81d713} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001638 sec., 129426.12942612944 rows/sec., 8.23 MiB/sec. | ||
| 2410 | 2025.04.09 19:10:05.958671 [ 259 ] {d8678ced-bfb4-4fa1-abe9-1fdd0e81d713} <Debug> TCPHandler: Processed in 0.001864072 sec. | ||
| 2411 | 2025.04.09 19:10:05.958812 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2412 | 2025.04.09 19:10:05.958918 [ 259 ] {ff931b65-b542-4bfc-8853-854775b08c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2413 | 2025.04.09 19:10:05.958966 [ 259 ] {ff931b65-b542-4bfc-8853-854775b08c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2414 | 2025.04.09 19:10:05.959487 [ 259 ] {ff931b65-b542-4bfc-8853-854775b08c5f} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2415 | 2025.04.09 19:10:05.959527 [ 259 ] {ff931b65-b542-4bfc-8853-854775b08c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2416 | 2025.04.09 19:10:05.959871 [ 259 ] {ff931b65-b542-4bfc-8853-854775b08c5f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2417 | 2025.04.09 19:10:05.960106 [ 259 ] {ff931b65-b542-4bfc-8853-854775b08c5f} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2418 | 2025.04.09 19:10:05.960372 [ 259 ] {ff931b65-b542-4bfc-8853-854775b08c5f} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001461 sec., 8213.552361396303 rows/sec., 669.76 KiB/sec. | ||
| 2419 | 2025.04.09 19:10:05.960436 [ 259 ] {ff931b65-b542-4bfc-8853-854775b08c5f} <Debug> TCPHandler: Processed in 0.001676537 sec. | ||
| 2420 | 2025.04.09 19:10:05.960540 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2421 | 2025.04.09 19:10:05.960641 [ 259 ] {384bbde7-0cea-47ff-a08e-3e7f260ce91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2422 | 2025.04.09 19:10:05.960685 [ 259 ] {384bbde7-0cea-47ff-a08e-3e7f260ce91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2423 | 2025.04.09 19:10:05.961855 [ 259 ] {384bbde7-0cea-47ff-a08e-3e7f260ce91c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2424 | 2025.04.09 19:10:05.961894 [ 259 ] {384bbde7-0cea-47ff-a08e-3e7f260ce91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2425 | 2025.04.09 19:10:05.962405 [ 259 ] {384bbde7-0cea-47ff-a08e-3e7f260ce91c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2426 | 2025.04.09 19:10:05.962648 [ 259 ] {384bbde7-0cea-47ff-a08e-3e7f260ce91c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2427 | 2025.04.09 19:10:05.962942 [ 259 ] {384bbde7-0cea-47ff-a08e-3e7f260ce91c} <Debug> executeQuery: Read 1833 rows, 153.04 KiB in 0.002299 sec., 797303.175293606 rows/sec., 65.01 MiB/sec. | ||
| 2428 | 2025.04.09 19:10:05.963103 [ 259 ] {384bbde7-0cea-47ff-a08e-3e7f260ce91c} <Debug> TCPHandler: Processed in 0.002609282 sec. | ||
| 2429 | 2025.04.09 19:10:05.963208 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2430 | 2025.04.09 19:10:05.963311 [ 259 ] {78631f91-7bb9-41e8-8dec-d1d87a0609cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2431 | 2025.04.09 19:10:05.963355 [ 259 ] {78631f91-7bb9-41e8-8dec-d1d87a0609cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2432 | 2025.04.09 19:10:05.963931 [ 259 ] {78631f91-7bb9-41e8-8dec-d1d87a0609cb} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2433 | 2025.04.09 19:10:05.963971 [ 259 ] {78631f91-7bb9-41e8-8dec-d1d87a0609cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2434 | 2025.04.09 19:10:05.964323 [ 259 ] {78631f91-7bb9-41e8-8dec-d1d87a0609cb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2435 | 2025.04.09 19:10:05.964550 [ 259 ] {78631f91-7bb9-41e8-8dec-d1d87a0609cb} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2436 | 2025.04.09 19:10:05.964704 [ 24 ] {} <Debug> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2437 | 2025.04.09 19:10:05.964779 [ 24 ] {} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2438 | 2025.04.09 19:10:05.964793 [ 259 ] {78631f91-7bb9-41e8-8dec-d1d87a0609cb} <Debug> executeQuery: Read 153 rows, 9.86 KiB in 0.001495 sec., 102341.13712374582 rows/sec., 6.44 MiB/sec. | ||
| 2439 | 2025.04.09 19:10:05.964813 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2440 | 2025.04.09 19:10:05.964936 [ 259 ] {78631f91-7bb9-41e8-8dec-d1d87a0609cb} <Debug> TCPHandler: Processed in 0.001777729 sec. | ||
| 2441 | 2025.04.09 19:10:05.964993 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2442 | 2025.04.09 19:10:05.965086 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2443 | 2025.04.09 19:10:05.965102 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2444 | 2025.04.09 19:10:05.965132 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 2445 | 2025.04.09 19:10:05.965239 [ 259 ] {53c0bb92-ebb2-42bb-a6ea-dc46ba4706c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2446 | 2025.04.09 19:10:05.965277 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 114 rows starting from the beginning of the part | ||
| 2447 | 2025.04.09 19:10:05.965395 [ 259 ] {53c0bb92-ebb2-42bb-a6ea-dc46ba4706c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2448 | 2025.04.09 19:10:05.965783 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 114 rows starting from the beginning of the part | ||
| 2449 | 2025.04.09 19:10:05.966312 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 141 rows starting from the beginning of the part | ||
| 2450 | 2025.04.09 19:10:05.966629 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 141 rows starting from the beginning of the part | ||
| 2451 | 2025.04.09 19:10:05.967111 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 153 rows starting from the beginning of the part | ||
| 2452 | 2025.04.09 19:10:05.968628 [ 259 ] {53c0bb92-ebb2-42bb-a6ea-dc46ba4706c2} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2453 | 2025.04.09 19:10:05.968681 [ 259 ] {53c0bb92-ebb2-42bb-a6ea-dc46ba4706c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2454 | 2025.04.09 19:10:05.969227 [ 259 ] {53c0bb92-ebb2-42bb-a6ea-dc46ba4706c2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2455 | 2025.04.09 19:10:05.969333 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 777 rows, containing 5 columns (5 merged, 0 gathered) in 0.004397092 sec., 176707.69681416717 rows/sec., 11.52 MiB/sec. | ||
| 2456 | 2025.04.09 19:10:05.969494 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2457 | 2025.04.09 19:10:05.969547 [ 259 ] {53c0bb92-ebb2-42bb-a6ea-dc46ba4706c2} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2458 | 2025.04.09 19:10:05.969727 [ 45 ] {} <Debug> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2459 | 2025.04.09 19:10:05.969845 [ 45 ] {} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2460 | 2025.04.09 19:10:05.969909 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2461 | 2025.04.09 19:10:05.969923 [ 259 ] {53c0bb92-ebb2-42bb-a6ea-dc46ba4706c2} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.004725 sec., 72169.31216931216 rows/sec., 4.82 MiB/sec. | ||
| 2462 | 2025.04.09 19:10:05.970046 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2463 | 2025.04.09 19:10:05.970394 [ 259 ] {53c0bb92-ebb2-42bb-a6ea-dc46ba4706c2} <Debug> TCPHandler: Processed in 0.005366699 sec. | ||
| 2464 | 2025.04.09 19:10:05.970426 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 2465 | 2025.04.09 19:10:05.970443 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_6_1} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2466 | 2025.04.09 19:10:05.970672 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2467 | 2025.04.09 19:10:05.970689 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2468 | 2025.04.09 19:10:05.970784 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2469 | 2025.04.09 19:10:05.970856 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 2470 | 2025.04.09 19:10:05.970918 [ 259 ] {164307ac-00a0-4d81-9ee8-ec5e92160c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2471 | 2025.04.09 19:10:05.971073 [ 259 ] {164307ac-00a0-4d81-9ee8-ec5e92160c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2472 | 2025.04.09 19:10:05.971076 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 2473 | 2025.04.09 19:10:05.971652 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 2474 | 2025.04.09 19:10:05.972027 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 2475 | 2025.04.09 19:10:05.972429 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 2476 | 2025.04.09 19:10:05.972754 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 2477 | 2025.04.09 19:10:05.973780 [ 259 ] {164307ac-00a0-4d81-9ee8-ec5e92160c1e} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2025.04.09 19:10:05.973863 [ 259 ] {164307ac-00a0-4d81-9ee8-ec5e92160c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2479 | 2025.04.09 19:10:05.974955 [ 259 ] {164307ac-00a0-4d81-9ee8-ec5e92160c1e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2480 | 2025.04.09 19:10:05.975459 [ 259 ] {164307ac-00a0-4d81-9ee8-ec5e92160c1e} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2025.04.09 19:10:05.975833 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.00577024 sec., 196525.6211180124 rows/sec., 13.71 MiB/sec. | ||
| 2482 | 2025.04.09 19:10:05.975936 [ 259 ] {164307ac-00a0-4d81-9ee8-ec5e92160c1e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00508 sec., 22047.24409448819 rows/sec., 1.26 MiB/sec. | ||
| 2483 | 2025.04.09 19:10:05.976068 [ 259 ] {164307ac-00a0-4d81-9ee8-ec5e92160c1e} <Debug> TCPHandler: Processed in 0.005504683 sec. | ||
| 2484 | 2025.04.09 19:10:05.976075 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2485 | 2025.04.09 19:10:05.976294 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2486 | 2025.04.09 19:10:05.976473 [ 259 ] {7d025b0e-1bcc-42b5-b7c5-e28c435a2dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2487 | 2025.04.09 19:10:05.976551 [ 259 ] {7d025b0e-1bcc-42b5-b7c5-e28c435a2dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2488 | 2025.04.09 19:10:05.976585 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_6_1} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2489 | 2025.04.09 19:10:05.976799 [ 197 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_6_1} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2490 | 2025.04.09 19:10:05.976951 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2491 | 2025.04.09 19:10:05.977721 [ 259 ] {7d025b0e-1bcc-42b5-b7c5-e28c435a2dce} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2492 | 2025.04.09 19:10:05.977765 [ 259 ] {7d025b0e-1bcc-42b5-b7c5-e28c435a2dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2493 | 2025.04.09 19:10:05.978173 [ 259 ] {7d025b0e-1bcc-42b5-b7c5-e28c435a2dce} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2494 | 2025.04.09 19:10:05.978409 [ 259 ] {7d025b0e-1bcc-42b5-b7c5-e28c435a2dce} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2495 | 2025.04.09 19:10:05.978624 [ 259 ] {7d025b0e-1bcc-42b5-b7c5-e28c435a2dce} <Debug> executeQuery: Read 885 rows, 65.66 KiB in 0.002206 sec., 401178.6038077969 rows/sec., 29.06 MiB/sec. | ||
| 2496 | 2025.04.09 19:10:05.978689 [ 259 ] {7d025b0e-1bcc-42b5-b7c5-e28c435a2dce} <Debug> TCPHandler: Processed in 0.002470579 sec. | ||
| 2497 | 2025.04.09 19:10:05.978809 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2498 | 2025.04.09 19:10:05.978926 [ 259 ] {776d92ae-5958-4504-9501-c37bc1a33369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2499 | 2025.04.09 19:10:05.978971 [ 259 ] {776d92ae-5958-4504-9501-c37bc1a33369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2500 | 2025.04.09 19:10:05.979407 [ 259 ] {776d92ae-5958-4504-9501-c37bc1a33369} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2501 | 2025.04.09 19:10:05.979447 [ 259 ] {776d92ae-5958-4504-9501-c37bc1a33369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2502 | 2025.04.09 19:10:05.979818 [ 259 ] {776d92ae-5958-4504-9501-c37bc1a33369} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2503 | 2025.04.09 19:10:05.980065 [ 259 ] {776d92ae-5958-4504-9501-c37bc1a33369} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): 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.04.09 19:10:05.980230 [ 45 ] {} <Debug> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2505 | 2025.04.09 19:10:05.980291 [ 45 ] {} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2506 | 2025.04.09 19:10:05.980329 [ 259 ] {776d92ae-5958-4504-9501-c37bc1a33369} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001411 sec., 4252.303330970943 rows/sec., 222.17 KiB/sec. | ||
| 2507 | 2025.04.09 19:10:05.980336 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2508 | 2025.04.09 19:10:05.980490 [ 259 ] {776d92ae-5958-4504-9501-c37bc1a33369} <Debug> TCPHandler: Processed in 0.001727057 sec. | ||
| 2509 | 2025.04.09 19:10:05.980799 [ 199 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 2510 | 2025.04.09 19:10:05.980881 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2511 | 2025.04.09 19:10:05.980952 [ 199 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2512 | 2025.04.09 19:10:05.980987 [ 199 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 2513 | 2025.04.09 19:10:05.981004 [ 259 ] {0c3760cb-f5c4-4306-9997-d676850cbf28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2514 | 2025.04.09 19:10:05.981119 [ 199 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 2515 | 2025.04.09 19:10:05.981119 [ 259 ] {0c3760cb-f5c4-4306-9997-d676850cbf28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2516 | 2025.04.09 19:10:05.981580 [ 199 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 2517 | 2025.04.09 19:10:05.981895 [ 199 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 2518 | 2025.04.09 19:10:05.982228 [ 199 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 2519 | 2025.04.09 19:10:05.982575 [ 199 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 2520 | 2025.04.09 19:10:05.983749 [ 259 ] {0c3760cb-f5c4-4306-9997-d676850cbf28} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2521 | 2025.04.09 19:10:05.983795 [ 259 ] {0c3760cb-f5c4-4306-9997-d676850cbf28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2522 | 2025.04.09 19:10:05.984166 [ 197 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003695182 sec., 9742.4159351285 rows/sec., 509.00 KiB/sec. | ||
| 2523 | 2025.04.09 19:10:05.984396 [ 197 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2524 | 2025.04.09 19:10:05.984579 [ 259 ] {0c3760cb-f5c4-4306-9997-d676850cbf28} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2525 | 2025.04.09 19:10:05.984862 [ 197 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_6_1} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2526 | 2025.04.09 19:10:05.985007 [ 197 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_6_1} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2527 | 2025.04.09 19:10:05.985172 [ 259 ] {0c3760cb-f5c4-4306-9997-d676850cbf28} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2528 | 2025.04.09 19:10:05.985187 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2529 | 2025.04.09 19:10:05.985446 [ 259 ] {0c3760cb-f5c4-4306-9997-d676850cbf28} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.004471 sec., 214940.72914336837 rows/sec., 14.28 MiB/sec. | ||
| 2530 | 2025.04.09 19:10:05.985516 [ 259 ] {0c3760cb-f5c4-4306-9997-d676850cbf28} <Debug> TCPHandler: Processed in 0.004733971 sec. | ||
| 2531 | 2025.04.09 19:10:05.985641 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2532 | 2025.04.09 19:10:05.985749 [ 259 ] {214f1a46-8557-4819-afcc-533e2c65b671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2533 | 2025.04.09 19:10:05.985796 [ 259 ] {214f1a46-8557-4819-afcc-533e2c65b671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2534 | 2025.04.09 19:10:05.986213 [ 259 ] {214f1a46-8557-4819-afcc-533e2c65b671} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2535 | 2025.04.09 19:10:05.986253 [ 259 ] {214f1a46-8557-4819-afcc-533e2c65b671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2536 | 2025.04.09 19:10:05.986599 [ 259 ] {214f1a46-8557-4819-afcc-533e2c65b671} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2537 | 2025.04.09 19:10:05.986834 [ 259 ] {214f1a46-8557-4819-afcc-533e2c65b671} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2538 | 2025.04.09 19:10:05.987036 [ 259 ] {214f1a46-8557-4819-afcc-533e2c65b671} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00131 sec., 763.3587786259542 rows/sec., 51.44 KiB/sec. | ||
| 2539 | 2025.04.09 19:10:05.987085 [ 259 ] {214f1a46-8557-4819-afcc-533e2c65b671} <Debug> TCPHandler: Processed in 0.001498201 sec. | ||
| 2540 | 2025.04.09 19:10:05.987211 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2541 | 2025.04.09 19:10:05.987317 [ 259 ] {cf896c5a-ed48-4e1f-945a-6a0f162b2b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2542 | 2025.04.09 19:10:05.987384 [ 259 ] {cf896c5a-ed48-4e1f-945a-6a0f162b2b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2543 | 2025.04.09 19:10:05.988452 [ 259 ] {cf896c5a-ed48-4e1f-945a-6a0f162b2b85} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2544 | 2025.04.09 19:10:05.988492 [ 259 ] {cf896c5a-ed48-4e1f-945a-6a0f162b2b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2545 | 2025.04.09 19:10:05.989122 [ 259 ] {cf896c5a-ed48-4e1f-945a-6a0f162b2b85} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2546 | 2025.04.09 19:10:05.989375 [ 259 ] {cf896c5a-ed48-4e1f-945a-6a0f162b2b85} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2547 | 2025.04.09 19:10:05.989533 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2548 | 2025.04.09 19:10:05.989604 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2549 | 2025.04.09 19:10:05.989640 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2550 | 2025.04.09 19:10:05.989682 [ 259 ] {cf896c5a-ed48-4e1f-945a-6a0f162b2b85} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002377 sec., 14724.442574673958 rows/sec., 26.39 MiB/sec. | ||
| 2551 | 2025.04.09 19:10:05.989840 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::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 | ||
| 2552 | 2025.04.09 19:10:05.989895 [ 259 ] {cf896c5a-ed48-4e1f-945a-6a0f162b2b85} <Debug> TCPHandler: Processed in 0.002735856 sec. | ||
| 2553 | 2025.04.09 19:10:05.990056 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2554 | 2025.04.09 19:10:05.990122 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2555 | 2025.04.09 19:10:05.990202 [ 259 ] {18ad27ff-0fdb-4cec-b406-cf191edee28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2556 | 2025.04.09 19:10:05.990204 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::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 | ||
| 2557 | 2025.04.09 19:10:05.990263 [ 259 ] {18ad27ff-0fdb-4cec-b406-cf191edee28b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2558 | 2025.04.09 19:10:05.990859 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::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 | ||
| 2559 | 2025.04.09 19:10:05.991369 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::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 | ||
| 2560 | 2025.04.09 19:10:05.991914 [ 259 ] {18ad27ff-0fdb-4cec-b406-cf191edee28b} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2561 | 2025.04.09 19:10:05.991914 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
| 2562 | 2025.04.09 19:10:05.991958 [ 259 ] {18ad27ff-0fdb-4cec-b406-cf191edee28b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2563 | 2025.04.09 19:10:05.992381 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part | ||
| 2564 | 2025.04.09 19:10:05.992914 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part | ||
| 2565 | 2025.04.09 19:10:05.993009 [ 259 ] {18ad27ff-0fdb-4cec-b406-cf191edee28b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2566 | 2025.04.09 19:10:05.993632 [ 259 ] {18ad27ff-0fdb-4cec-b406-cf191edee28b} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2567 | 2025.04.09 19:10:05.994135 [ 259 ] {18ad27ff-0fdb-4cec-b406-cf191edee28b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003951 sec., 8605.416350291067 rows/sec., 511.39 KiB/sec. | ||
| 2568 | 2025.04.09 19:10:05.994527 [ 259 ] {18ad27ff-0fdb-4cec-b406-cf191edee28b} <Debug> TCPHandler: Processed in 0.004527915 sec. | ||
| 2569 | 2025.04.09 19:10:05.996309 [ 199 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 19 columns (19 merged, 0 gathered) in 0.006587672 sec., 19582.031406542403 rows/sec., 35.09 MiB/sec. | ||
| 2570 | 2025.04.09 19:10:05.996567 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2571 | 2025.04.09 19:10:05.996916 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2572 | 2025.04.09 19:10:05.996984 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2573 | 2025.04.09 19:10:05.997075 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2574 | 2025.04.09 19:10:06.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.65 MiB, peak 174.53 MiB, free memory in arenas 0.00 B, will set to 169.27 MiB (RSS), difference: -1.38 MiB | ||
| 2575 | 2025.04.09 19:10:08.355459 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 380 | ||
| 2576 | 2025.04.09 19:10:08.359095 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2577 | 2025.04.09 19:10:08.359145 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2578 | 2025.04.09 19:10:08.360674 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2579 | 2025.04.09 19:10:08.360978 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2580 | 2025.04.09 19:10:08.361506 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380 | ||
| 2581 | 2025.04.09 19:10:10.561986 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2582 | 2025.04.09 19:10:10.562222 [ 259 ] {b1758d9d-d16c-4616-af54-77024aa4a328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2583 | 2025.04.09 19:10:10.562303 [ 259 ] {b1758d9d-d16c-4616-af54-77024aa4a328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2584 | 2025.04.09 19:10:10.563090 [ 259 ] {b1758d9d-d16c-4616-af54-77024aa4a328} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2585 | 2025.04.09 19:10:10.563139 [ 259 ] {b1758d9d-d16c-4616-af54-77024aa4a328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2586 | 2025.04.09 19:10:10.563571 [ 259 ] {b1758d9d-d16c-4616-af54-77024aa4a328} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2587 | 2025.04.09 19:10:10.563817 [ 259 ] {b1758d9d-d16c-4616-af54-77024aa4a328} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2588 | 2025.04.09 19:10:10.564064 [ 259 ] {b1758d9d-d16c-4616-af54-77024aa4a328} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.26 MiB/sec. | ||
| 2589 | 2025.04.09 19:10:10.564121 [ 259 ] {b1758d9d-d16c-4616-af54-77024aa4a328} <Debug> TCPHandler: Processed in 0.002285383 sec. | ||
| 2590 | 2025.04.09 19:10:10.564248 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2591 | 2025.04.09 19:10:10.564355 [ 259 ] {b1a676dc-28bf-4e3f-b87a-176f93118038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2592 | 2025.04.09 19:10:10.564401 [ 259 ] {b1a676dc-28bf-4e3f-b87a-176f93118038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2593 | 2025.04.09 19:10:10.564954 [ 259 ] {b1a676dc-28bf-4e3f-b87a-176f93118038} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2594 | 2025.04.09 19:10:10.564992 [ 259 ] {b1a676dc-28bf-4e3f-b87a-176f93118038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2595 | 2025.04.09 19:10:10.565355 [ 259 ] {b1a676dc-28bf-4e3f-b87a-176f93118038} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2596 | 2025.04.09 19:10:10.565595 [ 259 ] {b1a676dc-28bf-4e3f-b87a-176f93118038} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2597 | 2025.04.09 19:10:10.565862 [ 259 ] {b1a676dc-28bf-4e3f-b87a-176f93118038} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001526 sec., 41939.7116644823 rows/sec., 3.27 MiB/sec. | ||
| 2598 | 2025.04.09 19:10:10.566091 [ 259 ] {b1a676dc-28bf-4e3f-b87a-176f93118038} <Debug> TCPHandler: Processed in 0.001893162 sec. | ||
| 2599 | 2025.04.09 19:10:10.566234 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2600 | 2025.04.09 19:10:10.566340 [ 259 ] {4ea63c06-3ab3-4029-bc71-e1d9fe65b3fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2601 | 2025.04.09 19:10:10.566389 [ 259 ] {4ea63c06-3ab3-4029-bc71-e1d9fe65b3fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2602 | 2025.04.09 19:10:10.566925 [ 259 ] {4ea63c06-3ab3-4029-bc71-e1d9fe65b3fa} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2603 | 2025.04.09 19:10:10.566964 [ 259 ] {4ea63c06-3ab3-4029-bc71-e1d9fe65b3fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2604 | 2025.04.09 19:10:10.567349 [ 259 ] {4ea63c06-3ab3-4029-bc71-e1d9fe65b3fa} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2605 | 2025.04.09 19:10:10.567582 [ 259 ] {4ea63c06-3ab3-4029-bc71-e1d9fe65b3fa} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2606 | 2025.04.09 19:10:10.567837 [ 259 ] {4ea63c06-3ab3-4029-bc71-e1d9fe65b3fa} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001514 sec., 84544.2536327609 rows/sec., 5.89 MiB/sec. | ||
| 2607 | 2025.04.09 19:10:10.568042 [ 259 ] {4ea63c06-3ab3-4029-bc71-e1d9fe65b3fa} <Debug> TCPHandler: Processed in 0.001855592 sec. | ||
| 2608 | 2025.04.09 19:10:10.568179 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2609 | 2025.04.09 19:10:10.568283 [ 259 ] {14d18750-25e3-4823-b82b-13e080904f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2610 | 2025.04.09 19:10:10.568330 [ 259 ] {14d18750-25e3-4823-b82b-13e080904f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2611 | 2025.04.09 19:10:10.568794 [ 259 ] {14d18750-25e3-4823-b82b-13e080904f6f} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2612 | 2025.04.09 19:10:10.568834 [ 259 ] {14d18750-25e3-4823-b82b-13e080904f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2613 | 2025.04.09 19:10:10.569189 [ 259 ] {14d18750-25e3-4823-b82b-13e080904f6f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2614 | 2025.04.09 19:10:10.569423 [ 259 ] {14d18750-25e3-4823-b82b-13e080904f6f} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2615 | 2025.04.09 19:10:10.569642 [ 259 ] {14d18750-25e3-4823-b82b-13e080904f6f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00138 sec., 34782.608695652176 rows/sec., 2.34 MiB/sec. | ||
| 2616 | 2025.04.09 19:10:10.569692 [ 259 ] {14d18750-25e3-4823-b82b-13e080904f6f} <Debug> TCPHandler: Processed in 0.001564373 sec. | ||
| 2617 | 2025.04.09 19:10:10.848619 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2618 | 2025.04.09 19:10:10.849258 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2619 | 2025.04.09 19:10:10.849301 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2620 | 2025.04.09 19:10:10.849826 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2621 | 2025.04.09 19:10:10.850088 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2622 | 2025.04.09 19:10:10.850233 [ 149 ] {} <Debug> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2623 | 2025.04.09 19:10:10.850290 [ 149 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2025.04.09 19:10:10.850296 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2625 | 2025.04.09 19:10:10.850314 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2626 | 2025.04.09 19:10:10.850463 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 2627 | 2025.04.09 19:10:10.850631 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2628 | 2025.04.09 19:10:10.850676 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 2629 | 2025.04.09 19:10:10.850786 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 2630 | 2025.04.09 19:10:10.851017 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 2631 | 2025.04.09 19:10:10.851252 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 2632 | 2025.04.09 19:10:10.851395 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 2633 | 2025.04.09 19:10:10.851583 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 2634 | 2025.04.09 19:10:10.853495 [ 199 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003105366 sec., 1630403.6303611232 rows/sec., 23.32 MiB/sec. | ||
| 2635 | 2025.04.09 19:10:10.853882 [ 193 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2636 | 2025.04.09 19:10:10.854198 [ 193 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_11_2} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2637 | 2025.04.09 19:10:10.854284 [ 193 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_11_2} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2638 | 2025.04.09 19:10:10.854383 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 2639 | 2025.04.09 19:10:11.163738 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2640 | 2025.04.09 19:10:11.186025 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2641 | 2025.04.09 19:10:11.186103 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2642 | 2025.04.09 19:10:11.193658 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2643 | 2025.04.09 19:10:11.194873 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2644 | 2025.04.09 19:10:11.195298 [ 149 ] {} <Debug> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2645 | 2025.04.09 19:10:11.195369 [ 149 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2646 | 2025.04.09 19:10:11.195395 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2647 | 2025.04.09 19:10:11.195625 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 2648 | 2025.04.09 19:10:11.207278 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2649 | 2025.04.09 19:10:11.207690 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2650 | 2025.04.09 19:10:11.208630 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 2651 | 2025.04.09 19:10:11.213300 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 2652 | 2025.04.09 19:10:11.217988 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 2653 | 2025.04.09 19:10:11.223030 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 2654 | 2025.04.09 19:10:11.228433 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 2655 | 2025.04.09 19:10:11.232981 [ 188 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 2656 | 2025.04.09 19:10:11.289130 [ 199 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.093652222 sec., 886.2576693588755 rows/sec., 4.58 MiB/sec. | ||
| 2657 | 2025.04.09 19:10:11.291752 [ 199 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2658 | 2025.04.09 19:10:11.294824 [ 199 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_11_2} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2659 | 2025.04.09 19:10:11.294951 [ 199 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_11_2} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2660 | 2025.04.09 19:10:11.297401 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2661 | 2025.04.09 19:10:12.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.39 MiB, peak 180.27 MiB, free memory in arenas 0.00 B, will set to 171.77 MiB (RSS), difference: 1.38 MiB | ||
| 2662 | 2025.04.09 19:10:15.564236 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2663 | 2025.04.09 19:10:15.564465 [ 259 ] {7cf6a8d2-b364-43ae-b62b-a57021d806a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2664 | 2025.04.09 19:10:15.564543 [ 259 ] {7cf6a8d2-b364-43ae-b62b-a57021d806a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2665 | 2025.04.09 19:10:15.565359 [ 259 ] {7cf6a8d2-b364-43ae-b62b-a57021d806a4} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2666 | 2025.04.09 19:10:15.565407 [ 259 ] {7cf6a8d2-b364-43ae-b62b-a57021d806a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2667 | 2025.04.09 19:10:15.565842 [ 259 ] {7cf6a8d2-b364-43ae-b62b-a57021d806a4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2668 | 2025.04.09 19:10:15.566093 [ 259 ] {7cf6a8d2-b364-43ae-b62b-a57021d806a4} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2669 | 2025.04.09 19:10:15.566288 [ 64 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2670 | 2025.04.09 19:10:15.566356 [ 259 ] {7cf6a8d2-b364-43ae-b62b-a57021d806a4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.21 MiB/sec. | ||
| 2671 | 2025.04.09 19:10:15.566374 [ 64 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2672 | 2025.04.09 19:10:15.566440 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2673 | 2025.04.09 19:10:15.566493 [ 259 ] {7cf6a8d2-b364-43ae-b62b-a57021d806a4} <Debug> TCPHandler: Processed in 0.002400606 sec. | ||
| 2674 | 2025.04.09 19:10:15.566703 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 2675 | 2025.04.09 19:10:15.566728 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2676 | 2025.04.09 19:10:15.566965 [ 259 ] {6c85f2e9-6823-4457-8aeb-23b4ea578c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2677 | 2025.04.09 19:10:15.566982 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2678 | 2025.04.09 19:10:15.567058 [ 259 ] {6c85f2e9-6823-4457-8aeb-23b4ea578c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2679 | 2025.04.09 19:10:15.567073 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1827 rows starting from the beginning of the part | ||
| 2680 | 2025.04.09 19:10:15.567499 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 687 rows starting from the beginning of the part | ||
| 2681 | 2025.04.09 19:10:15.567874 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
| 2682 | 2025.04.09 19:10:15.568264 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1833 rows starting from the beginning of the part | ||
| 2683 | 2025.04.09 19:10:15.568654 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2684 | 2025.04.09 19:10:15.568874 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 2685 | 2025.04.09 19:10:15.569720 [ 259 ] {6c85f2e9-6823-4457-8aeb-23b4ea578c02} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2686 | 2025.04.09 19:10:15.569791 [ 259 ] {6c85f2e9-6823-4457-8aeb-23b4ea578c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2687 | 2025.04.09 19:10:15.570711 [ 259 ] {6c85f2e9-6823-4457-8aeb-23b4ea578c02} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2688 | 2025.04.09 19:10:15.571236 [ 259 ] {6c85f2e9-6823-4457-8aeb-23b4ea578c02} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2689 | 2025.04.09 19:10:15.571538 [ 64 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2690 | 2025.04.09 19:10:15.571622 [ 64 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2691 | 2025.04.09 19:10:15.571686 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2692 | 2025.04.09 19:10:15.571736 [ 259 ] {6c85f2e9-6823-4457-8aeb-23b4ea578c02} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004856 sec., 13179.571663920922 rows/sec., 1.03 MiB/sec. | ||
| 2693 | 2025.04.09 19:10:15.571894 [ 259 ] {6c85f2e9-6823-4457-8aeb-23b4ea578c02} <Debug> TCPHandler: Processed in 0.005230944 sec. | ||
| 2694 | 2025.04.09 19:10:15.571905 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 2695 | 2025.04.09 19:10:15.572056 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2696 | 2025.04.09 19:10:15.572119 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2697 | 2025.04.09 19:10:15.572171 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 883 rows starting from the beginning of the part | ||
| 2698 | 2025.04.09 19:10:15.572223 [ 259 ] {3857de5d-e63b-43a4-be5d-d9126b9ccd6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2699 | 2025.04.09 19:10:15.572422 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 417 rows starting from the beginning of the part | ||
| 2700 | 2025.04.09 19:10:15.572451 [ 259 ] {3857de5d-e63b-43a4-be5d-d9126b9ccd6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2701 | 2025.04.09 19:10:15.572972 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
| 2702 | 2025.04.09 19:10:15.573586 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 885 rows starting from the beginning of the part | ||
| 2703 | 2025.04.09 19:10:15.574230 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2704 | 2025.04.09 19:10:15.574397 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4515 rows, containing 5 columns (5 merged, 0 gathered) in 0.007825866 sec., 576932.9554071076 rows/sec., 48.98 MiB/sec. | ||
| 2705 | 2025.04.09 19:10:15.574665 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
| 2706 | 2025.04.09 19:10:15.575127 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2707 | 2025.04.09 19:10:15.576205 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_16_3} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2708 | 2025.04.09 19:10:15.576255 [ 259 ] {3857de5d-e63b-43a4-be5d-d9126b9ccd6e} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2709 | 2025.04.09 19:10:15.576313 [ 259 ] {3857de5d-e63b-43a4-be5d-d9126b9ccd6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2710 | 2025.04.09 19:10:15.576374 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_16_3} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2711 | 2025.04.09 19:10:15.576553 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 2712 | 2025.04.09 19:10:15.577011 [ 259 ] {3857de5d-e63b-43a4-be5d-d9126b9ccd6e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2713 | 2025.04.09 19:10:15.577295 [ 259 ] {3857de5d-e63b-43a4-be5d-d9126b9ccd6e} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2714 | 2025.04.09 19:10:15.577526 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2715 | 2025.04.09 19:10:15.577683 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2716 | 2025.04.09 19:10:15.577704 [ 259 ] {3857de5d-e63b-43a4-be5d-d9126b9ccd6e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005472 sec., 29239.766081871345 rows/sec., 2.04 MiB/sec. | ||
| 2717 | 2025.04.09 19:10:15.577781 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2718 | 2025.04.09 19:10:15.578173 [ 259 ] {3857de5d-e63b-43a4-be5d-d9126b9ccd6e} <Debug> TCPHandler: Processed in 0.00616536 sec. | ||
| 2719 | 2025.04.09 19:10:15.578231 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2377 rows, containing 5 columns (5 merged, 0 gathered) in 0.006460829 sec., 367909.44319993607 rows/sec., 28.14 MiB/sec. | ||
| 2720 | 2025.04.09 19:10:15.578398 [ 201 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 2721 | 2025.04.09 19:10:15.578437 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2722 | 2025.04.09 19:10:15.578519 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2723 | 2025.04.09 19:10:15.578778 [ 259 ] {2a99ec41-2f7f-4d2c-9665-b67757c9cfef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2724 | 2025.04.09 19:10:15.578934 [ 259 ] {2a99ec41-2f7f-4d2c-9665-b67757c9cfef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2725 | 2025.04.09 19:10:15.579127 [ 201 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2726 | 2025.04.09 19:10:15.579300 [ 201 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3958 rows starting from the beginning of the part | ||
| 2727 | 2025.04.09 19:10:15.579382 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_16_3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2728 | 2025.04.09 19:10:15.579719 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_16_3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2729 | 2025.04.09 19:10:15.580018 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2730 | 2025.04.09 19:10:15.580182 [ 201 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2731 | 2025.04.09 19:10:15.580530 [ 201 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 2732 | 2025.04.09 19:10:15.580924 [ 201 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 961 rows starting from the beginning of the part | ||
| 2733 | 2025.04.09 19:10:15.581279 [ 201 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part | ||
| 2734 | 2025.04.09 19:10:15.581542 [ 259 ] {2a99ec41-2f7f-4d2c-9665-b67757c9cfef} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2735 | 2025.04.09 19:10:15.581619 [ 201 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2736 | 2025.04.09 19:10:15.581626 [ 259 ] {2a99ec41-2f7f-4d2c-9665-b67757c9cfef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2737 | 2025.04.09 19:10:15.582661 [ 259 ] {2a99ec41-2f7f-4d2c-9665-b67757c9cfef} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2738 | 2025.04.09 19:10:15.583039 [ 259 ] {2a99ec41-2f7f-4d2c-9665-b67757c9cfef} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2739 | 2025.04.09 19:10:15.583299 [ 70 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2740 | 2025.04.09 19:10:15.583412 [ 70 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2741 | 2025.04.09 19:10:15.583498 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2742 | 2025.04.09 19:10:15.583604 [ 259 ] {2a99ec41-2f7f-4d2c-9665-b67757c9cfef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004905 sec., 12232.415902140674 rows/sec., 844.16 KiB/sec. | ||
| 2743 | 2025.04.09 19:10:15.583921 [ 259 ] {2a99ec41-2f7f-4d2c-9665-b67757c9cfef} <Debug> TCPHandler: Processed in 0.005545114 sec. | ||
| 2744 | 2025.04.09 19:10:15.583954 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 2745 | 2025.04.09 19:10:15.584326 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2746 | 2025.04.09 19:10:15.584379 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part | ||
| 2747 | 2025.04.09 19:10:15.584719 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 2748 | 2025.04.09 19:10:15.585062 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 2749 | 2025.04.09 19:10:15.585435 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 2750 | 2025.04.09 19:10:15.585637 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 2751 | 2025.04.09 19:10:15.585753 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2752 | 2025.04.09 19:10:15.587214 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.00358211 sec., 267998.47017539944 rows/sec., 17.53 MiB/sec. | ||
| 2753 | 2025.04.09 19:10:15.587391 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2754 | 2025.04.09 19:10:15.587690 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_16_3} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2755 | 2025.04.09 19:10:15.587770 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_16_3} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2756 | 2025.04.09 19:10:15.587848 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2757 | 2025.04.09 19:10:15.589426 [ 187 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5604 rows, containing 5 columns (5 merged, 0 gathered) in 0.011435547 sec., 490050.89131285105 rows/sec., 33.06 MiB/sec. | ||
| 2758 | 2025.04.09 19:10:15.590191 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2759 | 2025.04.09 19:10:15.590643 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2025.04.09 19:10:15.590722 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2761 | 2025.04.09 19:10:15.590807 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
| 2762 | 2025.04.09 19:10:16.767998 [ 67 ] {} <Debug> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2763 | 2025.04.09 19:10:16.768067 [ 67 ] {} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2025.04.09 19:10:16.768089 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2765 | 2025.04.09 19:10:16.768319 [ 201 ] {9cfa30cc-c7d6-468a-8103-f5f572725483::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 | ||
| 2766 | 2025.04.09 19:10:16.768703 [ 201 ] {9cfa30cc-c7d6-468a-8103-f5f572725483::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2767 | 2025.04.09 19:10:16.768752 [ 201 ] {9cfa30cc-c7d6-468a-8103-f5f572725483::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 | ||
| 2768 | 2025.04.09 19:10:16.768852 [ 201 ] {9cfa30cc-c7d6-468a-8103-f5f572725483::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 | ||
| 2769 | 2025.04.09 19:10:16.768990 [ 201 ] {9cfa30cc-c7d6-468a-8103-f5f572725483::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 | ||
| 2770 | 2025.04.09 19:10:16.769100 [ 201 ] {9cfa30cc-c7d6-468a-8103-f5f572725483::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 | ||
| 2771 | 2025.04.09 19:10:16.769208 [ 201 ] {9cfa30cc-c7d6-468a-8103-f5f572725483::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 | ||
| 2772 | 2025.04.09 19:10:16.771506 [ 187 ] {9cfa30cc-c7d6-468a-8103-f5f572725483::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003338622 sec., 12280.515733736853 rows/sec., 2.60 MiB/sec. | ||
| 2773 | 2025.04.09 19:10:16.771717 [ 187 ] {9cfa30cc-c7d6-468a-8103-f5f572725483::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2774 | 2025.04.09 19:10:16.772205 [ 187 ] {9cfa30cc-c7d6-468a-8103-f5f572725483::all_1_5_1} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2775 | 2025.04.09 19:10:16.772294 [ 187 ] {9cfa30cc-c7d6-468a-8103-f5f572725483::all_1_5_1} <Trace> oximeter.timeseries_schema (9cfa30cc-c7d6-468a-8103-f5f572725483) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2776 | 2025.04.09 19:10:16.772399 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2777 | 2025.04.09 19:10:18.272946 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2778 | 2025.04.09 19:10:18.273037 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2779 | 2025.04.09 19:10:18.351395 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2780 | 2025.04.09 19:10:18.352080 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2781 | 2025.04.09 19:10:18.352134 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2782 | 2025.04.09 19:10:18.352688 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2783 | 2025.04.09 19:10:18.352958 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2025.04.09 19:10:18.353226 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2785 | 2025.04.09 19:10:18.362729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 396 | ||
| 2786 | 2025.04.09 19:10:18.365468 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2787 | 2025.04.09 19:10:18.365523 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2788 | 2025.04.09 19:10:18.366997 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2789 | 2025.04.09 19:10:18.367333 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2790 | 2025.04.09 19:10:18.367950 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 396 | ||
| 2791 | 2025.04.09 19:10:18.708342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2792 | 2025.04.09 19:10:18.726962 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2025.04.09 19:10:18.727026 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2794 | 2025.04.09 19:10:18.734343 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2795 | 2025.04.09 19:10:18.735090 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2796 | 2025.04.09 19:10:18.737606 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2797 | 2025.04.09 19:10:20.571420 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2798 | 2025.04.09 19:10:20.571648 [ 259 ] {7a8f5a55-9403-4239-bc04-1485a36f5b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2799 | 2025.04.09 19:10:20.571725 [ 259 ] {7a8f5a55-9403-4239-bc04-1485a36f5b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2800 | 2025.04.09 19:10:20.572557 [ 259 ] {7a8f5a55-9403-4239-bc04-1485a36f5b5d} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2801 | 2025.04.09 19:10:20.572609 [ 259 ] {7a8f5a55-9403-4239-bc04-1485a36f5b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2802 | 2025.04.09 19:10:20.573056 [ 259 ] {7a8f5a55-9403-4239-bc04-1485a36f5b5d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2803 | 2025.04.09 19:10:20.573311 [ 259 ] {7a8f5a55-9403-4239-bc04-1485a36f5b5d} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2804 | 2025.04.09 19:10:20.573575 [ 259 ] {7a8f5a55-9403-4239-bc04-1485a36f5b5d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001983 sec., 106908.72415532022 rows/sec., 6.80 MiB/sec. | ||
| 2805 | 2025.04.09 19:10:20.573730 [ 259 ] {7a8f5a55-9403-4239-bc04-1485a36f5b5d} <Debug> TCPHandler: Processed in 0.002454378 sec. | ||
| 2806 | 2025.04.09 19:10:20.573859 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2807 | 2025.04.09 19:10:20.573968 [ 259 ] {c63616f8-b791-4706-8a14-5e4f3ab1d417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2808 | 2025.04.09 19:10:20.574014 [ 259 ] {c63616f8-b791-4706-8a14-5e4f3ab1d417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2809 | 2025.04.09 19:10:20.574901 [ 259 ] {c63616f8-b791-4706-8a14-5e4f3ab1d417} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2810 | 2025.04.09 19:10:20.574941 [ 259 ] {c63616f8-b791-4706-8a14-5e4f3ab1d417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2811 | 2025.04.09 19:10:20.575372 [ 259 ] {c63616f8-b791-4706-8a14-5e4f3ab1d417} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2812 | 2025.04.09 19:10:20.575608 [ 259 ] {c63616f8-b791-4706-8a14-5e4f3ab1d417} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2813 | 2025.04.09 19:10:20.575818 [ 259 ] {c63616f8-b791-4706-8a14-5e4f3ab1d417} <Debug> executeQuery: Read 693 rows, 56.62 KiB in 0.001874 sec., 369797.2251867663 rows/sec., 29.51 MiB/sec. | ||
| 2814 | 2025.04.09 19:10:20.575871 [ 259 ] {c63616f8-b791-4706-8a14-5e4f3ab1d417} <Debug> TCPHandler: Processed in 0.002064797 sec. | ||
| 2815 | 2025.04.09 19:10:20.575989 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2816 | 2025.04.09 19:10:20.576103 [ 259 ] {6aa749c3-8ccd-4edb-a8e2-431f1c85ae1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2817 | 2025.04.09 19:10:20.576149 [ 259 ] {6aa749c3-8ccd-4edb-a8e2-431f1c85ae1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2818 | 2025.04.09 19:10:20.576723 [ 259 ] {6aa749c3-8ccd-4edb-a8e2-431f1c85ae1b} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2819 | 2025.04.09 19:10:20.576763 [ 259 ] {6aa749c3-8ccd-4edb-a8e2-431f1c85ae1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2820 | 2025.04.09 19:10:20.577133 [ 259 ] {6aa749c3-8ccd-4edb-a8e2-431f1c85ae1b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2821 | 2025.04.09 19:10:20.577382 [ 259 ] {6aa749c3-8ccd-4edb-a8e2-431f1c85ae1b} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2822 | 2025.04.09 19:10:20.577686 [ 259 ] {6aa749c3-8ccd-4edb-a8e2-431f1c85ae1b} <Debug> executeQuery: Read 144 rows, 9.24 KiB in 0.00158 sec., 91139.24050632911 rows/sec., 5.71 MiB/sec. | ||
| 2823 | 2025.04.09 19:10:20.577801 [ 259 ] {6aa749c3-8ccd-4edb-a8e2-431f1c85ae1b} <Debug> TCPHandler: Processed in 0.001867341 sec. | ||
| 2824 | 2025.04.09 19:10:20.577905 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2825 | 2025.04.09 19:10:20.578013 [ 259 ] {555be628-1c02-478e-b5cb-2501b19845a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2826 | 2025.04.09 19:10:20.578059 [ 259 ] {555be628-1c02-478e-b5cb-2501b19845a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2827 | 2025.04.09 19:10:20.578614 [ 259 ] {555be628-1c02-478e-b5cb-2501b19845a9} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2828 | 2025.04.09 19:10:20.578654 [ 259 ] {555be628-1c02-478e-b5cb-2501b19845a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2829 | 2025.04.09 19:10:20.579012 [ 259 ] {555be628-1c02-478e-b5cb-2501b19845a9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2830 | 2025.04.09 19:10:20.579248 [ 259 ] {555be628-1c02-478e-b5cb-2501b19845a9} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2831 | 2025.04.09 19:10:20.579454 [ 259 ] {555be628-1c02-478e-b5cb-2501b19845a9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001463 sec., 77238.55092276144 rows/sec., 5.00 MiB/sec. | ||
| 2832 | 2025.04.09 19:10:20.579505 [ 259 ] {555be628-1c02-478e-b5cb-2501b19845a9} <Debug> TCPHandler: Processed in 0.001650536 sec. | ||
| 2833 | 2025.04.09 19:10:20.579606 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2834 | 2025.04.09 19:10:20.579707 [ 259 ] {3382669f-4781-40e7-ab2c-a5201653c9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2835 | 2025.04.09 19:10:20.579750 [ 259 ] {3382669f-4781-40e7-ab2c-a5201653c9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2836 | 2025.04.09 19:10:20.580296 [ 259 ] {3382669f-4781-40e7-ab2c-a5201653c9a4} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2837 | 2025.04.09 19:10:20.580335 [ 259 ] {3382669f-4781-40e7-ab2c-a5201653c9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2838 | 2025.04.09 19:10:20.580682 [ 259 ] {3382669f-4781-40e7-ab2c-a5201653c9a4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2839 | 2025.04.09 19:10:20.580915 [ 259 ] {3382669f-4781-40e7-ab2c-a5201653c9a4} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2840 | 2025.04.09 19:10:20.581216 [ 259 ] {3382669f-4781-40e7-ab2c-a5201653c9a4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.0015 sec., 74666.66666666667 rows/sec., 4.25 MiB/sec. | ||
| 2841 | 2025.04.09 19:10:20.581326 [ 259 ] {3382669f-4781-40e7-ab2c-a5201653c9a4} <Debug> TCPHandler: Processed in 0.001770559 sec. | ||
| 2842 | 2025.04.09 19:10:20.581429 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2843 | 2025.04.09 19:10:20.581530 [ 259 ] {39d00150-4f27-400f-8503-6044f7478eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2844 | 2025.04.09 19:10:20.581575 [ 259 ] {39d00150-4f27-400f-8503-6044f7478eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2845 | 2025.04.09 19:10:20.582249 [ 259 ] {39d00150-4f27-400f-8503-6044f7478eab} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2846 | 2025.04.09 19:10:20.582288 [ 259 ] {39d00150-4f27-400f-8503-6044f7478eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2847 | 2025.04.09 19:10:20.582656 [ 259 ] {39d00150-4f27-400f-8503-6044f7478eab} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2848 | 2025.04.09 19:10:20.582903 [ 259 ] {39d00150-4f27-400f-8503-6044f7478eab} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2849 | 2025.04.09 19:10:20.583153 [ 259 ] {39d00150-4f27-400f-8503-6044f7478eab} <Debug> executeQuery: Read 429 rows, 31.35 KiB in 0.001644 sec., 260948.90510948905 rows/sec., 18.62 MiB/sec. | ||
| 2850 | 2025.04.09 19:10:20.583381 [ 259 ] {39d00150-4f27-400f-8503-6044f7478eab} <Debug> TCPHandler: Processed in 0.001996326 sec. | ||
| 2851 | 2025.04.09 19:10:20.583518 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2852 | 2025.04.09 19:10:20.583624 [ 259 ] {4584cb3d-40d1-4536-a77f-8847425debb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2853 | 2025.04.09 19:10:20.583671 [ 259 ] {4584cb3d-40d1-4536-a77f-8847425debb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2854 | 2025.04.09 19:10:20.584133 [ 259 ] {4584cb3d-40d1-4536-a77f-8847425debb8} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2855 | 2025.04.09 19:10:20.584172 [ 259 ] {4584cb3d-40d1-4536-a77f-8847425debb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2856 | 2025.04.09 19:10:20.584520 [ 259 ] {4584cb3d-40d1-4536-a77f-8847425debb8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2857 | 2025.04.09 19:10:20.584753 [ 259 ] {4584cb3d-40d1-4536-a77f-8847425debb8} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2858 | 2025.04.09 19:10:20.584961 [ 259 ] {4584cb3d-40d1-4536-a77f-8847425debb8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec. | ||
| 2859 | 2025.04.09 19:10:20.585013 [ 259 ] {4584cb3d-40d1-4536-a77f-8847425debb8} <Debug> TCPHandler: Processed in 0.001547323 sec. | ||
| 2860 | 2025.04.09 19:10:20.585145 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2861 | 2025.04.09 19:10:20.585249 [ 259 ] {c1470571-6bf2-4ad3-8e6c-cefddf6e8d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2862 | 2025.04.09 19:10:20.585297 [ 259 ] {c1470571-6bf2-4ad3-8e6c-cefddf6e8d55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2863 | 2025.04.09 19:10:20.585814 [ 259 ] {c1470571-6bf2-4ad3-8e6c-cefddf6e8d55} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2864 | 2025.04.09 19:10:20.585852 [ 259 ] {c1470571-6bf2-4ad3-8e6c-cefddf6e8d55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2865 | 2025.04.09 19:10:20.586237 [ 259 ] {c1470571-6bf2-4ad3-8e6c-cefddf6e8d55} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2866 | 2025.04.09 19:10:20.586475 [ 259 ] {c1470571-6bf2-4ad3-8e6c-cefddf6e8d55} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2867 | 2025.04.09 19:10:20.586677 [ 259 ] {c1470571-6bf2-4ad3-8e6c-cefddf6e8d55} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00145 sec., 163448.275862069 rows/sec., 10.96 MiB/sec. | ||
| 2868 | 2025.04.09 19:10:20.586727 [ 259 ] {c1470571-6bf2-4ad3-8e6c-cefddf6e8d55} <Debug> TCPHandler: Processed in 0.001633605 sec. | ||
| 2869 | 2025.04.09 19:10:20.586828 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2870 | 2025.04.09 19:10:20.586929 [ 259 ] {14f866c6-6e28-412b-94fc-267cc241c431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2871 | 2025.04.09 19:10:20.586977 [ 259 ] {14f866c6-6e28-412b-94fc-267cc241c431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2872 | 2025.04.09 19:10:20.587385 [ 259 ] {14f866c6-6e28-412b-94fc-267cc241c431} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2873 | 2025.04.09 19:10:20.587423 [ 259 ] {14f866c6-6e28-412b-94fc-267cc241c431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2874 | 2025.04.09 19:10:20.587769 [ 259 ] {14f866c6-6e28-412b-94fc-267cc241c431} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2875 | 2025.04.09 19:10:20.588011 [ 259 ] {14f866c6-6e28-412b-94fc-267cc241c431} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2876 | 2025.04.09 19:10:20.588316 [ 259 ] {14f866c6-6e28-412b-94fc-267cc241c431} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001386 sec., 721.5007215007215 rows/sec., 48.62 KiB/sec. | ||
| 2877 | 2025.04.09 19:10:20.588447 [ 259 ] {14f866c6-6e28-412b-94fc-267cc241c431} <Debug> TCPHandler: Processed in 0.001668386 sec. | ||
| 2878 | 2025.04.09 19:10:20.588564 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2879 | 2025.04.09 19:10:20.588669 [ 259 ] {ff5cd969-efdd-4121-be99-6d662e69f666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2880 | 2025.04.09 19:10:20.588737 [ 259 ] {ff5cd969-efdd-4121-be99-6d662e69f666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2881 | 2025.04.09 19:10:20.589893 [ 259 ] {ff5cd969-efdd-4121-be99-6d662e69f666} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2882 | 2025.04.09 19:10:20.589932 [ 259 ] {ff5cd969-efdd-4121-be99-6d662e69f666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2883 | 2025.04.09 19:10:20.590588 [ 259 ] {ff5cd969-efdd-4121-be99-6d662e69f666} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2884 | 2025.04.09 19:10:20.590845 [ 259 ] {ff5cd969-efdd-4121-be99-6d662e69f666} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2885 | 2025.04.09 19:10:20.591175 [ 259 ] {ff5cd969-efdd-4121-be99-6d662e69f666} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002508 sec., 15151.515151515152 rows/sec., 27.15 MiB/sec. | ||
| 2886 | 2025.04.09 19:10:20.591302 [ 259 ] {ff5cd969-efdd-4121-be99-6d662e69f666} <Debug> TCPHandler: Processed in 0.002788217 sec. | ||
| 2887 | 2025.04.09 19:10:20.591415 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2888 | 2025.04.09 19:10:20.591516 [ 259 ] {0bc58279-3a4d-40f4-bcb9-63c62c1bf45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2889 | 2025.04.09 19:10:20.591562 [ 259 ] {0bc58279-3a4d-40f4-bcb9-63c62c1bf45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2890 | 2025.04.09 19:10:20.591962 [ 259 ] {0bc58279-3a4d-40f4-bcb9-63c62c1bf45b} <Trace> oximeter.measurements_i64 (00d5d367-ddee-46fc-a840-79c54cb1eb1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2891 | 2025.04.09 19:10:20.592002 [ 259 ] {0bc58279-3a4d-40f4-bcb9-63c62c1bf45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2892 | 2025.04.09 19:10:20.592341 [ 259 ] {0bc58279-3a4d-40f4-bcb9-63c62c1bf45b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2893 | 2025.04.09 19:10:20.592572 [ 259 ] {0bc58279-3a4d-40f4-bcb9-63c62c1bf45b} <Trace> oximeter.measurements_i64 (00d5d367-ddee-46fc-a840-79c54cb1eb1b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2894 | 2025.04.09 19:10:20.592835 [ 259 ] {0bc58279-3a4d-40f4-bcb9-63c62c1bf45b} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001332 sec., 6756.756756756757 rows/sec., 477.28 KiB/sec. | ||
| 2895 | 2025.04.09 19:10:20.592899 [ 259 ] {0bc58279-3a4d-40f4-bcb9-63c62c1bf45b} <Debug> TCPHandler: Processed in 0.001533182 sec. | ||
| 2896 | 2025.04.09 19:10:20.593021 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2897 | 2025.04.09 19:10:20.593127 [ 259 ] {6d6ee3d7-7b81-4804-9901-7f582544e854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2898 | 2025.04.09 19:10:20.593173 [ 259 ] {6d6ee3d7-7b81-4804-9901-7f582544e854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2899 | 2025.04.09 19:10:20.593604 [ 259 ] {6d6ee3d7-7b81-4804-9901-7f582544e854} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2900 | 2025.04.09 19:10:20.593642 [ 259 ] {6d6ee3d7-7b81-4804-9901-7f582544e854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2901 | 2025.04.09 19:10:20.593987 [ 259 ] {6d6ee3d7-7b81-4804-9901-7f582544e854} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2902 | 2025.04.09 19:10:20.594216 [ 259 ] {6d6ee3d7-7b81-4804-9901-7f582544e854} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2903 | 2025.04.09 19:10:20.594419 [ 259 ] {6d6ee3d7-7b81-4804-9901-7f582544e854} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001314 sec., 62404.8706240487 rows/sec., 3.96 MiB/sec. | ||
| 2904 | 2025.04.09 19:10:20.594467 [ 259 ] {6d6ee3d7-7b81-4804-9901-7f582544e854} <Debug> TCPHandler: Processed in 0.001498191 sec. | ||
| 2905 | 2025.04.09 19:10:25.564340 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2906 | 2025.04.09 19:10:25.564546 [ 259 ] {4a08cbb4-57eb-4ea1-83e2-03de2e22e041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2907 | 2025.04.09 19:10:25.564619 [ 259 ] {4a08cbb4-57eb-4ea1-83e2-03de2e22e041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2908 | 2025.04.09 19:10:25.565398 [ 259 ] {4a08cbb4-57eb-4ea1-83e2-03de2e22e041} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2909 | 2025.04.09 19:10:25.565452 [ 259 ] {4a08cbb4-57eb-4ea1-83e2-03de2e22e041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2910 | 2025.04.09 19:10:25.565888 [ 259 ] {4a08cbb4-57eb-4ea1-83e2-03de2e22e041} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2911 | 2025.04.09 19:10:25.566154 [ 259 ] {4a08cbb4-57eb-4ea1-83e2-03de2e22e041} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2912 | 2025.04.09 19:10:25.566399 [ 259 ] {4a08cbb4-57eb-4ea1-83e2-03de2e22e041} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001905 sec., 29396.325459317584 rows/sec., 2.26 MiB/sec. | ||
| 2913 | 2025.04.09 19:10:25.566464 [ 259 ] {4a08cbb4-57eb-4ea1-83e2-03de2e22e041} <Debug> TCPHandler: Processed in 0.002260743 sec. | ||
| 2914 | 2025.04.09 19:10:25.566578 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2915 | 2025.04.09 19:10:25.566687 [ 259 ] {a20622d2-c0a6-46f8-b703-22e5f6f11cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2916 | 2025.04.09 19:10:25.566736 [ 259 ] {a20622d2-c0a6-46f8-b703-22e5f6f11cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2917 | 2025.04.09 19:10:25.567297 [ 259 ] {a20622d2-c0a6-46f8-b703-22e5f6f11cef} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2918 | 2025.04.09 19:10:25.567339 [ 259 ] {a20622d2-c0a6-46f8-b703-22e5f6f11cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2919 | 2025.04.09 19:10:25.567690 [ 259 ] {a20622d2-c0a6-46f8-b703-22e5f6f11cef} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2920 | 2025.04.09 19:10:25.567922 [ 259 ] {a20622d2-c0a6-46f8-b703-22e5f6f11cef} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2921 | 2025.04.09 19:10:25.568144 [ 259 ] {a20622d2-c0a6-46f8-b703-22e5f6f11cef} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001482 sec., 43184.88529014845 rows/sec., 3.37 MiB/sec. | ||
| 2922 | 2025.04.09 19:10:25.568198 [ 259 ] {a20622d2-c0a6-46f8-b703-22e5f6f11cef} <Debug> TCPHandler: Processed in 0.001671277 sec. | ||
| 2923 | 2025.04.09 19:10:25.568314 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2924 | 2025.04.09 19:10:25.568421 [ 259 ] {bef2f75e-44c3-4547-81a4-29c6ca58ac7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2925 | 2025.04.09 19:10:25.568472 [ 259 ] {bef2f75e-44c3-4547-81a4-29c6ca58ac7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2926 | 2025.04.09 19:10:25.568998 [ 259 ] {bef2f75e-44c3-4547-81a4-29c6ca58ac7b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2927 | 2025.04.09 19:10:25.569037 [ 259 ] {bef2f75e-44c3-4547-81a4-29c6ca58ac7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2928 | 2025.04.09 19:10:25.569419 [ 259 ] {bef2f75e-44c3-4547-81a4-29c6ca58ac7b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2929 | 2025.04.09 19:10:25.569652 [ 259 ] {bef2f75e-44c3-4547-81a4-29c6ca58ac7b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2930 | 2025.04.09 19:10:25.569925 [ 259 ] {bef2f75e-44c3-4547-81a4-29c6ca58ac7b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. | ||
| 2931 | 2025.04.09 19:10:25.570173 [ 259 ] {bef2f75e-44c3-4547-81a4-29c6ca58ac7b} <Debug> TCPHandler: Processed in 0.001905553 sec. | ||
| 2932 | 2025.04.09 19:10:25.570325 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2933 | 2025.04.09 19:10:25.570430 [ 259 ] {4c274d64-5199-4354-a321-47dce8f10af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2934 | 2025.04.09 19:10:25.570477 [ 259 ] {4c274d64-5199-4354-a321-47dce8f10af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2935 | 2025.04.09 19:10:25.570944 [ 259 ] {4c274d64-5199-4354-a321-47dce8f10af9} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2936 | 2025.04.09 19:10:25.570985 [ 259 ] {4c274d64-5199-4354-a321-47dce8f10af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2937 | 2025.04.09 19:10:25.571343 [ 259 ] {4c274d64-5199-4354-a321-47dce8f10af9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2938 | 2025.04.09 19:10:25.571578 [ 259 ] {4c274d64-5199-4354-a321-47dce8f10af9} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2939 | 2025.04.09 19:10:25.571782 [ 259 ] {4c274d64-5199-4354-a321-47dce8f10af9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 2940 | 2025.04.09 19:10:25.571832 [ 259 ] {4c274d64-5199-4354-a321-47dce8f10af9} <Debug> TCPHandler: Processed in 0.001557613 sec. | ||
| 2941 | 2025.04.09 19:10:25.853338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2942 | 2025.04.09 19:10:25.853982 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2943 | 2025.04.09 19:10:25.854036 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2944 | 2025.04.09 19:10:25.854618 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2945 | 2025.04.09 19:10:25.854884 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2946 | 2025.04.09 19:10:25.855185 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2947 | 2025.04.09 19:10:26.237652 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2948 | 2025.04.09 19:10:26.258332 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2949 | 2025.04.09 19:10:26.258388 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2950 | 2025.04.09 19:10:26.266044 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2951 | 2025.04.09 19:10:26.266798 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2952 | 2025.04.09 19:10:26.270108 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2953 | 2025.04.09 19:10:28.368066 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 428 | ||
| 2954 | 2025.04.09 19:10:28.371185 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2955 | 2025.04.09 19:10:28.371233 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2956 | 2025.04.09 19:10:28.372703 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2957 | 2025.04.09 19:10:28.373013 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2958 | 2025.04.09 19:10:28.373494 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 428 | ||
| 2959 | 2025.04.09 19:10:30.571985 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2960 | 2025.04.09 19:10:30.572187 [ 259 ] {ef4f788d-5b56-4f29-9a4e-1aac34ef2afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2961 | 2025.04.09 19:10:30.572258 [ 259 ] {ef4f788d-5b56-4f29-9a4e-1aac34ef2afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2962 | 2025.04.09 19:10:30.573165 [ 259 ] {ef4f788d-5b56-4f29-9a4e-1aac34ef2afd} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2963 | 2025.04.09 19:10:30.573221 [ 259 ] {ef4f788d-5b56-4f29-9a4e-1aac34ef2afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2964 | 2025.04.09 19:10:30.573680 [ 259 ] {ef4f788d-5b56-4f29-9a4e-1aac34ef2afd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2965 | 2025.04.09 19:10:30.573939 [ 259 ] {ef4f788d-5b56-4f29-9a4e-1aac34ef2afd} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2966 | 2025.04.09 19:10:30.574169 [ 259 ] {ef4f788d-5b56-4f29-9a4e-1aac34ef2afd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002034 sec., 104228.12192723698 rows/sec., 6.63 MiB/sec. | ||
| 2967 | 2025.04.09 19:10:30.574237 [ 259 ] {ef4f788d-5b56-4f29-9a4e-1aac34ef2afd} <Debug> TCPHandler: Processed in 0.002386926 sec. | ||
| 2968 | 2025.04.09 19:10:30.574365 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2969 | 2025.04.09 19:10:30.574480 [ 259 ] {1ee4df45-2a90-4f19-b4e4-113565466c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2970 | 2025.04.09 19:10:30.574529 [ 259 ] {1ee4df45-2a90-4f19-b4e4-113565466c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2971 | 2025.04.09 19:10:30.575373 [ 259 ] {1ee4df45-2a90-4f19-b4e4-113565466c4b} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2972 | 2025.04.09 19:10:30.575415 [ 259 ] {1ee4df45-2a90-4f19-b4e4-113565466c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2973 | 2025.04.09 19:10:30.575810 [ 259 ] {1ee4df45-2a90-4f19-b4e4-113565466c4b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2974 | 2025.04.09 19:10:30.576056 [ 259 ] {1ee4df45-2a90-4f19-b4e4-113565466c4b} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2975 | 2025.04.09 19:10:30.576272 [ 259 ] {1ee4df45-2a90-4f19-b4e4-113565466c4b} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001819 sec., 382078.0648708081 rows/sec., 30.50 MiB/sec. | ||
| 2976 | 2025.04.09 19:10:30.576386 [ 259 ] {1ee4df45-2a90-4f19-b4e4-113565466c4b} <Debug> TCPHandler: Processed in 0.002075757 sec. | ||
| 2977 | 2025.04.09 19:10:30.576523 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2978 | 2025.04.09 19:10:30.576632 [ 259 ] {4872db85-4a9e-4dbc-a119-ca78efa6f9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2979 | 2025.04.09 19:10:30.576676 [ 259 ] {4872db85-4a9e-4dbc-a119-ca78efa6f9bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2980 | 2025.04.09 19:10:30.577238 [ 259 ] {4872db85-4a9e-4dbc-a119-ca78efa6f9bf} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2981 | 2025.04.09 19:10:30.577277 [ 259 ] {4872db85-4a9e-4dbc-a119-ca78efa6f9bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2982 | 2025.04.09 19:10:30.577639 [ 259 ] {4872db85-4a9e-4dbc-a119-ca78efa6f9bf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2983 | 2025.04.09 19:10:30.577876 [ 259 ] {4872db85-4a9e-4dbc-a119-ca78efa6f9bf} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2984 | 2025.04.09 19:10:30.578081 [ 259 ] {4872db85-4a9e-4dbc-a119-ca78efa6f9bf} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001471 sec., 98572.39972807614 rows/sec., 6.19 MiB/sec. | ||
| 2985 | 2025.04.09 19:10:30.578134 [ 259 ] {4872db85-4a9e-4dbc-a119-ca78efa6f9bf} <Debug> TCPHandler: Processed in 0.001674967 sec. | ||
| 2986 | 2025.04.09 19:10:30.578244 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2987 | 2025.04.09 19:10:30.578349 [ 259 ] {3c4e7e39-ac48-424a-8e80-3ccae1b131a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2988 | 2025.04.09 19:10:30.578393 [ 259 ] {3c4e7e39-ac48-424a-8e80-3ccae1b131a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2989 | 2025.04.09 19:10:30.578940 [ 259 ] {3c4e7e39-ac48-424a-8e80-3ccae1b131a8} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2990 | 2025.04.09 19:10:30.578979 [ 259 ] {3c4e7e39-ac48-424a-8e80-3ccae1b131a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2991 | 2025.04.09 19:10:30.579334 [ 259 ] {3c4e7e39-ac48-424a-8e80-3ccae1b131a8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2992 | 2025.04.09 19:10:30.579574 [ 259 ] {3c4e7e39-ac48-424a-8e80-3ccae1b131a8} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2993 | 2025.04.09 19:10:30.579816 [ 259 ] {3c4e7e39-ac48-424a-8e80-3ccae1b131a8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001483 sec., 76196.89817936615 rows/sec., 4.93 MiB/sec. | ||
| 2994 | 2025.04.09 19:10:30.580013 [ 259 ] {3c4e7e39-ac48-424a-8e80-3ccae1b131a8} <Debug> TCPHandler: Processed in 0.001816681 sec. | ||
| 2995 | 2025.04.09 19:10:30.580157 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2996 | 2025.04.09 19:10:30.580260 [ 259 ] {af13a998-43de-425b-b050-40a4daaf9fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2997 | 2025.04.09 19:10:30.580305 [ 259 ] {af13a998-43de-425b-b050-40a4daaf9fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2998 | 2025.04.09 19:10:30.580872 [ 259 ] {af13a998-43de-425b-b050-40a4daaf9fc6} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2999 | 2025.04.09 19:10:30.580913 [ 259 ] {af13a998-43de-425b-b050-40a4daaf9fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3000 | 2025.04.09 19:10:30.581260 [ 259 ] {af13a998-43de-425b-b050-40a4daaf9fc6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3001 | 2025.04.09 19:10:30.581498 [ 259 ] {af13a998-43de-425b-b050-40a4daaf9fc6} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3002 | 2025.04.09 19:10:30.581698 [ 259 ] {af13a998-43de-425b-b050-40a4daaf9fc6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00146 sec., 76712.3287671233 rows/sec., 4.37 MiB/sec. | ||
| 3003 | 2025.04.09 19:10:30.581773 [ 259 ] {af13a998-43de-425b-b050-40a4daaf9fc6} <Debug> TCPHandler: Processed in 0.001666286 sec. | ||
| 3004 | 2025.04.09 19:10:30.581885 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3005 | 2025.04.09 19:10:30.581990 [ 259 ] {35d94e2d-2323-4fed-92ac-7cec45216d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3006 | 2025.04.09 19:10:30.582035 [ 259 ] {35d94e2d-2323-4fed-92ac-7cec45216d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3007 | 2025.04.09 19:10:30.582690 [ 259 ] {35d94e2d-2323-4fed-92ac-7cec45216d86} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3008 | 2025.04.09 19:10:30.582731 [ 259 ] {35d94e2d-2323-4fed-92ac-7cec45216d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3009 | 2025.04.09 19:10:30.583103 [ 259 ] {35d94e2d-2323-4fed-92ac-7cec45216d86} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3010 | 2025.04.09 19:10:30.583343 [ 259 ] {35d94e2d-2323-4fed-92ac-7cec45216d86} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3011 | 2025.04.09 19:10:30.583551 [ 259 ] {35d94e2d-2323-4fed-92ac-7cec45216d86} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001583 sec., 265950.72646873025 rows/sec., 18.94 MiB/sec. | ||
| 3012 | 2025.04.09 19:10:30.583603 [ 259 ] {35d94e2d-2323-4fed-92ac-7cec45216d86} <Debug> TCPHandler: Processed in 0.001769899 sec. | ||
| 3013 | 2025.04.09 19:10:30.583715 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3014 | 2025.04.09 19:10:30.583820 [ 259 ] {b900bebd-d181-478b-856c-26f6152cb4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3015 | 2025.04.09 19:10:30.583865 [ 259 ] {b900bebd-d181-478b-856c-26f6152cb4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3016 | 2025.04.09 19:10:30.584290 [ 259 ] {b900bebd-d181-478b-856c-26f6152cb4ca} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3017 | 2025.04.09 19:10:30.584329 [ 259 ] {b900bebd-d181-478b-856c-26f6152cb4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3018 | 2025.04.09 19:10:30.584676 [ 259 ] {b900bebd-d181-478b-856c-26f6152cb4ca} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3019 | 2025.04.09 19:10:30.584918 [ 259 ] {b900bebd-d181-478b-856c-26f6152cb4ca} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3020 | 2025.04.09 19:10:30.585119 [ 259 ] {b900bebd-d181-478b-856c-26f6152cb4ca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec. | ||
| 3021 | 2025.04.09 19:10:30.585170 [ 259 ] {b900bebd-d181-478b-856c-26f6152cb4ca} <Debug> TCPHandler: Processed in 0.001506612 sec. | ||
| 3022 | 2025.04.09 19:10:30.585308 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3023 | 2025.04.09 19:10:30.585412 [ 259 ] {103dd130-5046-4486-acbc-02b6217eb7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3024 | 2025.04.09 19:10:30.585460 [ 259 ] {103dd130-5046-4486-acbc-02b6217eb7e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3025 | 2025.04.09 19:10:30.585976 [ 259 ] {103dd130-5046-4486-acbc-02b6217eb7e3} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3026 | 2025.04.09 19:10:30.586015 [ 259 ] {103dd130-5046-4486-acbc-02b6217eb7e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3027 | 2025.04.09 19:10:30.586385 [ 259 ] {103dd130-5046-4486-acbc-02b6217eb7e3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3028 | 2025.04.09 19:10:30.586622 [ 259 ] {103dd130-5046-4486-acbc-02b6217eb7e3} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3029 | 2025.04.09 19:10:30.586838 [ 259 ] {103dd130-5046-4486-acbc-02b6217eb7e3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001448 sec., 163674.03314917127 rows/sec., 10.97 MiB/sec. | ||
| 3030 | 2025.04.09 19:10:30.586891 [ 259 ] {103dd130-5046-4486-acbc-02b6217eb7e3} <Debug> TCPHandler: Processed in 0.001635975 sec. | ||
| 3031 | 2025.04.09 19:10:30.587023 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3032 | 2025.04.09 19:10:30.587150 [ 259 ] {d24fff2d-7ca5-45fe-bd3f-97254c25888b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3033 | 2025.04.09 19:10:30.587197 [ 259 ] {d24fff2d-7ca5-45fe-bd3f-97254c25888b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3034 | 2025.04.09 19:10:30.587618 [ 259 ] {d24fff2d-7ca5-45fe-bd3f-97254c25888b} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3035 | 2025.04.09 19:10:30.587657 [ 259 ] {d24fff2d-7ca5-45fe-bd3f-97254c25888b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3036 | 2025.04.09 19:10:30.588009 [ 259 ] {d24fff2d-7ca5-45fe-bd3f-97254c25888b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3037 | 2025.04.09 19:10:30.588244 [ 259 ] {d24fff2d-7ca5-45fe-bd3f-97254c25888b} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3038 | 2025.04.09 19:10:30.588420 [ 259 ] {d24fff2d-7ca5-45fe-bd3f-97254c25888b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001292 sec., 773.9938080495356 rows/sec., 52.15 KiB/sec. | ||
| 3039 | 2025.04.09 19:10:30.588492 [ 259 ] {d24fff2d-7ca5-45fe-bd3f-97254c25888b} <Debug> TCPHandler: Processed in 0.001533262 sec. | ||
| 3040 | 2025.04.09 19:10:30.588616 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3041 | 2025.04.09 19:10:30.588722 [ 259 ] {b14e19f8-cf37-4196-b9d8-cecdb166cf73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3042 | 2025.04.09 19:10:30.588788 [ 259 ] {b14e19f8-cf37-4196-b9d8-cecdb166cf73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3043 | 2025.04.09 19:10:30.589926 [ 259 ] {b14e19f8-cf37-4196-b9d8-cecdb166cf73} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2025.04.09 19:10:30.589963 [ 259 ] {b14e19f8-cf37-4196-b9d8-cecdb166cf73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3045 | 2025.04.09 19:10:30.590605 [ 259 ] {b14e19f8-cf37-4196-b9d8-cecdb166cf73} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3046 | 2025.04.09 19:10:30.590857 [ 259 ] {b14e19f8-cf37-4196-b9d8-cecdb166cf73} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2025.04.09 19:10:30.591152 [ 259 ] {b14e19f8-cf37-4196-b9d8-cecdb166cf73} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002433 sec., 16029.593094944514 rows/sec., 28.72 MiB/sec. | ||
| 3048 | 2025.04.09 19:10:30.591312 [ 259 ] {b14e19f8-cf37-4196-b9d8-cecdb166cf73} <Debug> TCPHandler: Processed in 0.002746386 sec. | ||
| 3049 | 2025.04.09 19:10:30.591431 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3050 | 2025.04.09 19:10:30.591533 [ 259 ] {1c32285e-cc8f-49eb-9a51-e1146d424974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3051 | 2025.04.09 19:10:30.591578 [ 259 ] {1c32285e-cc8f-49eb-9a51-e1146d424974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3052 | 2025.04.09 19:10:30.592007 [ 259 ] {1c32285e-cc8f-49eb-9a51-e1146d424974} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3053 | 2025.04.09 19:10:30.592045 [ 259 ] {1c32285e-cc8f-49eb-9a51-e1146d424974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3054 | 2025.04.09 19:10:30.592394 [ 259 ] {1c32285e-cc8f-49eb-9a51-e1146d424974} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3055 | 2025.04.09 19:10:30.592624 [ 259 ] {1c32285e-cc8f-49eb-9a51-e1146d424974} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3056 | 2025.04.09 19:10:30.592801 [ 259 ] {1c32285e-cc8f-49eb-9a51-e1146d424974} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001289 sec., 63615.205585725365 rows/sec., 4.04 MiB/sec. | ||
| 3057 | 2025.04.09 19:10:30.592850 [ 259 ] {1c32285e-cc8f-49eb-9a51-e1146d424974} <Debug> TCPHandler: Processed in 0.001471651 sec. | ||
| 3058 | 2025.04.09 19:10:33.273085 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3059 | 2025.04.09 19:10:33.273142 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3060 | 2025.04.09 19:10:33.355308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3061 | 2025.04.09 19:10:33.355977 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3062 | 2025.04.09 19:10:33.356026 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3063 | 2025.04.09 19:10:33.356605 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3064 | 2025.04.09 19:10:33.356870 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3065 | 2025.04.09 19:10:33.357072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3066 | 2025.04.09 19:10:33.770178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3067 | 2025.04.09 19:10:33.791521 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3068 | 2025.04.09 19:10:33.791585 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3069 | 2025.04.09 19:10:33.799379 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3070 | 2025.04.09 19:10:33.800262 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3071 | 2025.04.09 19:10:33.803890 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3072 | 2025.04.09 19:10:35.564499 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3073 | 2025.04.09 19:10:35.564702 [ 259 ] {03536e73-fa1e-4ebb-91bb-b26368d731ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3074 | 2025.04.09 19:10:35.564774 [ 259 ] {03536e73-fa1e-4ebb-91bb-b26368d731ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3075 | 2025.04.09 19:10:35.565557 [ 259 ] {03536e73-fa1e-4ebb-91bb-b26368d731ee} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3076 | 2025.04.09 19:10:35.565608 [ 259 ] {03536e73-fa1e-4ebb-91bb-b26368d731ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3077 | 2025.04.09 19:10:35.566050 [ 259 ] {03536e73-fa1e-4ebb-91bb-b26368d731ee} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3078 | 2025.04.09 19:10:35.566295 [ 259 ] {03536e73-fa1e-4ebb-91bb-b26368d731ee} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3079 | 2025.04.09 19:10:35.566536 [ 259 ] {03536e73-fa1e-4ebb-91bb-b26368d731ee} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001885 sec., 29708.222811671087 rows/sec., 2.28 MiB/sec. | ||
| 3080 | 2025.04.09 19:10:35.566602 [ 259 ] {03536e73-fa1e-4ebb-91bb-b26368d731ee} <Debug> TCPHandler: Processed in 0.002241622 sec. | ||
| 3081 | 2025.04.09 19:10:35.566720 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3082 | 2025.04.09 19:10:35.566829 [ 259 ] {b900ea15-0692-4b45-94d4-c15982520b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3083 | 2025.04.09 19:10:35.566877 [ 259 ] {b900ea15-0692-4b45-94d4-c15982520b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3084 | 2025.04.09 19:10:35.567435 [ 259 ] {b900ea15-0692-4b45-94d4-c15982520b72} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3085 | 2025.04.09 19:10:35.567476 [ 259 ] {b900ea15-0692-4b45-94d4-c15982520b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3086 | 2025.04.09 19:10:35.567832 [ 259 ] {b900ea15-0692-4b45-94d4-c15982520b72} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3087 | 2025.04.09 19:10:35.568068 [ 259 ] {b900ea15-0692-4b45-94d4-c15982520b72} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3088 | 2025.04.09 19:10:35.568316 [ 259 ] {b900ea15-0692-4b45-94d4-c15982520b72} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001506 sec., 42496.67994687915 rows/sec., 3.32 MiB/sec. | ||
| 3089 | 2025.04.09 19:10:35.568513 [ 259 ] {b900ea15-0692-4b45-94d4-c15982520b72} <Debug> TCPHandler: Processed in 0.001842051 sec. | ||
| 3090 | 2025.04.09 19:10:35.568682 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3091 | 2025.04.09 19:10:35.568791 [ 259 ] {903a6098-28e1-470b-8011-79aeb2cfba9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3092 | 2025.04.09 19:10:35.568844 [ 259 ] {903a6098-28e1-470b-8011-79aeb2cfba9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3093 | 2025.04.09 19:10:35.569409 [ 259 ] {903a6098-28e1-470b-8011-79aeb2cfba9d} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3094 | 2025.04.09 19:10:35.569448 [ 259 ] {903a6098-28e1-470b-8011-79aeb2cfba9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3095 | 2025.04.09 19:10:35.569832 [ 259 ] {903a6098-28e1-470b-8011-79aeb2cfba9d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3096 | 2025.04.09 19:10:35.570067 [ 259 ] {903a6098-28e1-470b-8011-79aeb2cfba9d} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3097 | 2025.04.09 19:10:35.570272 [ 259 ] {903a6098-28e1-470b-8011-79aeb2cfba9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
| 3098 | 2025.04.09 19:10:35.570323 [ 259 ] {903a6098-28e1-470b-8011-79aeb2cfba9d} <Debug> TCPHandler: Processed in 0.001693437 sec. | ||
| 3099 | 2025.04.09 19:10:35.570463 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3100 | 2025.04.09 19:10:35.570569 [ 259 ] {d258c675-55ad-48b1-8f60-f124d480713b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3101 | 2025.04.09 19:10:35.570615 [ 259 ] {d258c675-55ad-48b1-8f60-f124d480713b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3102 | 2025.04.09 19:10:35.571060 [ 259 ] {d258c675-55ad-48b1-8f60-f124d480713b} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3103 | 2025.04.09 19:10:35.571099 [ 259 ] {d258c675-55ad-48b1-8f60-f124d480713b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3104 | 2025.04.09 19:10:35.571462 [ 259 ] {d258c675-55ad-48b1-8f60-f124d480713b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3105 | 2025.04.09 19:10:35.571692 [ 259 ] {d258c675-55ad-48b1-8f60-f124d480713b} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3106 | 2025.04.09 19:10:35.571897 [ 259 ] {d258c675-55ad-48b1-8f60-f124d480713b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. | ||
| 3107 | 2025.04.09 19:10:35.571946 [ 259 ] {d258c675-55ad-48b1-8f60-f124d480713b} <Debug> TCPHandler: Processed in 0.001536043 sec. | ||
| 3108 | 2025.04.09 19:10:35.949134 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3109 | 2025.04.09 19:10:35.949340 [ 259 ] {29b25d64-ccc3-4457-a23b-3dc04482c668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3110 | 2025.04.09 19:10:35.949408 [ 259 ] {29b25d64-ccc3-4457-a23b-3dc04482c668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3111 | 2025.04.09 19:10:35.950277 [ 259 ] {29b25d64-ccc3-4457-a23b-3dc04482c668} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3112 | 2025.04.09 19:10:35.950330 [ 259 ] {29b25d64-ccc3-4457-a23b-3dc04482c668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3113 | 2025.04.09 19:10:35.950751 [ 259 ] {29b25d64-ccc3-4457-a23b-3dc04482c668} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3114 | 2025.04.09 19:10:35.950993 [ 259 ] {29b25d64-ccc3-4457-a23b-3dc04482c668} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3115 | 2025.04.09 19:10:35.951215 [ 126 ] {} <Debug> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3116 | 2025.04.09 19:10:35.951250 [ 259 ] {29b25d64-ccc3-4457-a23b-3dc04482c668} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001964 sec., 107942.97352342159 rows/sec., 6.87 MiB/sec. | ||
| 3117 | 2025.04.09 19:10:35.951327 [ 126 ] {} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3118 | 2025.04.09 19:10:35.951395 [ 259 ] {29b25d64-ccc3-4457-a23b-3dc04482c668} <Debug> TCPHandler: Processed in 0.002399986 sec. | ||
| 3119 | 2025.04.09 19:10:35.951401 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3120 | 2025.04.09 19:10:35.951644 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3121 | 2025.04.09 19:10:35.951681 [ 194 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 3122 | 2025.04.09 19:10:35.951927 [ 259 ] {a95b3bc6-0020-4bf6-bdae-ad9352af824b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3123 | 2025.04.09 19:10:35.952047 [ 259 ] {a95b3bc6-0020-4bf6-bdae-ad9352af824b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3124 | 2025.04.09 19:10:35.952048 [ 194 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3125 | 2025.04.09 19:10:35.952161 [ 194 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 3126 | 2025.04.09 19:10:35.952494 [ 194 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 3127 | 2025.04.09 19:10:35.952854 [ 194 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 3128 | 2025.04.09 19:10:35.953191 [ 194 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 3129 | 2025.04.09 19:10:35.953510 [ 194 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 3130 | 2025.04.09 19:10:35.954584 [ 259 ] {a95b3bc6-0020-4bf6-bdae-ad9352af824b} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3131 | 2025.04.09 19:10:35.954662 [ 259 ] {a95b3bc6-0020-4bf6-bdae-ad9352af824b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3132 | 2025.04.09 19:10:35.955631 [ 259 ] {a95b3bc6-0020-4bf6-bdae-ad9352af824b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3133 | 2025.04.09 19:10:35.956139 [ 259 ] {a95b3bc6-0020-4bf6-bdae-ad9352af824b} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3134 | 2025.04.09 19:10:35.956168 [ 201 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004656559 sec., 227635.90024307647 rows/sec., 15.35 MiB/sec. | ||
| 3135 | 2025.04.09 19:10:35.956611 [ 201 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3136 | 2025.04.09 19:10:35.956621 [ 259 ] {a95b3bc6-0020-4bf6-bdae-ad9352af824b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004746 sec., 421.40750105351873 rows/sec., 34.36 KiB/sec. | ||
| 3137 | 2025.04.09 19:10:35.956839 [ 259 ] {a95b3bc6-0020-4bf6-bdae-ad9352af824b} <Debug> TCPHandler: Processed in 0.005319897 sec. | ||
| 3138 | 2025.04.09 19:10:35.957014 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3139 | 2025.04.09 19:10:35.957181 [ 259 ] {72aa5312-bbc9-44ab-aa7f-4150ca5abd2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3140 | 2025.04.09 19:10:35.957272 [ 259 ] {72aa5312-bbc9-44ab-aa7f-4150ca5abd2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3141 | 2025.04.09 19:10:35.957317 [ 201 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_9_2} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2025.04.09 19:10:35.957538 [ 201 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_9_2} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3143 | 2025.04.09 19:10:35.957754 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3144 | 2025.04.09 19:10:35.959198 [ 259 ] {72aa5312-bbc9-44ab-aa7f-4150ca5abd2e} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3145 | 2025.04.09 19:10:35.959242 [ 259 ] {72aa5312-bbc9-44ab-aa7f-4150ca5abd2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3146 | 2025.04.09 19:10:35.959704 [ 259 ] {72aa5312-bbc9-44ab-aa7f-4150ca5abd2e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3147 | 2025.04.09 19:10:35.959954 [ 259 ] {72aa5312-bbc9-44ab-aa7f-4150ca5abd2e} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3148 | 2025.04.09 19:10:35.960123 [ 126 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3149 | 2025.04.09 19:10:35.960177 [ 126 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3150 | 2025.04.09 19:10:35.960198 [ 259 ] {72aa5312-bbc9-44ab-aa7f-4150ca5abd2e} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.003038 sec., 604344.9637919684 rows/sec., 49.33 MiB/sec. | ||
| 3151 | 2025.04.09 19:10:35.960213 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3152 | 2025.04.09 19:10:35.960414 [ 259 ] {72aa5312-bbc9-44ab-aa7f-4150ca5abd2e} <Debug> TCPHandler: Processed in 0.003475617 sec. | ||
| 3153 | 2025.04.09 19:10:35.960569 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 3154 | 2025.04.09 19:10:35.960733 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3155 | 2025.04.09 19:10:35.961043 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3156 | 2025.04.09 19:10:35.961088 [ 259 ] {e4ec6857-5a70-4ebe-a297-85e468fc3bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3157 | 2025.04.09 19:10:35.961154 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1833 rows starting from the beginning of the part | ||
| 3158 | 2025.04.09 19:10:35.961223 [ 259 ] {e4ec6857-5a70-4ebe-a297-85e468fc3bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3159 | 2025.04.09 19:10:35.961461 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 693 rows starting from the beginning of the part | ||
| 3160 | 2025.04.09 19:10:35.961799 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3161 | 2025.04.09 19:10:35.962093 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 695 rows starting from the beginning of the part | ||
| 3162 | 2025.04.09 19:10:35.962408 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 3163 | 2025.04.09 19:10:35.962785 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1836 rows starting from the beginning of the part | ||
| 3164 | 2025.04.09 19:10:35.964065 [ 259 ] {e4ec6857-5a70-4ebe-a297-85e468fc3bf7} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3165 | 2025.04.09 19:10:35.964124 [ 259 ] {e4ec6857-5a70-4ebe-a297-85e468fc3bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3166 | 2025.04.09 19:10:35.965084 [ 259 ] {e4ec6857-5a70-4ebe-a297-85e468fc3bf7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3167 | 2025.04.09 19:10:35.965453 [ 259 ] {e4ec6857-5a70-4ebe-a297-85e468fc3bf7} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3168 | 2025.04.09 19:10:35.965709 [ 259 ] {e4ec6857-5a70-4ebe-a297-85e468fc3bf7} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.004746 sec., 30973.451327433628 rows/sec., 1.95 MiB/sec. | ||
| 3169 | 2025.04.09 19:10:35.965776 [ 259 ] {e4ec6857-5a70-4ebe-a297-85e468fc3bf7} <Debug> TCPHandler: Processed in 0.005171643 sec. | ||
| 3170 | 2025.04.09 19:10:35.965930 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3171 | 2025.04.09 19:10:35.966041 [ 259 ] {5f3d4026-cbd7-4201-94be-706479bf296d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3172 | 2025.04.09 19:10:35.966130 [ 259 ] {5f3d4026-cbd7-4201-94be-706479bf296d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3173 | 2025.04.09 19:10:35.966625 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5169 rows, containing 5 columns (5 merged, 0 gathered) in 0.006309465 sec., 819245.3718342205 rows/sec., 69.49 MiB/sec. | ||
| 3174 | 2025.04.09 19:10:35.966929 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3175 | 2025.04.09 19:10:35.967409 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_21_4} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3176 | 2025.04.09 19:10:35.967559 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_21_4} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3177 | 2025.04.09 19:10:35.967598 [ 259 ] {5f3d4026-cbd7-4201-94be-706479bf296d} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3178 | 2025.04.09 19:10:35.967691 [ 259 ] {5f3d4026-cbd7-4201-94be-706479bf296d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3179 | 2025.04.09 19:10:35.967697 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 3180 | 2025.04.09 19:10:35.968094 [ 259 ] {5f3d4026-cbd7-4201-94be-706479bf296d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3181 | 2025.04.09 19:10:35.968335 [ 259 ] {5f3d4026-cbd7-4201-94be-706479bf296d} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3182 | 2025.04.09 19:10:35.968544 [ 259 ] {5f3d4026-cbd7-4201-94be-706479bf296d} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002526 sec., 134996.04117181315 rows/sec., 9.01 MiB/sec. | ||
| 3183 | 2025.04.09 19:10:35.968604 [ 259 ] {5f3d4026-cbd7-4201-94be-706479bf296d} <Debug> TCPHandler: Processed in 0.002723686 sec. | ||
| 3184 | 2025.04.09 19:10:35.968732 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3185 | 2025.04.09 19:10:35.968837 [ 259 ] {c1c7d845-df82-46f2-b1ac-dea638c90dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3186 | 2025.04.09 19:10:35.968882 [ 259 ] {c1c7d845-df82-46f2-b1ac-dea638c90dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3187 | 2025.04.09 19:10:35.969454 [ 259 ] {c1c7d845-df82-46f2-b1ac-dea638c90dbf} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3188 | 2025.04.09 19:10:35.969494 [ 259 ] {c1c7d845-df82-46f2-b1ac-dea638c90dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3189 | 2025.04.09 19:10:35.969840 [ 259 ] {c1c7d845-df82-46f2-b1ac-dea638c90dbf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3190 | 2025.04.09 19:10:35.970080 [ 259 ] {c1c7d845-df82-46f2-b1ac-dea638c90dbf} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3191 | 2025.04.09 19:10:35.970248 [ 138 ] {} <Debug> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3192 | 2025.04.09 19:10:35.970318 [ 138 ] {} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3193 | 2025.04.09 19:10:35.970326 [ 259 ] {c1c7d845-df82-46f2-b1ac-dea638c90dbf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.0015 sec., 74666.66666666667 rows/sec., 4.25 MiB/sec. | ||
| 3194 | 2025.04.09 19:10:35.970357 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3195 | 2025.04.09 19:10:35.970469 [ 259 ] {c1c7d845-df82-46f2-b1ac-dea638c90dbf} <Debug> TCPHandler: Processed in 0.001788849 sec. | ||
| 3196 | 2025.04.09 19:10:35.970819 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3197 | 2025.04.09 19:10:35.970876 [ 200 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 3198 | 2025.04.09 19:10:35.971005 [ 259 ] {18c6bc52-e942-4454-b798-0ca904ae614b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3199 | 2025.04.09 19:10:35.971114 [ 259 ] {18c6bc52-e942-4454-b798-0ca904ae614b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3200 | 2025.04.09 19:10:35.971242 [ 200 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3201 | 2025.04.09 19:10:35.971340 [ 200 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 3202 | 2025.04.09 19:10:35.971715 [ 200 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 3203 | 2025.04.09 19:10:35.972115 [ 200 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 3204 | 2025.04.09 19:10:35.972504 [ 200 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 3205 | 2025.04.09 19:10:35.972701 [ 200 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 3206 | 2025.04.09 19:10:35.973794 [ 259 ] {18c6bc52-e942-4454-b798-0ca904ae614b} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3207 | 2025.04.09 19:10:35.973867 [ 259 ] {18c6bc52-e942-4454-b798-0ca904ae614b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3208 | 2025.04.09 19:10:35.974987 [ 259 ] {18c6bc52-e942-4454-b798-0ca904ae614b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3209 | 2025.04.09 19:10:35.975232 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004745531 sec., 118005.76163131165 rows/sec., 7.17 MiB/sec. | ||
| 3210 | 2025.04.09 19:10:35.975437 [ 259 ] {18c6bc52-e942-4454-b798-0ca904ae614b} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3211 | 2025.04.09 19:10:35.975519 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3212 | 2025.04.09 19:10:35.975668 [ 138 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3213 | 2025.04.09 19:10:35.975785 [ 138 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3214 | 2025.04.09 19:10:35.975861 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3215 | 2025.04.09 19:10:35.975974 [ 259 ] {18c6bc52-e942-4454-b798-0ca904ae614b} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.004993 sec., 176046.4650510715 rows/sec., 12.74 MiB/sec. | ||
| 3216 | 2025.04.09 19:10:35.976271 [ 259 ] {18c6bc52-e942-4454-b798-0ca904ae614b} <Debug> TCPHandler: Processed in 0.005576134 sec. | ||
| 3217 | 2025.04.09 19:10:35.976318 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 3218 | 2025.04.09 19:10:35.976559 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3219 | 2025.04.09 19:10:35.976655 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3220 | 2025.04.09 19:10:35.976678 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_9_2} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3221 | 2025.04.09 19:10:35.976769 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 895 rows starting from the beginning of the part | ||
| 3222 | 2025.04.09 19:10:35.976886 [ 259 ] {e69a3348-eb34-4c2e-8985-8b4dec32993a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3223 | 2025.04.09 19:10:35.977064 [ 259 ] {e69a3348-eb34-4c2e-8985-8b4dec32993a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3224 | 2025.04.09 19:10:35.977266 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 429 rows starting from the beginning of the part | ||
| 3225 | 2025.04.09 19:10:35.977292 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_9_2} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3226 | 2025.04.09 19:10:35.977712 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3227 | 2025.04.09 19:10:35.978162 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 421 rows starting from the beginning of the part | ||
| 3228 | 2025.04.09 19:10:35.978555 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 3229 | 2025.04.09 19:10:35.978562 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3230 | 2025.04.09 19:10:35.978885 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 879 rows starting from the beginning of the part | ||
| 3231 | 2025.04.09 19:10:35.979567 [ 259 ] {e69a3348-eb34-4c2e-8985-8b4dec32993a} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3232 | 2025.04.09 19:10:35.979632 [ 259 ] {e69a3348-eb34-4c2e-8985-8b4dec32993a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3233 | 2025.04.09 19:10:35.980613 [ 259 ] {e69a3348-eb34-4c2e-8985-8b4dec32993a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3234 | 2025.04.09 19:10:35.981130 [ 259 ] {e69a3348-eb34-4c2e-8985-8b4dec32993a} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3235 | 2025.04.09 19:10:35.981460 [ 259 ] {e69a3348-eb34-4c2e-8985-8b4dec32993a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004703 sec., 1275.781416117372 rows/sec., 66.65 KiB/sec. | ||
| 3236 | 2025.04.09 19:10:35.981543 [ 259 ] {e69a3348-eb34-4c2e-8985-8b4dec32993a} <Debug> TCPHandler: Processed in 0.005093411 sec. | ||
| 3237 | 2025.04.09 19:10:35.981683 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3238 | 2025.04.09 19:10:35.982011 [ 259 ] {2bc8701d-54ad-439b-a351-c7c4059b4edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3239 | 2025.04.09 19:10:35.982124 [ 259 ] {2bc8701d-54ad-439b-a351-c7c4059b4edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3240 | 2025.04.09 19:10:35.982124 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2752 rows, containing 5 columns (5 merged, 0 gathered) in 0.00612557 sec., 449264.31336185854 rows/sec., 34.22 MiB/sec. | ||
| 3241 | 2025.04.09 19:10:35.982447 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3242 | 2025.04.09 19:10:35.982904 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_21_4} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3243 | 2025.04.09 19:10:35.983109 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_21_4} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3244 | 2025.04.09 19:10:35.983271 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 3245 | 2025.04.09 19:10:35.983496 [ 259 ] {2bc8701d-54ad-439b-a351-c7c4059b4edb} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3246 | 2025.04.09 19:10:35.983541 [ 259 ] {2bc8701d-54ad-439b-a351-c7c4059b4edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3247 | 2025.04.09 19:10:35.983981 [ 259 ] {2bc8701d-54ad-439b-a351-c7c4059b4edb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3248 | 2025.04.09 19:10:35.984232 [ 259 ] {2bc8701d-54ad-439b-a351-c7c4059b4edb} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3249 | 2025.04.09 19:10:35.984394 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3250 | 2025.04.09 19:10:35.984449 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3251 | 2025.04.09 19:10:35.984485 [ 259 ] {2bc8701d-54ad-439b-a351-c7c4059b4edb} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002595 sec., 368400.7707129094 rows/sec., 24.48 MiB/sec. | ||
| 3252 | 2025.04.09 19:10:35.984493 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3253 | 2025.04.09 19:10:35.984679 [ 259 ] {2bc8701d-54ad-439b-a351-c7c4059b4edb} <Debug> TCPHandler: Processed in 0.003041025 sec. | ||
| 3254 | 2025.04.09 19:10:35.984837 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 3255 | 2025.04.09 19:10:35.985051 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3256 | 2025.04.09 19:10:35.985158 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3257 | 2025.04.09 19:10:35.985243 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5604 rows starting from the beginning of the part | ||
| 3258 | 2025.04.09 19:10:35.985310 [ 259 ] {c7ad5a20-3a86-4d72-bbef-72d47fa30566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3259 | 2025.04.09 19:10:35.985489 [ 259 ] {c7ad5a20-3a86-4d72-bbef-72d47fa30566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3260 | 2025.04.09 19:10:35.985578 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3261 | 2025.04.09 19:10:35.985972 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3262 | 2025.04.09 19:10:35.986398 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3263 | 2025.04.09 19:10:35.986621 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3264 | 2025.04.09 19:10:35.986987 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 956 rows starting from the beginning of the part | ||
| 3265 | 2025.04.09 19:10:35.987677 [ 259 ] {c7ad5a20-3a86-4d72-bbef-72d47fa30566} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3266 | 2025.04.09 19:10:35.987742 [ 259 ] {c7ad5a20-3a86-4d72-bbef-72d47fa30566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3267 | 2025.04.09 19:10:35.988499 [ 259 ] {c7ad5a20-3a86-4d72-bbef-72d47fa30566} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3268 | 2025.04.09 19:10:35.988895 [ 259 ] {c7ad5a20-3a86-4d72-bbef-72d47fa30566} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3269 | 2025.04.09 19:10:35.989435 [ 259 ] {c7ad5a20-3a86-4d72-bbef-72d47fa30566} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004176 sec., 239.46360153256705 rows/sec., 16.14 KiB/sec. | ||
| 3270 | 2025.04.09 19:10:35.989652 [ 259 ] {c7ad5a20-3a86-4d72-bbef-72d47fa30566} <Debug> TCPHandler: Processed in 0.004734011 sec. | ||
| 3271 | 2025.04.09 19:10:35.989884 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3272 | 2025.04.09 19:10:35.990058 [ 259 ] {340dbac7-335b-498a-8cf7-4913df436abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3273 | 2025.04.09 19:10:35.990156 [ 259 ] {340dbac7-335b-498a-8cf7-4913df436abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3274 | 2025.04.09 19:10:35.991731 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7354 rows, containing 5 columns (5 merged, 0 gathered) in 0.007094256 sec., 1036613.2826331612 rows/sec., 69.87 MiB/sec. | ||
| 3275 | 2025.04.09 19:10:35.992192 [ 259 ] {340dbac7-335b-498a-8cf7-4913df436abd} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3276 | 2025.04.09 19:10:35.992263 [ 259 ] {340dbac7-335b-498a-8cf7-4913df436abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3277 | 2025.04.09 19:10:35.992266 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3278 | 2025.04.09 19:10:35.992910 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3279 | 2025.04.09 19:10:35.993077 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3280 | 2025.04.09 19:10:35.993242 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 3281 | 2025.04.09 19:10:35.993597 [ 259 ] {340dbac7-335b-498a-8cf7-4913df436abd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3282 | 2025.04.09 19:10:35.993866 [ 259 ] {340dbac7-335b-498a-8cf7-4913df436abd} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3283 | 2025.04.09 19:10:35.994205 [ 259 ] {340dbac7-335b-498a-8cf7-4913df436abd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004161 sec., 9372.746935832733 rows/sec., 16.80 MiB/sec. | ||
| 3284 | 2025.04.09 19:10:35.994387 [ 259 ] {340dbac7-335b-498a-8cf7-4913df436abd} <Debug> TCPHandler: Processed in 0.004580527 sec. | ||
| 3285 | 2025.04.09 19:10:35.994534 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3286 | 2025.04.09 19:10:35.994643 [ 259 ] {65bcad7f-3d2b-45e9-9580-04d93388e93a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3287 | 2025.04.09 19:10:35.994688 [ 259 ] {65bcad7f-3d2b-45e9-9580-04d93388e93a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3288 | 2025.04.09 19:10:35.995132 [ 259 ] {65bcad7f-3d2b-45e9-9580-04d93388e93a} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3289 | 2025.04.09 19:10:35.995171 [ 259 ] {65bcad7f-3d2b-45e9-9580-04d93388e93a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3290 | 2025.04.09 19:10:35.995521 [ 259 ] {65bcad7f-3d2b-45e9-9580-04d93388e93a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3291 | 2025.04.09 19:10:35.995756 [ 259 ] {65bcad7f-3d2b-45e9-9580-04d93388e93a} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3292 | 2025.04.09 19:10:35.995912 [ 138 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3293 | 2025.04.09 19:10:35.995966 [ 138 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3294 | 2025.04.09 19:10:35.995998 [ 259 ] {65bcad7f-3d2b-45e9-9580-04d93388e93a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00137 sec., 24817.518248175184 rows/sec., 1.44 MiB/sec. | ||
| 3295 | 2025.04.09 19:10:35.996005 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3296 | 2025.04.09 19:10:35.996139 [ 259 ] {65bcad7f-3d2b-45e9-9580-04d93388e93a} <Debug> TCPHandler: Processed in 0.001649836 sec. | ||
| 3297 | 2025.04.09 19:10:35.996288 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 3298 | 2025.04.09 19:10:35.996501 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3299 | 2025.04.09 19:10:35.996540 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 960 rows starting from the beginning of the part | ||
| 3300 | 2025.04.09 19:10:35.996657 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3301 | 2025.04.09 19:10:35.996861 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3302 | 2025.04.09 19:10:35.997043 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3303 | 2025.04.09 19:10:35.997210 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3304 | 2025.04.09 19:10:35.997375 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 3305 | 2025.04.09 19:10:35.998672 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.00252633 sec., 505872.15446913114 rows/sec., 32.96 MiB/sec. | ||
| 3306 | 2025.04.09 19:10:35.998853 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3307 | 2025.04.09 19:10:35.999139 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_21_4} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3308 | 2025.04.09 19:10:35.999218 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_21_4} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3309 | 2025.04.09 19:10:35.999298 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 3310 | 2025.04.09 19:10:36.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.87 MiB, peak 181.11 MiB, free memory in arenas 0.00 B, will set to 175.71 MiB (RSS), difference: -1.16 MiB | ||
| 3311 | 2025.04.09 19:10:38.373681 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 482 | ||
| 3312 | 2025.04.09 19:10:38.377107 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2025.04.09 19:10:38.377156 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3314 | 2025.04.09 19:10:38.378872 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3315 | 2025.04.09 19:10:38.379182 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2025.04.09 19:10:38.379714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 482 | ||
| 3317 | 2025.04.09 19:10:40.561595 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3318 | 2025.04.09 19:10:40.561799 [ 259 ] {e9ac0daa-4e70-4f86-ab75-d55637184114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3319 | 2025.04.09 19:10:40.561873 [ 259 ] {e9ac0daa-4e70-4f86-ab75-d55637184114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3320 | 2025.04.09 19:10:40.562653 [ 259 ] {e9ac0daa-4e70-4f86-ab75-d55637184114} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2025.04.09 19:10:40.562705 [ 259 ] {e9ac0daa-4e70-4f86-ab75-d55637184114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3322 | 2025.04.09 19:10:40.563146 [ 259 ] {e9ac0daa-4e70-4f86-ab75-d55637184114} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3323 | 2025.04.09 19:10:40.563397 [ 259 ] {e9ac0daa-4e70-4f86-ab75-d55637184114} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3324 | 2025.04.09 19:10:40.563628 [ 259 ] {e9ac0daa-4e70-4f86-ab75-d55637184114} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.28 MiB/sec. | ||
| 3325 | 2025.04.09 19:10:40.563699 [ 259 ] {e9ac0daa-4e70-4f86-ab75-d55637184114} <Debug> TCPHandler: Processed in 0.002238031 sec. | ||
| 3326 | 2025.04.09 19:10:40.563829 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3327 | 2025.04.09 19:10:40.563943 [ 259 ] {16fe2943-4a50-47fd-aa3e-0a2ab8d1452e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3328 | 2025.04.09 19:10:40.563993 [ 259 ] {16fe2943-4a50-47fd-aa3e-0a2ab8d1452e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3329 | 2025.04.09 19:10:40.564561 [ 259 ] {16fe2943-4a50-47fd-aa3e-0a2ab8d1452e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3330 | 2025.04.09 19:10:40.564603 [ 259 ] {16fe2943-4a50-47fd-aa3e-0a2ab8d1452e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3331 | 2025.04.09 19:10:40.564971 [ 259 ] {16fe2943-4a50-47fd-aa3e-0a2ab8d1452e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3332 | 2025.04.09 19:10:40.565263 [ 259 ] {16fe2943-4a50-47fd-aa3e-0a2ab8d1452e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2025.04.09 19:10:40.565614 [ 259 ] {16fe2943-4a50-47fd-aa3e-0a2ab8d1452e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001697 sec., 37713.61225692398 rows/sec., 2.94 MiB/sec. | ||
| 3334 | 2025.04.09 19:10:40.565668 [ 259 ] {16fe2943-4a50-47fd-aa3e-0a2ab8d1452e} <Debug> TCPHandler: Processed in 0.001892642 sec. | ||
| 3335 | 2025.04.09 19:10:40.565789 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3336 | 2025.04.09 19:10:40.565904 [ 259 ] {24d87e3e-1e8a-4910-88f5-069d9d1ed399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3337 | 2025.04.09 19:10:40.565955 [ 259 ] {24d87e3e-1e8a-4910-88f5-069d9d1ed399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3338 | 2025.04.09 19:10:40.566477 [ 259 ] {24d87e3e-1e8a-4910-88f5-069d9d1ed399} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2025.04.09 19:10:40.566517 [ 259 ] {24d87e3e-1e8a-4910-88f5-069d9d1ed399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3340 | 2025.04.09 19:10:40.566936 [ 259 ] {24d87e3e-1e8a-4910-88f5-069d9d1ed399} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3341 | 2025.04.09 19:10:40.567177 [ 259 ] {24d87e3e-1e8a-4910-88f5-069d9d1ed399} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2025.04.09 19:10:40.567391 [ 259 ] {24d87e3e-1e8a-4910-88f5-069d9d1ed399} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001512 sec., 84656.08465608465 rows/sec., 5.90 MiB/sec. | ||
| 3343 | 2025.04.09 19:10:40.567444 [ 259 ] {24d87e3e-1e8a-4910-88f5-069d9d1ed399} <Debug> TCPHandler: Processed in 0.001712137 sec. | ||
| 3344 | 2025.04.09 19:10:40.567567 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3345 | 2025.04.09 19:10:40.567673 [ 259 ] {ecce420f-d7fd-4970-ba66-359b78f67b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3346 | 2025.04.09 19:10:40.567721 [ 259 ] {ecce420f-d7fd-4970-ba66-359b78f67b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3347 | 2025.04.09 19:10:40.568153 [ 259 ] {ecce420f-d7fd-4970-ba66-359b78f67b25} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3348 | 2025.04.09 19:10:40.568193 [ 259 ] {ecce420f-d7fd-4970-ba66-359b78f67b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3349 | 2025.04.09 19:10:40.568547 [ 259 ] {ecce420f-d7fd-4970-ba66-359b78f67b25} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3350 | 2025.04.09 19:10:40.568781 [ 259 ] {ecce420f-d7fd-4970-ba66-359b78f67b25} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3351 | 2025.04.09 19:10:40.568991 [ 259 ] {ecce420f-d7fd-4970-ba66-359b78f67b25} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00134 sec., 35820.89552238806 rows/sec., 2.41 MiB/sec. | ||
| 3352 | 2025.04.09 19:10:40.569042 [ 259 ] {ecce420f-d7fd-4970-ba66-359b78f67b25} <Debug> TCPHandler: Processed in 0.001527822 sec. | ||
| 3353 | 2025.04.09 19:10:40.857207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3354 | 2025.04.09 19:10:40.857898 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3355 | 2025.04.09 19:10:40.857943 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3356 | 2025.04.09 19:10:40.858473 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3357 | 2025.04.09 19:10:40.858726 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2025.04.09 19:10:40.858980 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3359 | 2025.04.09 19:10:41.303969 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3360 | 2025.04.09 19:10:41.325111 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3361 | 2025.04.09 19:10:41.325174 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3362 | 2025.04.09 19:10:41.332838 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3363 | 2025.04.09 19:10:41.333607 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3364 | 2025.04.09 19:10:41.336246 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3365 | 2025.04.09 19:10:45.563771 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3366 | 2025.04.09 19:10:45.563979 [ 259 ] {158d1c91-9fa3-4990-9dbd-b0aad1133872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3367 | 2025.04.09 19:10:45.564051 [ 259 ] {158d1c91-9fa3-4990-9dbd-b0aad1133872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3368 | 2025.04.09 19:10:45.564818 [ 259 ] {158d1c91-9fa3-4990-9dbd-b0aad1133872} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3369 | 2025.04.09 19:10:45.564863 [ 259 ] {158d1c91-9fa3-4990-9dbd-b0aad1133872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3370 | 2025.04.09 19:10:45.565315 [ 259 ] {158d1c91-9fa3-4990-9dbd-b0aad1133872} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3371 | 2025.04.09 19:10:45.565571 [ 259 ] {158d1c91-9fa3-4990-9dbd-b0aad1133872} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3372 | 2025.04.09 19:10:45.565768 [ 259 ] {158d1c91-9fa3-4990-9dbd-b0aad1133872} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001842 sec., 30401.73724212812 rows/sec., 2.34 MiB/sec. | ||
| 3373 | 2025.04.09 19:10:45.565824 [ 259 ] {158d1c91-9fa3-4990-9dbd-b0aad1133872} <Debug> TCPHandler: Processed in 0.00219028 sec. | ||
| 3374 | 2025.04.09 19:10:45.565947 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3375 | 2025.04.09 19:10:45.566053 [ 259 ] {fb8b57c8-d88b-4645-acd2-e5df15da2625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3376 | 2025.04.09 19:10:45.566099 [ 259 ] {fb8b57c8-d88b-4645-acd2-e5df15da2625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3377 | 2025.04.09 19:10:45.566639 [ 259 ] {fb8b57c8-d88b-4645-acd2-e5df15da2625} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3378 | 2025.04.09 19:10:45.566676 [ 259 ] {fb8b57c8-d88b-4645-acd2-e5df15da2625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3379 | 2025.04.09 19:10:45.567040 [ 259 ] {fb8b57c8-d88b-4645-acd2-e5df15da2625} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3380 | 2025.04.09 19:10:45.567273 [ 259 ] {fb8b57c8-d88b-4645-acd2-e5df15da2625} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3381 | 2025.04.09 19:10:45.567488 [ 259 ] {fb8b57c8-d88b-4645-acd2-e5df15da2625} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00145 sec., 44137.93103448276 rows/sec., 3.45 MiB/sec. | ||
| 3382 | 2025.04.09 19:10:45.567705 [ 259 ] {fb8b57c8-d88b-4645-acd2-e5df15da2625} <Debug> TCPHandler: Processed in 0.00180148 sec. | ||
| 3383 | 2025.04.09 19:10:45.567879 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3384 | 2025.04.09 19:10:45.567985 [ 259 ] {22c02aa4-4523-4e91-8ccd-3c2a0c023ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3385 | 2025.04.09 19:10:45.568038 [ 259 ] {22c02aa4-4523-4e91-8ccd-3c2a0c023ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3386 | 2025.04.09 19:10:45.568584 [ 259 ] {22c02aa4-4523-4e91-8ccd-3c2a0c023ee7} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3387 | 2025.04.09 19:10:45.568624 [ 259 ] {22c02aa4-4523-4e91-8ccd-3c2a0c023ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3388 | 2025.04.09 19:10:45.569015 [ 259 ] {22c02aa4-4523-4e91-8ccd-3c2a0c023ee7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3389 | 2025.04.09 19:10:45.569255 [ 259 ] {22c02aa4-4523-4e91-8ccd-3c2a0c023ee7} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3390 | 2025.04.09 19:10:45.569427 [ 259 ] {22c02aa4-4523-4e91-8ccd-3c2a0c023ee7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001466 sec., 109140.51841746247 rows/sec., 7.60 MiB/sec. | ||
| 3391 | 2025.04.09 19:10:45.569477 [ 259 ] {22c02aa4-4523-4e91-8ccd-3c2a0c023ee7} <Debug> TCPHandler: Processed in 0.001659526 sec. | ||
| 3392 | 2025.04.09 19:10:45.569600 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3393 | 2025.04.09 19:10:45.569707 [ 259 ] {7915b40b-beab-4395-ae30-6ac2e05ff7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3394 | 2025.04.09 19:10:45.569755 [ 259 ] {7915b40b-beab-4395-ae30-6ac2e05ff7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3395 | 2025.04.09 19:10:45.570193 [ 259 ] {7915b40b-beab-4395-ae30-6ac2e05ff7df} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2025.04.09 19:10:45.570231 [ 259 ] {7915b40b-beab-4395-ae30-6ac2e05ff7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3397 | 2025.04.09 19:10:45.570586 [ 259 ] {7915b40b-beab-4395-ae30-6ac2e05ff7df} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3398 | 2025.04.09 19:10:45.570829 [ 259 ] {7915b40b-beab-4395-ae30-6ac2e05ff7df} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2025.04.09 19:10:45.571013 [ 259 ] {7915b40b-beab-4395-ae30-6ac2e05ff7df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec. | ||
| 3400 | 2025.04.09 19:10:45.571106 [ 259 ] {7915b40b-beab-4395-ae30-6ac2e05ff7df} <Debug> TCPHandler: Processed in 0.001557473 sec. | ||
| 3401 | 2025.04.09 19:10:46.172681 [ 123 ] {} <Debug> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3402 | 2025.04.09 19:10:46.172745 [ 123 ] {} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3403 | 2025.04.09 19:10:46.172767 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3404 | 2025.04.09 19:10:46.172983 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::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 | ||
| 3405 | 2025.04.09 19:10:46.173192 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3406 | 2025.04.09 19:10:46.173232 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3407 | 2025.04.09 19:10:46.173316 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3408 | 2025.04.09 19:10:46.173534 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3409 | 2025.04.09 19:10:46.173790 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3410 | 2025.04.09 19:10:46.173965 [ 197 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3411 | 2025.04.09 19:10:46.175101 [ 200 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002249742 sec., 4000.4587192664762 rows/sec., 269.56 KiB/sec. | ||
| 3412 | 2025.04.09 19:10:46.175265 [ 193 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3413 | 2025.04.09 19:10:46.175567 [ 193 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_9_2} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3414 | 2025.04.09 19:10:46.175653 [ 193 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_9_2} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3415 | 2025.04.09 19:10:46.175730 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3416 | 2025.04.09 19:10:48.273400 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3417 | 2025.04.09 19:10:48.273453 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3418 | 2025.04.09 19:10:48.359103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3419 | 2025.04.09 19:10:48.359809 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3420 | 2025.04.09 19:10:48.359857 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3421 | 2025.04.09 19:10:48.360407 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3422 | 2025.04.09 19:10:48.360661 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3423 | 2025.04.09 19:10:48.360883 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3424 | 2025.04.09 19:10:48.360911 [ 120 ] {} <Debug> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3425 | 2025.04.09 19:10:48.361006 [ 120 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3426 | 2025.04.09 19:10:48.361044 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3427 | 2025.04.09 19:10:48.361200 [ 200 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 3428 | 2025.04.09 19:10:48.361372 [ 200 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3429 | 2025.04.09 19:10:48.361428 [ 200 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 3430 | 2025.04.09 19:10:48.361531 [ 200 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 3431 | 2025.04.09 19:10:48.361826 [ 200 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 3432 | 2025.04.09 19:10:48.361989 [ 200 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 3433 | 2025.04.09 19:10:48.362143 [ 200 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 3434 | 2025.04.09 19:10:48.362326 [ 200 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 3435 | 2025.04.09 19:10:48.364143 [ 193 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003020194 sec., 2443882.743956183 rows/sec., 34.96 MiB/sec. | ||
| 3436 | 2025.04.09 19:10:48.364945 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3437 | 2025.04.09 19:10:48.365230 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_16_3} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3438 | 2025.04.09 19:10:48.365310 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_16_3} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3439 | 2025.04.09 19:10:48.365398 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3440 | 2025.04.09 19:10:48.379981 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 498 | ||
| 3441 | 2025.04.09 19:10:48.382793 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3442 | 2025.04.09 19:10:48.382842 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3443 | 2025.04.09 19:10:48.384293 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3444 | 2025.04.09 19:10:48.384601 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2025.04.09 19:10:48.384805 [ 120 ] {} <Debug> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3446 | 2025.04.09 19:10:48.384918 [ 120 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2025.04.09 19:10:48.385004 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3448 | 2025.04.09 19:10:48.385897 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::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 | ||
| 3449 | 2025.04.09 19:10:48.386407 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 498 | ||
| 3450 | 2025.04.09 19:10:48.386889 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3451 | 2025.04.09 19:10:48.387057 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 322 rows starting from the beginning of the part | ||
| 3452 | 2025.04.09 19:10:48.387664 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 3453 | 2025.04.09 19:10:48.388255 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
| 3454 | 2025.04.09 19:10:48.388817 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part | ||
| 3455 | 2025.04.09 19:10:48.389427 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part | ||
| 3456 | 2025.04.09 19:10:48.390067 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 3457 | 2025.04.09 19:10:48.397784 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 72 columns (72 merged, 0 gathered) in 0.012599118 sec., 39526.57638415642 rows/sec., 35.93 MiB/sec. | ||
| 3458 | 2025.04.09 19:10:48.398583 [ 192 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3459 | 2025.04.09 19:10:48.399275 [ 192 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_11_2} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3460 | 2025.04.09 19:10:48.399355 [ 192 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_11_2} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3461 | 2025.04.09 19:10:48.399547 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB. | ||
| 3462 | 2025.04.09 19:10:48.836309 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3463 | 2025.04.09 19:10:48.857619 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3464 | 2025.04.09 19:10:48.857690 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3465 | 2025.04.09 19:10:48.865579 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3466 | 2025.04.09 19:10:48.866388 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3467 | 2025.04.09 19:10:48.866702 [ 120 ] {} <Debug> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3468 | 2025.04.09 19:10:48.866765 [ 120 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3469 | 2025.04.09 19:10:48.866803 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3470 | 2025.04.09 19:10:48.867216 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 3471 | 2025.04.09 19:10:48.882310 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3472 | 2025.04.09 19:10:48.883956 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3473 | 2025.04.09 19:10:48.885138 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 3474 | 2025.04.09 19:10:48.890110 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 3475 | 2025.04.09 19:10:48.895536 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 3476 | 2025.04.09 19:10:48.900666 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 3477 | 2025.04.09 19:10:48.906068 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 3478 | 2025.04.09 19:10:48.910656 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 3479 | 2025.04.09 19:10:48.967299 [ 192 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.100364037 sec., 1205.6111294128193 rows/sec., 6.23 MiB/sec. | ||
| 3480 | 2025.04.09 19:10:48.970055 [ 199 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3481 | 2025.04.09 19:10:48.973144 [ 199 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_16_3} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3482 | 2025.04.09 19:10:48.973262 [ 199 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_16_3} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3483 | 2025.04.09 19:10:48.975794 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3484 | 2025.04.09 19:10:49.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.63 MiB, peak 187.60 MiB, free memory in arenas 0.00 B, will set to 179.41 MiB (RSS), difference: 1.77 MiB | ||
| 3485 | 2025.04.09 19:10:49.001494 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001026489 sec. | ||
| 3486 | 2025.04.09 19:10:50.570941 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3487 | 2025.04.09 19:10:50.571172 [ 259 ] {dbda47f3-dcd0-4dd5-ba27-9ecdcdf7b823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3488 | 2025.04.09 19:10:50.571252 [ 259 ] {dbda47f3-dcd0-4dd5-ba27-9ecdcdf7b823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3489 | 2025.04.09 19:10:50.572165 [ 259 ] {dbda47f3-dcd0-4dd5-ba27-9ecdcdf7b823} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3490 | 2025.04.09 19:10:50.572213 [ 259 ] {dbda47f3-dcd0-4dd5-ba27-9ecdcdf7b823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3491 | 2025.04.09 19:10:50.572671 [ 259 ] {dbda47f3-dcd0-4dd5-ba27-9ecdcdf7b823} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3492 | 2025.04.09 19:10:50.572944 [ 259 ] {dbda47f3-dcd0-4dd5-ba27-9ecdcdf7b823} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3493 | 2025.04.09 19:10:50.573209 [ 259 ] {dbda47f3-dcd0-4dd5-ba27-9ecdcdf7b823} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002088 sec., 101532.56704980842 rows/sec., 6.46 MiB/sec. | ||
| 3494 | 2025.04.09 19:10:50.573429 [ 259 ] {dbda47f3-dcd0-4dd5-ba27-9ecdcdf7b823} <Debug> TCPHandler: Processed in 0.002631523 sec. | ||
| 3495 | 2025.04.09 19:10:50.573561 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3496 | 2025.04.09 19:10:50.573671 [ 259 ] {2410fc63-8622-498e-b4bf-fd3f618b2854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3497 | 2025.04.09 19:10:50.573719 [ 259 ] {2410fc63-8622-498e-b4bf-fd3f618b2854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3498 | 2025.04.09 19:10:50.574641 [ 259 ] {2410fc63-8622-498e-b4bf-fd3f618b2854} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3499 | 2025.04.09 19:10:50.574683 [ 259 ] {2410fc63-8622-498e-b4bf-fd3f618b2854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3500 | 2025.04.09 19:10:50.575098 [ 259 ] {2410fc63-8622-498e-b4bf-fd3f618b2854} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3501 | 2025.04.09 19:10:50.575335 [ 259 ] {2410fc63-8622-498e-b4bf-fd3f618b2854} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3502 | 2025.04.09 19:10:50.575569 [ 259 ] {2410fc63-8622-498e-b4bf-fd3f618b2854} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001923 sec., 361414.45657826314 rows/sec., 28.86 MiB/sec. | ||
| 3503 | 2025.04.09 19:10:50.575628 [ 259 ] {2410fc63-8622-498e-b4bf-fd3f618b2854} <Debug> TCPHandler: Processed in 0.002120108 sec. | ||
| 3504 | 2025.04.09 19:10:50.575745 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3505 | 2025.04.09 19:10:50.575854 [ 259 ] {76459721-37d7-4f2a-bb3b-b527393f45e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3506 | 2025.04.09 19:10:50.575901 [ 259 ] {76459721-37d7-4f2a-bb3b-b527393f45e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3507 | 2025.04.09 19:10:50.576486 [ 259 ] {76459721-37d7-4f2a-bb3b-b527393f45e8} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3508 | 2025.04.09 19:10:50.576527 [ 259 ] {76459721-37d7-4f2a-bb3b-b527393f45e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3509 | 2025.04.09 19:10:50.576882 [ 259 ] {76459721-37d7-4f2a-bb3b-b527393f45e8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3510 | 2025.04.09 19:10:50.577113 [ 259 ] {76459721-37d7-4f2a-bb3b-b527393f45e8} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2025.04.09 19:10:50.577331 [ 259 ] {76459721-37d7-4f2a-bb3b-b527393f45e8} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001501 sec., 96602.2651565623 rows/sec., 6.06 MiB/sec. | ||
| 3512 | 2025.04.09 19:10:50.577385 [ 259 ] {76459721-37d7-4f2a-bb3b-b527393f45e8} <Debug> TCPHandler: Processed in 0.001693267 sec. | ||
| 3513 | 2025.04.09 19:10:50.577498 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3514 | 2025.04.09 19:10:50.577603 [ 259 ] {0a71193d-4ea6-4fc1-a9c5-d15c369ddfb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3515 | 2025.04.09 19:10:50.577647 [ 259 ] {0a71193d-4ea6-4fc1-a9c5-d15c369ddfb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3516 | 2025.04.09 19:10:50.578195 [ 259 ] {0a71193d-4ea6-4fc1-a9c5-d15c369ddfb5} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3517 | 2025.04.09 19:10:50.578236 [ 259 ] {0a71193d-4ea6-4fc1-a9c5-d15c369ddfb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3518 | 2025.04.09 19:10:50.578588 [ 259 ] {0a71193d-4ea6-4fc1-a9c5-d15c369ddfb5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3519 | 2025.04.09 19:10:50.578835 [ 259 ] {0a71193d-4ea6-4fc1-a9c5-d15c369ddfb5} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3520 | 2025.04.09 19:10:50.579062 [ 259 ] {0a71193d-4ea6-4fc1-a9c5-d15c369ddfb5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00148 sec., 76351.35135135135 rows/sec., 4.94 MiB/sec. | ||
| 3521 | 2025.04.09 19:10:50.579116 [ 259 ] {0a71193d-4ea6-4fc1-a9c5-d15c369ddfb5} <Debug> TCPHandler: Processed in 0.001670116 sec. | ||
| 3522 | 2025.04.09 19:10:50.579233 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3523 | 2025.04.09 19:10:50.579339 [ 259 ] {d28a750c-e474-4e13-99c8-f5f7fab06b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3524 | 2025.04.09 19:10:50.579383 [ 259 ] {d28a750c-e474-4e13-99c8-f5f7fab06b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3525 | 2025.04.09 19:10:50.579931 [ 259 ] {d28a750c-e474-4e13-99c8-f5f7fab06b20} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3526 | 2025.04.09 19:10:50.579970 [ 259 ] {d28a750c-e474-4e13-99c8-f5f7fab06b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3527 | 2025.04.09 19:10:50.580329 [ 259 ] {d28a750c-e474-4e13-99c8-f5f7fab06b20} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3528 | 2025.04.09 19:10:50.580566 [ 259 ] {d28a750c-e474-4e13-99c8-f5f7fab06b20} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3529 | 2025.04.09 19:10:50.580791 [ 259 ] {d28a750c-e474-4e13-99c8-f5f7fab06b20} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001472 sec., 76086.95652173914 rows/sec., 4.33 MiB/sec. | ||
| 3530 | 2025.04.09 19:10:50.580881 [ 259 ] {d28a750c-e474-4e13-99c8-f5f7fab06b20} <Debug> TCPHandler: Processed in 0.001701487 sec. | ||
| 3531 | 2025.04.09 19:10:50.580985 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3532 | 2025.04.09 19:10:50.581092 [ 259 ] {9072f647-c9bd-4dcd-b457-7a49c9a2ffe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3533 | 2025.04.09 19:10:50.581137 [ 259 ] {9072f647-c9bd-4dcd-b457-7a49c9a2ffe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3534 | 2025.04.09 19:10:50.581813 [ 259 ] {9072f647-c9bd-4dcd-b457-7a49c9a2ffe3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3535 | 2025.04.09 19:10:50.581852 [ 259 ] {9072f647-c9bd-4dcd-b457-7a49c9a2ffe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3536 | 2025.04.09 19:10:50.582226 [ 259 ] {9072f647-c9bd-4dcd-b457-7a49c9a2ffe3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3537 | 2025.04.09 19:10:50.582458 [ 259 ] {9072f647-c9bd-4dcd-b457-7a49c9a2ffe3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3538 | 2025.04.09 19:10:50.582709 [ 259 ] {9072f647-c9bd-4dcd-b457-7a49c9a2ffe3} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001637 sec., 257177.76420281 rows/sec., 18.32 MiB/sec. | ||
| 3539 | 2025.04.09 19:10:50.582936 [ 259 ] {9072f647-c9bd-4dcd-b457-7a49c9a2ffe3} <Debug> TCPHandler: Processed in 0.001997046 sec. | ||
| 3540 | 2025.04.09 19:10:50.583096 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3541 | 2025.04.09 19:10:50.583203 [ 259 ] {9a6c6a3c-ea81-4ee0-9f51-8c75266340d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3542 | 2025.04.09 19:10:50.583250 [ 259 ] {9a6c6a3c-ea81-4ee0-9f51-8c75266340d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3543 | 2025.04.09 19:10:50.583703 [ 259 ] {9a6c6a3c-ea81-4ee0-9f51-8c75266340d0} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3544 | 2025.04.09 19:10:50.583743 [ 259 ] {9a6c6a3c-ea81-4ee0-9f51-8c75266340d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3545 | 2025.04.09 19:10:50.584096 [ 259 ] {9a6c6a3c-ea81-4ee0-9f51-8c75266340d0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3546 | 2025.04.09 19:10:50.584336 [ 259 ] {9a6c6a3c-ea81-4ee0-9f51-8c75266340d0} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3547 | 2025.04.09 19:10:50.584554 [ 259 ] {9a6c6a3c-ea81-4ee0-9f51-8c75266340d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 227.98 KiB/sec. | ||
| 3548 | 2025.04.09 19:10:50.584605 [ 259 ] {9a6c6a3c-ea81-4ee0-9f51-8c75266340d0} <Debug> TCPHandler: Processed in 0.001560893 sec. | ||
| 3549 | 2025.04.09 19:10:50.584731 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3550 | 2025.04.09 19:10:50.584837 [ 259 ] {04288e82-6012-43bb-bac8-f88b3be4206e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3551 | 2025.04.09 19:10:50.584887 [ 259 ] {04288e82-6012-43bb-bac8-f88b3be4206e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3552 | 2025.04.09 19:10:50.585406 [ 259 ] {04288e82-6012-43bb-bac8-f88b3be4206e} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3553 | 2025.04.09 19:10:50.585445 [ 259 ] {04288e82-6012-43bb-bac8-f88b3be4206e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3554 | 2025.04.09 19:10:50.585829 [ 259 ] {04288e82-6012-43bb-bac8-f88b3be4206e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3555 | 2025.04.09 19:10:50.586058 [ 259 ] {04288e82-6012-43bb-bac8-f88b3be4206e} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3556 | 2025.04.09 19:10:50.586316 [ 259 ] {04288e82-6012-43bb-bac8-f88b3be4206e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001494 sec., 158634.53815261042 rows/sec., 10.63 MiB/sec. | ||
| 3557 | 2025.04.09 19:10:50.586496 [ 259 ] {04288e82-6012-43bb-bac8-f88b3be4206e} <Debug> TCPHandler: Processed in 0.0018135 sec. | ||
| 3558 | 2025.04.09 19:10:50.586706 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3559 | 2025.04.09 19:10:50.586814 [ 259 ] {49cc123a-0d75-4a7b-be7e-38edc0448ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3560 | 2025.04.09 19:10:50.586860 [ 259 ] {49cc123a-0d75-4a7b-be7e-38edc0448ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3561 | 2025.04.09 19:10:50.587293 [ 259 ] {49cc123a-0d75-4a7b-be7e-38edc0448ac0} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3562 | 2025.04.09 19:10:50.587331 [ 259 ] {49cc123a-0d75-4a7b-be7e-38edc0448ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3563 | 2025.04.09 19:10:50.587670 [ 259 ] {49cc123a-0d75-4a7b-be7e-38edc0448ac0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3564 | 2025.04.09 19:10:50.587895 [ 259 ] {49cc123a-0d75-4a7b-be7e-38edc0448ac0} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2025.04.09 19:10:50.588190 [ 259 ] {49cc123a-0d75-4a7b-be7e-38edc0448ac0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001373 sec., 728.3321194464676 rows/sec., 49.08 KiB/sec. | ||
| 3566 | 2025.04.09 19:10:50.588292 [ 259 ] {49cc123a-0d75-4a7b-be7e-38edc0448ac0} <Debug> TCPHandler: Processed in 0.001655426 sec. | ||
| 3567 | 2025.04.09 19:10:50.588413 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3568 | 2025.04.09 19:10:50.588519 [ 259 ] {965d7fc4-8e08-43ca-a150-ef8309d8419c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3569 | 2025.04.09 19:10:50.588586 [ 259 ] {965d7fc4-8e08-43ca-a150-ef8309d8419c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3570 | 2025.04.09 19:10:50.589742 [ 259 ] {965d7fc4-8e08-43ca-a150-ef8309d8419c} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2025.04.09 19:10:50.589781 [ 259 ] {965d7fc4-8e08-43ca-a150-ef8309d8419c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3572 | 2025.04.09 19:10:50.590435 [ 259 ] {965d7fc4-8e08-43ca-a150-ef8309d8419c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3573 | 2025.04.09 19:10:50.590682 [ 259 ] {965d7fc4-8e08-43ca-a150-ef8309d8419c} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3574 | 2025.04.09 19:10:50.591019 [ 259 ] {965d7fc4-8e08-43ca-a150-ef8309d8419c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002503 sec., 15581.30243707551 rows/sec., 27.92 MiB/sec. | ||
| 3575 | 2025.04.09 19:10:50.591214 [ 259 ] {965d7fc4-8e08-43ca-a150-ef8309d8419c} <Debug> TCPHandler: Processed in 0.002851679 sec. | ||
| 3576 | 2025.04.09 19:10:50.591347 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3577 | 2025.04.09 19:10:50.591453 [ 259 ] {61501dcc-5b7d-43b0-8e3e-cfd99311cc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3578 | 2025.04.09 19:10:50.591498 [ 259 ] {61501dcc-5b7d-43b0-8e3e-cfd99311cc2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3579 | 2025.04.09 19:10:50.591928 [ 259 ] {61501dcc-5b7d-43b0-8e3e-cfd99311cc2d} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3580 | 2025.04.09 19:10:50.591967 [ 259 ] {61501dcc-5b7d-43b0-8e3e-cfd99311cc2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3581 | 2025.04.09 19:10:50.592319 [ 259 ] {61501dcc-5b7d-43b0-8e3e-cfd99311cc2d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3582 | 2025.04.09 19:10:50.592544 [ 259 ] {61501dcc-5b7d-43b0-8e3e-cfd99311cc2d} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3583 | 2025.04.09 19:10:50.592751 [ 259 ] {61501dcc-5b7d-43b0-8e3e-cfd99311cc2d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00132 sec., 62121.21212121212 rows/sec., 3.95 MiB/sec. | ||
| 3584 | 2025.04.09 19:10:50.592800 [ 259 ] {61501dcc-5b7d-43b0-8e3e-cfd99311cc2d} <Debug> TCPHandler: Processed in 0.001504732 sec. | ||
| 3585 | 2025.04.09 19:10:55.563130 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3586 | 2025.04.09 19:10:55.563342 [ 259 ] {3873f8eb-b884-4408-9113-a0fe3f9232d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3587 | 2025.04.09 19:10:55.563417 [ 259 ] {3873f8eb-b884-4408-9113-a0fe3f9232d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3588 | 2025.04.09 19:10:55.564181 [ 259 ] {3873f8eb-b884-4408-9113-a0fe3f9232d3} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3589 | 2025.04.09 19:10:55.564238 [ 259 ] {3873f8eb-b884-4408-9113-a0fe3f9232d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3590 | 2025.04.09 19:10:55.564682 [ 259 ] {3873f8eb-b884-4408-9113-a0fe3f9232d3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3591 | 2025.04.09 19:10:55.564961 [ 259 ] {3873f8eb-b884-4408-9113-a0fe3f9232d3} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3592 | 2025.04.09 19:10:55.565206 [ 259 ] {3873f8eb-b884-4408-9113-a0fe3f9232d3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001916 sec., 29227.557411273487 rows/sec., 2.25 MiB/sec. | ||
| 3593 | 2025.04.09 19:10:55.565269 [ 259 ] {3873f8eb-b884-4408-9113-a0fe3f9232d3} <Debug> TCPHandler: Processed in 0.002318794 sec. | ||
| 3594 | 2025.04.09 19:10:55.565383 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3595 | 2025.04.09 19:10:55.565492 [ 259 ] {6c48af12-3022-4e0d-b4c5-cd5dc1016083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3596 | 2025.04.09 19:10:55.565540 [ 259 ] {6c48af12-3022-4e0d-b4c5-cd5dc1016083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3597 | 2025.04.09 19:10:55.566101 [ 259 ] {6c48af12-3022-4e0d-b4c5-cd5dc1016083} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3598 | 2025.04.09 19:10:55.566145 [ 259 ] {6c48af12-3022-4e0d-b4c5-cd5dc1016083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3599 | 2025.04.09 19:10:55.566502 [ 259 ] {6c48af12-3022-4e0d-b4c5-cd5dc1016083} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3600 | 2025.04.09 19:10:55.566744 [ 259 ] {6c48af12-3022-4e0d-b4c5-cd5dc1016083} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3601 | 2025.04.09 19:10:55.566967 [ 259 ] {6c48af12-3022-4e0d-b4c5-cd5dc1016083} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001501 sec., 42638.241172551636 rows/sec., 3.33 MiB/sec. | ||
| 3602 | 2025.04.09 19:10:55.567020 [ 259 ] {6c48af12-3022-4e0d-b4c5-cd5dc1016083} <Debug> TCPHandler: Processed in 0.001688327 sec. | ||
| 3603 | 2025.04.09 19:10:55.567136 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3604 | 2025.04.09 19:10:55.567242 [ 259 ] {c14808ae-6983-4ce7-816c-c4fad9f1b44b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3605 | 2025.04.09 19:10:55.567291 [ 259 ] {c14808ae-6983-4ce7-816c-c4fad9f1b44b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3606 | 2025.04.09 19:10:55.567802 [ 259 ] {c14808ae-6983-4ce7-816c-c4fad9f1b44b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3607 | 2025.04.09 19:10:55.567842 [ 259 ] {c14808ae-6983-4ce7-816c-c4fad9f1b44b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3608 | 2025.04.09 19:10:55.568227 [ 259 ] {c14808ae-6983-4ce7-816c-c4fad9f1b44b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3609 | 2025.04.09 19:10:55.568463 [ 259 ] {c14808ae-6983-4ce7-816c-c4fad9f1b44b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3610 | 2025.04.09 19:10:55.568681 [ 259 ] {c14808ae-6983-4ce7-816c-c4fad9f1b44b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001462 sec., 109439.12448700411 rows/sec., 7.62 MiB/sec. | ||
| 3611 | 2025.04.09 19:10:55.568735 [ 259 ] {c14808ae-6983-4ce7-816c-c4fad9f1b44b} <Debug> TCPHandler: Processed in 0.001650346 sec. | ||
| 3612 | 2025.04.09 19:10:55.568875 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3613 | 2025.04.09 19:10:55.568980 [ 259 ] {c64aa5d0-78a7-45b8-a5d6-8a03602abe66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3614 | 2025.04.09 19:10:55.569026 [ 259 ] {c64aa5d0-78a7-45b8-a5d6-8a03602abe66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3615 | 2025.04.09 19:10:55.569460 [ 259 ] {c64aa5d0-78a7-45b8-a5d6-8a03602abe66} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3616 | 2025.04.09 19:10:55.569500 [ 259 ] {c64aa5d0-78a7-45b8-a5d6-8a03602abe66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3617 | 2025.04.09 19:10:55.569859 [ 259 ] {c64aa5d0-78a7-45b8-a5d6-8a03602abe66} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3618 | 2025.04.09 19:10:55.570108 [ 259 ] {c64aa5d0-78a7-45b8-a5d6-8a03602abe66} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3619 | 2025.04.09 19:10:55.570325 [ 259 ] {c64aa5d0-78a7-45b8-a5d6-8a03602abe66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
| 3620 | 2025.04.09 19:10:55.570377 [ 259 ] {c64aa5d0-78a7-45b8-a5d6-8a03602abe66} <Debug> TCPHandler: Processed in 0.001557293 sec. | ||
| 3621 | 2025.04.09 19:10:55.861021 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3622 | 2025.04.09 19:10:55.861675 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3623 | 2025.04.09 19:10:55.861723 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3624 | 2025.04.09 19:10:55.862315 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3625 | 2025.04.09 19:10:55.862590 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3626 | 2025.04.09 19:10:55.862898 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3627 | 2025.04.09 19:10:56.382394 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3628 | 2025.04.09 19:10:56.401795 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3629 | 2025.04.09 19:10:56.401854 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3630 | 2025.04.09 19:10:56.408864 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3631 | 2025.04.09 19:10:56.409663 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3632 | 2025.04.09 19:10:56.412849 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3633 | 2025.04.09 19:10:58.386564 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 528 | ||
| 3634 | 2025.04.09 19:10:58.389623 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3635 | 2025.04.09 19:10:58.389679 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3636 | 2025.04.09 19:10:58.391156 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3637 | 2025.04.09 19:10:58.391482 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3638 | 2025.04.09 19:10:58.392222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 528 | ||
| 3639 | 2025.04.09 19:11:00.571143 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2025.04.09 19:11:00.571351 [ 259 ] {1542876c-a7d2-4a35-b658-76524f4b019f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3641 | 2025.04.09 19:11:00.571425 [ 259 ] {1542876c-a7d2-4a35-b658-76524f4b019f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3642 | 2025.04.09 19:11:00.572347 [ 259 ] {1542876c-a7d2-4a35-b658-76524f4b019f} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2025.04.09 19:11:00.572412 [ 259 ] {1542876c-a7d2-4a35-b658-76524f4b019f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3644 | 2025.04.09 19:11:00.572883 [ 259 ] {1542876c-a7d2-4a35-b658-76524f4b019f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3645 | 2025.04.09 19:11:00.573139 [ 259 ] {1542876c-a7d2-4a35-b658-76524f4b019f} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2025.04.09 19:11:00.573403 [ 259 ] {1542876c-a7d2-4a35-b658-76524f4b019f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002101 sec., 100904.33127082342 rows/sec., 6.42 MiB/sec. | ||
| 3647 | 2025.04.09 19:11:00.573617 [ 259 ] {1542876c-a7d2-4a35-b658-76524f4b019f} <Debug> TCPHandler: Processed in 0.002620172 sec. | ||
| 3648 | 2025.04.09 19:11:00.573780 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3649 | 2025.04.09 19:11:00.573898 [ 259 ] {b632b9c0-283a-43f6-8a32-f435d6808008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3650 | 2025.04.09 19:11:00.573947 [ 259 ] {b632b9c0-283a-43f6-8a32-f435d6808008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3651 | 2025.04.09 19:11:00.574875 [ 259 ] {b632b9c0-283a-43f6-8a32-f435d6808008} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3652 | 2025.04.09 19:11:00.574920 [ 259 ] {b632b9c0-283a-43f6-8a32-f435d6808008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3653 | 2025.04.09 19:11:00.575356 [ 259 ] {b632b9c0-283a-43f6-8a32-f435d6808008} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3654 | 2025.04.09 19:11:00.575601 [ 259 ] {b632b9c0-283a-43f6-8a32-f435d6808008} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3655 | 2025.04.09 19:11:00.575773 [ 105 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3656 | 2025.04.09 19:11:00.575845 [ 259 ] {b632b9c0-283a-43f6-8a32-f435d6808008} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001971 sec., 352612.8868594622 rows/sec., 28.15 MiB/sec. | ||
| 3657 | 2025.04.09 19:11:00.575862 [ 105 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3658 | 2025.04.09 19:11:00.575940 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3659 | 2025.04.09 19:11:00.575999 [ 259 ] {b632b9c0-283a-43f6-8a32-f435d6808008} <Debug> TCPHandler: Processed in 0.002273203 sec. | ||
| 3660 | 2025.04.09 19:11:00.576212 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 3661 | 2025.04.09 19:11:00.576226 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3662 | 2025.04.09 19:11:00.576497 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3663 | 2025.04.09 19:11:00.576507 [ 259 ] {b5404204-af5b-452d-990e-3c92b4eeaf6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3664 | 2025.04.09 19:11:00.576560 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 3665 | 2025.04.09 19:11:00.576599 [ 259 ] {b5404204-af5b-452d-990e-3c92b4eeaf6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3666 | 2025.04.09 19:11:00.576917 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3667 | 2025.04.09 19:11:00.577264 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 3668 | 2025.04.09 19:11:00.577622 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 695 rows starting from the beginning of the part | ||
| 3669 | 2025.04.09 19:11:00.577952 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3670 | 2025.04.09 19:11:00.578313 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 695 rows starting from the beginning of the part | ||
| 3671 | 2025.04.09 19:11:00.579575 [ 259 ] {b5404204-af5b-452d-990e-3c92b4eeaf6a} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3672 | 2025.04.09 19:11:00.579634 [ 259 ] {b5404204-af5b-452d-990e-3c92b4eeaf6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3673 | 2025.04.09 19:11:00.580760 [ 259 ] {b5404204-af5b-452d-990e-3c92b4eeaf6a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3674 | 2025.04.09 19:11:00.581133 [ 259 ] {b5404204-af5b-452d-990e-3c92b4eeaf6a} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3675 | 2025.04.09 19:11:00.581353 [ 105 ] {} <Debug> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3676 | 2025.04.09 19:11:00.581510 [ 105 ] {} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3677 | 2025.04.09 19:11:00.581573 [ 259 ] {b5404204-af5b-452d-990e-3c92b4eeaf6a} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.005135 sec., 28237.585199610516 rows/sec., 1.77 MiB/sec. | ||
| 3678 | 2025.04.09 19:11:00.581599 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3679 | 2025.04.09 19:11:00.581969 [ 259 ] {b5404204-af5b-452d-990e-3c92b4eeaf6a} <Debug> TCPHandler: Processed in 0.00580984 sec. | ||
| 3680 | 2025.04.09 19:11:00.582188 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3400 rows, containing 5 columns (5 merged, 0 gathered) in 0.006117229 sec., 555807.2127101993 rows/sec., 46.94 MiB/sec. | ||
| 3681 | 2025.04.09 19:11:00.582259 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3682 | 2025.04.09 19:11:00.582316 [ 192 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::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 | ||
| 3683 | 2025.04.09 19:11:00.582445 [ 259 ] {1e26a4e6-5cb9-4b9a-877c-7fd55a546d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3684 | 2025.04.09 19:11:00.582594 [ 259 ] {1e26a4e6-5cb9-4b9a-877c-7fd55a546d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3685 | 2025.04.09 19:11:00.582628 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3686 | 2025.04.09 19:11:00.582903 [ 192 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3687 | 2025.04.09 19:11:00.583062 [ 192 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 153 rows starting from the beginning of the part | ||
| 3688 | 2025.04.09 19:11:00.583655 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_26_5} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3689 | 2025.04.09 19:11:00.583743 [ 192 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 144 rows starting from the beginning of the part | ||
| 3690 | 2025.04.09 19:11:00.584041 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_26_5} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3691 | 2025.04.09 19:11:00.584419 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 3692 | 2025.04.09 19:11:00.584504 [ 192 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 145 rows starting from the beginning of the part | ||
| 3693 | 2025.04.09 19:11:00.584751 [ 192 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 147 rows starting from the beginning of the part | ||
| 3694 | 2025.04.09 19:11:00.585135 [ 192 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 145 rows starting from the beginning of the part | ||
| 3695 | 2025.04.09 19:11:00.585494 [ 192 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 145 rows starting from the beginning of the part | ||
| 3696 | 2025.04.09 19:11:00.585981 [ 259 ] {1e26a4e6-5cb9-4b9a-877c-7fd55a546d2d} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3697 | 2025.04.09 19:11:00.586054 [ 259 ] {1e26a4e6-5cb9-4b9a-877c-7fd55a546d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3698 | 2025.04.09 19:11:00.586876 [ 259 ] {1e26a4e6-5cb9-4b9a-877c-7fd55a546d2d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3699 | 2025.04.09 19:11:00.587458 [ 259 ] {1e26a4e6-5cb9-4b9a-877c-7fd55a546d2d} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3700 | 2025.04.09 19:11:00.587792 [ 105 ] {} <Debug> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3701 | 2025.04.09 19:11:00.587889 [ 105 ] {} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3702 | 2025.04.09 19:11:00.587953 [ 259 ] {1e26a4e6-5cb9-4b9a-877c-7fd55a546d2d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005533 sec., 20422.917043195375 rows/sec., 1.32 MiB/sec. | ||
| 3703 | 2025.04.09 19:11:00.587990 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3704 | 2025.04.09 19:11:00.588288 [ 259 ] {1e26a4e6-5cb9-4b9a-877c-7fd55a546d2d} <Debug> TCPHandler: Processed in 0.006118239 sec. | ||
| 3705 | 2025.04.09 19:11:00.588533 [ 190 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 3706 | 2025.04.09 19:11:00.588657 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3707 | 2025.04.09 19:11:00.589039 [ 190 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3708 | 2025.04.09 19:11:00.589032 [ 259 ] {cbd75917-57bf-4958-9d9c-f5ce2fd95340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3709 | 2025.04.09 19:11:00.589140 [ 190 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 3710 | 2025.04.09 19:11:00.589146 [ 192 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 879 rows, containing 5 columns (5 merged, 0 gathered) in 0.006944732 sec., 126570.75895801306 rows/sec., 8.43 MiB/sec. | ||
| 3711 | 2025.04.09 19:11:00.589203 [ 259 ] {cbd75917-57bf-4958-9d9c-f5ce2fd95340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3712 | 2025.04.09 19:11:00.589725 [ 186 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3713 | 2025.04.09 19:11:00.589891 [ 190 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 3714 | 2025.04.09 19:11:00.590523 [ 190 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 3715 | 2025.04.09 19:11:00.591268 [ 190 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 3716 | 2025.04.09 19:11:00.591320 [ 186 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_11_2} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3717 | 2025.04.09 19:11:00.591790 [ 186 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_11_2} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3718 | 2025.04.09 19:11:00.591852 [ 190 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 3719 | 2025.04.09 19:11:00.592209 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3720 | 2025.04.09 19:11:00.592396 [ 190 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 3721 | 2025.04.09 19:11:00.593576 [ 259 ] {cbd75917-57bf-4958-9d9c-f5ce2fd95340} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3722 | 2025.04.09 19:11:00.593640 [ 259 ] {cbd75917-57bf-4958-9d9c-f5ce2fd95340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3723 | 2025.04.09 19:11:00.594653 [ 259 ] {cbd75917-57bf-4958-9d9c-f5ce2fd95340} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3724 | 2025.04.09 19:11:00.595091 [ 186 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.00686616 sec., 165157.81747002693 rows/sec., 11.52 MiB/sec. | ||
| 3725 | 2025.04.09 19:11:00.595178 [ 259 ] {cbd75917-57bf-4958-9d9c-f5ce2fd95340} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3726 | 2025.04.09 19:11:00.595340 [ 186 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3727 | 2025.04.09 19:11:00.595685 [ 259 ] {cbd75917-57bf-4958-9d9c-f5ce2fd95340} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006775 sec., 16531.365313653136 rows/sec., 964.31 KiB/sec. | ||
| 3728 | 2025.04.09 19:11:00.596061 [ 259 ] {cbd75917-57bf-4958-9d9c-f5ce2fd95340} <Debug> TCPHandler: Processed in 0.007512238 sec. | ||
| 3729 | 2025.04.09 19:11:00.596201 [ 186 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_11_2} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3730 | 2025.04.09 19:11:00.596259 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3731 | 2025.04.09 19:11:00.596316 [ 186 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_11_2} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3732 | 2025.04.09 19:11:00.596438 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3733 | 2025.04.09 19:11:00.596446 [ 259 ] {aae9d844-fe66-46ab-95af-dda708f17288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3734 | 2025.04.09 19:11:00.596514 [ 259 ] {aae9d844-fe66-46ab-95af-dda708f17288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3735 | 2025.04.09 19:11:00.597285 [ 259 ] {aae9d844-fe66-46ab-95af-dda708f17288} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3736 | 2025.04.09 19:11:00.597325 [ 259 ] {aae9d844-fe66-46ab-95af-dda708f17288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3737 | 2025.04.09 19:11:00.597709 [ 259 ] {aae9d844-fe66-46ab-95af-dda708f17288} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3738 | 2025.04.09 19:11:00.597953 [ 259 ] {aae9d844-fe66-46ab-95af-dda708f17288} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3739 | 2025.04.09 19:11:00.598115 [ 105 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3740 | 2025.04.09 19:11:00.598198 [ 105 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3741 | 2025.04.09 19:11:00.598200 [ 259 ] {aae9d844-fe66-46ab-95af-dda708f17288} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001826 sec., 230558.59802847754 rows/sec., 16.42 MiB/sec. | ||
| 3742 | 2025.04.09 19:11:00.598240 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3743 | 2025.04.09 19:11:00.598357 [ 259 ] {aae9d844-fe66-46ab-95af-dda708f17288} <Debug> TCPHandler: Processed in 0.00216657 sec. | ||
| 3744 | 2025.04.09 19:11:00.598491 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 3745 | 2025.04.09 19:11:00.598561 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3746 | 2025.04.09 19:11:00.598674 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3747 | 2025.04.09 19:11:00.598770 [ 259 ] {9141fe80-55d8-4410-8a76-c06a4459fcfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3748 | 2025.04.09 19:11:00.598772 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 3749 | 2025.04.09 19:11:00.598847 [ 259 ] {9141fe80-55d8-4410-8a76-c06a4459fcfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3750 | 2025.04.09 19:11:00.599248 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3751 | 2025.04.09 19:11:00.599640 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 3752 | 2025.04.09 19:11:00.599969 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part | ||
| 3753 | 2025.04.09 19:11:00.600296 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3754 | 2025.04.09 19:11:00.600650 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 421 rows starting from the beginning of the part | ||
| 3755 | 2025.04.09 19:11:00.601136 [ 259 ] {9141fe80-55d8-4410-8a76-c06a4459fcfd} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3756 | 2025.04.09 19:11:00.601205 [ 259 ] {9141fe80-55d8-4410-8a76-c06a4459fcfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3757 | 2025.04.09 19:11:00.602050 [ 259 ] {9141fe80-55d8-4410-8a76-c06a4459fcfd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3758 | 2025.04.09 19:11:00.602630 [ 259 ] {9141fe80-55d8-4410-8a76-c06a4459fcfd} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3759 | 2025.04.09 19:11:00.602933 [ 105 ] {} <Debug> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3760 | 2025.04.09 19:11:00.603029 [ 105 ] {} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3761 | 2025.04.09 19:11:00.603105 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3762 | 2025.04.09 19:11:00.603313 [ 259 ] {9141fe80-55d8-4410-8a76-c06a4459fcfd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004572 sec., 1312.3359580052495 rows/sec., 68.56 KiB/sec. | ||
| 3763 | 2025.04.09 19:11:00.603485 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 3764 | 2025.04.09 19:11:00.603521 [ 259 ] {9141fe80-55d8-4410-8a76-c06a4459fcfd} <Debug> TCPHandler: Processed in 0.005015409 sec. | ||
| 3765 | 2025.04.09 19:11:00.603845 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3766 | 2025.04.09 19:11:00.603949 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3767 | 2025.04.09 19:11:00.604086 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 3768 | 2025.04.09 19:11:00.604202 [ 259 ] {c971a870-655a-430c-9da3-470ba11b185a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3769 | 2025.04.09 19:11:00.604454 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 3770 | 2025.04.09 19:11:00.604475 [ 259 ] {c971a870-655a-430c-9da3-470ba11b185a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3771 | 2025.04.09 19:11:00.604877 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 3772 | 2025.04.09 19:11:00.605298 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 3773 | 2025.04.09 19:11:00.605456 [ 190 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.007049905 sec., 275606.5507265701 rows/sec., 21.05 MiB/sec. | ||
| 3774 | 2025.04.09 19:11:00.605760 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 3775 | 2025.04.09 19:11:00.606208 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3776 | 2025.04.09 19:11:00.606233 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 3777 | 2025.04.09 19:11:00.607276 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_26_5} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2025.04.09 19:11:00.607607 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_26_5} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3779 | 2025.04.09 19:11:00.607882 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3780 | 2025.04.09 19:11:00.608531 [ 259 ] {c971a870-655a-430c-9da3-470ba11b185a} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3781 | 2025.04.09 19:11:00.608611 [ 259 ] {c971a870-655a-430c-9da3-470ba11b185a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3782 | 2025.04.09 19:11:00.609360 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006108469 sec., 10804.671350546267 rows/sec., 564.50 KiB/sec. | ||
| 3783 | 2025.04.09 19:11:00.609533 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3784 | 2025.04.09 19:11:00.609634 [ 259 ] {c971a870-655a-430c-9da3-470ba11b185a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3785 | 2025.04.09 19:11:00.609997 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_11_2} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2025.04.09 19:11:00.610141 [ 259 ] {c971a870-655a-430c-9da3-470ba11b185a} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3787 | 2025.04.09 19:11:00.610192 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_11_2} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3788 | 2025.04.09 19:11:00.610326 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3789 | 2025.04.09 19:11:00.610440 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3790 | 2025.04.09 19:11:00.610517 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3791 | 2025.04.09 19:11:00.610551 [ 259 ] {c971a870-655a-430c-9da3-470ba11b185a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006488 sec., 36528.97657213317 rows/sec., 2.45 MiB/sec. | ||
| 3792 | 2025.04.09 19:11:00.610567 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3793 | 2025.04.09 19:11:00.610808 [ 259 ] {c971a870-655a-430c-9da3-470ba11b185a} <Debug> TCPHandler: Processed in 0.007071936 sec. | ||
| 3794 | 2025.04.09 19:11:00.611025 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 3795 | 2025.04.09 19:11:00.611151 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3796 | 2025.04.09 19:11:00.611522 [ 259 ] {49c5df0c-ed93-414d-9aab-2e396029a433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3797 | 2025.04.09 19:11:00.611539 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3798 | 2025.04.09 19:11:00.611655 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7354 rows starting from the beginning of the part | ||
| 3799 | 2025.04.09 19:11:00.611673 [ 259 ] {49c5df0c-ed93-414d-9aab-2e396029a433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3800 | 2025.04.09 19:11:00.611978 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part | ||
| 3801 | 2025.04.09 19:11:00.612324 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 3802 | 2025.04.09 19:11:00.612663 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 3803 | 2025.04.09 19:11:00.612953 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 3804 | 2025.04.09 19:11:00.613224 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 3805 | 2025.04.09 19:11:00.614321 [ 259 ] {49c5df0c-ed93-414d-9aab-2e396029a433} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3806 | 2025.04.09 19:11:00.614381 [ 259 ] {49c5df0c-ed93-414d-9aab-2e396029a433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3807 | 2025.04.09 19:11:00.615358 [ 259 ] {49c5df0c-ed93-414d-9aab-2e396029a433} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3808 | 2025.04.09 19:11:00.615907 [ 259 ] {49c5df0c-ed93-414d-9aab-2e396029a433} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3809 | 2025.04.09 19:11:00.616590 [ 259 ] {49c5df0c-ed93-414d-9aab-2e396029a433} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005186 sec., 192.8268414963363 rows/sec., 12.99 KiB/sec. | ||
| 3810 | 2025.04.09 19:11:00.616690 [ 259 ] {49c5df0c-ed93-414d-9aab-2e396029a433} <Debug> TCPHandler: Processed in 0.005661537 sec. | ||
| 3811 | 2025.04.09 19:11:00.616820 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3812 | 2025.04.09 19:11:00.616950 [ 259 ] {e4a1d038-a388-410a-95ba-6bb0bcc9e8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3813 | 2025.04.09 19:11:00.617029 [ 259 ] {e4a1d038-a388-410a-95ba-6bb0bcc9e8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3814 | 2025.04.09 19:11:00.618004 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8276 rows, containing 5 columns (5 merged, 0 gathered) in 0.007299142 sec., 1133831.894214416 rows/sec., 76.54 MiB/sec. | ||
| 3815 | 2025.04.09 19:11:00.618278 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3816 | 2025.04.09 19:11:00.618703 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3817 | 2025.04.09 19:11:00.618889 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3818 | 2025.04.09 19:11:00.619056 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
| 3819 | 2025.04.09 19:11:00.619447 [ 259 ] {e4a1d038-a388-410a-95ba-6bb0bcc9e8a3} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3820 | 2025.04.09 19:11:00.619493 [ 259 ] {e4a1d038-a388-410a-95ba-6bb0bcc9e8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3821 | 2025.04.09 19:11:00.620203 [ 259 ] {e4a1d038-a388-410a-95ba-6bb0bcc9e8a3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3822 | 2025.04.09 19:11:00.620474 [ 259 ] {e4a1d038-a388-410a-95ba-6bb0bcc9e8a3} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3823 | 2025.04.09 19:11:00.620657 [ 105 ] {} <Debug> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3824 | 2025.04.09 19:11:00.620727 [ 105 ] {} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3825 | 2025.04.09 19:11:00.620756 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3826 | 2025.04.09 19:11:00.620793 [ 259 ] {e4a1d038-a388-410a-95ba-6bb0bcc9e8a3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003865 sec., 10090.556274256145 rows/sec., 18.08 MiB/sec. | ||
| 3827 | 2025.04.09 19:11:00.621369 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::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 | ||
| 3828 | 2025.04.09 19:11:00.621516 [ 259 ] {e4a1d038-a388-410a-95ba-6bb0bcc9e8a3} <Debug> TCPHandler: Processed in 0.004755592 sec. | ||
| 3829 | 2025.04.09 19:11:00.621801 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3830 | 2025.04.09 19:11:00.622000 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3831 | 2025.04.09 19:11:00.622031 [ 259 ] {bf97dba9-fd91-44e7-a36c-497d8ed436a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3832 | 2025.04.09 19:11:00.622147 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 129 rows starting from the beginning of the part | ||
| 3833 | 2025.04.09 19:11:00.622156 [ 259 ] {bf97dba9-fd91-44e7-a36c-497d8ed436a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3834 | 2025.04.09 19:11:00.623090 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part | ||
| 3835 | 2025.04.09 19:11:00.623878 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 3836 | 2025.04.09 19:11:00.624681 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 3837 | 2025.04.09 19:11:00.624686 [ 259 ] {bf97dba9-fd91-44e7-a36c-497d8ed436a2} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3838 | 2025.04.09 19:11:00.624772 [ 259 ] {bf97dba9-fd91-44e7-a36c-497d8ed436a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3839 | 2025.04.09 19:11:00.625343 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 3840 | 2025.04.09 19:11:00.626049 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 3841 | 2025.04.09 19:11:00.626300 [ 259 ] {bf97dba9-fd91-44e7-a36c-497d8ed436a2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3842 | 2025.04.09 19:11:00.627092 [ 259 ] {bf97dba9-fd91-44e7-a36c-497d8ed436a2} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3843 | 2025.04.09 19:11:00.627366 [ 105 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3844 | 2025.04.09 19:11:00.627478 [ 105 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3845 | 2025.04.09 19:11:00.627555 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3846 | 2025.04.09 19:11:00.627877 [ 259 ] {bf97dba9-fd91-44e7-a36c-497d8ed436a2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005848 sec., 14021.887824897402 rows/sec., 911.94 KiB/sec. | ||
| 3847 | 2025.04.09 19:11:00.628341 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 3848 | 2025.04.09 19:11:00.628433 [ 259 ] {bf97dba9-fd91-44e7-a36c-497d8ed436a2} <Debug> TCPHandler: Processed in 0.006713426 sec. | ||
| 3849 | 2025.04.09 19:11:00.629002 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3850 | 2025.04.09 19:11:00.629059 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part | ||
| 3851 | 2025.04.09 19:11:00.629177 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 3852 | 2025.04.09 19:11:00.629525 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 3853 | 2025.04.09 19:11:00.629927 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 3854 | 2025.04.09 19:11:00.630369 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 3855 | 2025.04.09 19:11:00.630718 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 3856 | 2025.04.09 19:11:00.632888 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.005159562 sec., 312041.99116126524 rows/sec., 20.35 MiB/sec. | ||
| 3857 | 2025.04.09 19:11:00.633238 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3858 | 2025.04.09 19:11:00.633568 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_26_5} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3859 | 2025.04.09 19:11:00.633646 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_26_5} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3860 | 2025.04.09 19:11:00.633717 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3861 | 2025.04.09 19:11:00.634005 [ 191 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 323 rows, containing 19 columns (19 merged, 0 gathered) in 0.013175375 sec., 24515.431249584926 rows/sec., 43.93 MiB/sec. | ||
| 3862 | 2025.04.09 19:11:00.634637 [ 188 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3863 | 2025.04.09 19:11:00.635171 [ 188 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3864 | 2025.04.09 19:11:00.635274 [ 188 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3865 | 2025.04.09 19:11:00.635433 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. | ||
| 3866 | 2025.04.09 19:11:03.273712 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3867 | 2025.04.09 19:11:03.273766 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3868 | 2025.04.09 19:11:03.363060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3869 | 2025.04.09 19:11:03.363772 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3870 | 2025.04.09 19:11:03.363808 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3871 | 2025.04.09 19:11:03.364336 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3872 | 2025.04.09 19:11:03.364592 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3873 | 2025.04.09 19:11:03.364775 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3874 | 2025.04.09 19:11:03.912940 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3875 | 2025.04.09 19:11:03.933707 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3876 | 2025.04.09 19:11:03.933772 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3877 | 2025.04.09 19:11:03.941484 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3878 | 2025.04.09 19:11:03.942270 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3879 | 2025.04.09 19:11:03.945181 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3880 | 2025.04.09 19:11:05.563423 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3881 | 2025.04.09 19:11:05.563626 [ 259 ] {d2fcf1d0-0404-49c7-8843-1d799972e30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3882 | 2025.04.09 19:11:05.563697 [ 259 ] {d2fcf1d0-0404-49c7-8843-1d799972e30f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3883 | 2025.04.09 19:11:05.564464 [ 259 ] {d2fcf1d0-0404-49c7-8843-1d799972e30f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3884 | 2025.04.09 19:11:05.564512 [ 259 ] {d2fcf1d0-0404-49c7-8843-1d799972e30f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3885 | 2025.04.09 19:11:05.564949 [ 259 ] {d2fcf1d0-0404-49c7-8843-1d799972e30f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3886 | 2025.04.09 19:11:05.565204 [ 259 ] {d2fcf1d0-0404-49c7-8843-1d799972e30f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3887 | 2025.04.09 19:11:05.565429 [ 259 ] {d2fcf1d0-0404-49c7-8843-1d799972e30f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001856 sec., 30172.41379310345 rows/sec., 2.32 MiB/sec. | ||
| 3888 | 2025.04.09 19:11:05.565484 [ 259 ] {d2fcf1d0-0404-49c7-8843-1d799972e30f} <Debug> TCPHandler: Processed in 0.00219866 sec. | ||
| 3889 | 2025.04.09 19:11:05.565606 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3890 | 2025.04.09 19:11:05.565712 [ 259 ] {82804f22-71e0-46d7-bee9-18270cf3d08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3891 | 2025.04.09 19:11:05.565757 [ 259 ] {82804f22-71e0-46d7-bee9-18270cf3d08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3892 | 2025.04.09 19:11:05.566303 [ 259 ] {82804f22-71e0-46d7-bee9-18270cf3d08e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3893 | 2025.04.09 19:11:05.566342 [ 259 ] {82804f22-71e0-46d7-bee9-18270cf3d08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3894 | 2025.04.09 19:11:05.566703 [ 259 ] {82804f22-71e0-46d7-bee9-18270cf3d08e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3895 | 2025.04.09 19:11:05.566941 [ 259 ] {82804f22-71e0-46d7-bee9-18270cf3d08e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3896 | 2025.04.09 19:11:05.567152 [ 259 ] {82804f22-71e0-46d7-bee9-18270cf3d08e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001461 sec., 43805.61259411362 rows/sec., 3.42 MiB/sec. | ||
| 3897 | 2025.04.09 19:11:05.567203 [ 259 ] {82804f22-71e0-46d7-bee9-18270cf3d08e} <Debug> TCPHandler: Processed in 0.001650876 sec. | ||
| 3898 | 2025.04.09 19:11:05.567325 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3899 | 2025.04.09 19:11:05.567437 [ 259 ] {6fffe35a-1f67-4c1c-a9a3-ca42979d536b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3900 | 2025.04.09 19:11:05.567485 [ 259 ] {6fffe35a-1f67-4c1c-a9a3-ca42979d536b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3901 | 2025.04.09 19:11:05.568002 [ 259 ] {6fffe35a-1f67-4c1c-a9a3-ca42979d536b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3902 | 2025.04.09 19:11:05.568041 [ 259 ] {6fffe35a-1f67-4c1c-a9a3-ca42979d536b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3903 | 2025.04.09 19:11:05.568431 [ 259 ] {6fffe35a-1f67-4c1c-a9a3-ca42979d536b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3904 | 2025.04.09 19:11:05.568674 [ 259 ] {6fffe35a-1f67-4c1c-a9a3-ca42979d536b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3905 | 2025.04.09 19:11:05.568919 [ 259 ] {6fffe35a-1f67-4c1c-a9a3-ca42979d536b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001502 sec., 106524.63382157123 rows/sec., 7.42 MiB/sec. | ||
| 3906 | 2025.04.09 19:11:05.569153 [ 259 ] {6fffe35a-1f67-4c1c-a9a3-ca42979d536b} <Debug> TCPHandler: Processed in 0.001877262 sec. | ||
| 3907 | 2025.04.09 19:11:05.569328 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3908 | 2025.04.09 19:11:05.569433 [ 259 ] {c8490867-e325-4d55-b33e-14b9bef4aa2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3909 | 2025.04.09 19:11:05.569482 [ 259 ] {c8490867-e325-4d55-b33e-14b9bef4aa2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3910 | 2025.04.09 19:11:05.569957 [ 259 ] {c8490867-e325-4d55-b33e-14b9bef4aa2d} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3911 | 2025.04.09 19:11:05.569995 [ 259 ] {c8490867-e325-4d55-b33e-14b9bef4aa2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3912 | 2025.04.09 19:11:05.570357 [ 259 ] {c8490867-e325-4d55-b33e-14b9bef4aa2d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3913 | 2025.04.09 19:11:05.570597 [ 259 ] {c8490867-e325-4d55-b33e-14b9bef4aa2d} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3914 | 2025.04.09 19:11:05.570798 [ 259 ] {c8490867-e325-4d55-b33e-14b9bef4aa2d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 3915 | 2025.04.09 19:11:05.570846 [ 259 ] {c8490867-e325-4d55-b33e-14b9bef4aa2d} <Debug> TCPHandler: Processed in 0.001571014 sec. | ||
| 3916 | 2025.04.09 19:11:05.949765 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3917 | 2025.04.09 19:11:05.949953 [ 259 ] {bafdb569-60da-4eb2-8105-489ef1fe7603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3918 | 2025.04.09 19:11:05.950024 [ 259 ] {bafdb569-60da-4eb2-8105-489ef1fe7603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3919 | 2025.04.09 19:11:05.950858 [ 259 ] {bafdb569-60da-4eb2-8105-489ef1fe7603} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3920 | 2025.04.09 19:11:05.950909 [ 259 ] {bafdb569-60da-4eb2-8105-489ef1fe7603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3921 | 2025.04.09 19:11:05.951363 [ 259 ] {bafdb569-60da-4eb2-8105-489ef1fe7603} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3922 | 2025.04.09 19:11:05.951627 [ 259 ] {bafdb569-60da-4eb2-8105-489ef1fe7603} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3923 | 2025.04.09 19:11:05.951865 [ 259 ] {bafdb569-60da-4eb2-8105-489ef1fe7603} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001963 sec., 107997.96230259807 rows/sec., 6.87 MiB/sec. | ||
| 3924 | 2025.04.09 19:11:05.951920 [ 259 ] {bafdb569-60da-4eb2-8105-489ef1fe7603} <Debug> TCPHandler: Processed in 0.002300873 sec. | ||
| 3925 | 2025.04.09 19:11:05.952048 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3926 | 2025.04.09 19:11:05.952162 [ 259 ] {6496ef25-90e8-4358-ba10-4f35cd69ce8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3927 | 2025.04.09 19:11:05.952208 [ 259 ] {6496ef25-90e8-4358-ba10-4f35cd69ce8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3928 | 2025.04.09 19:11:05.952743 [ 259 ] {6496ef25-90e8-4358-ba10-4f35cd69ce8d} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3929 | 2025.04.09 19:11:05.952783 [ 259 ] {6496ef25-90e8-4358-ba10-4f35cd69ce8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3930 | 2025.04.09 19:11:05.953150 [ 259 ] {6496ef25-90e8-4358-ba10-4f35cd69ce8d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3931 | 2025.04.09 19:11:05.953387 [ 259 ] {6496ef25-90e8-4358-ba10-4f35cd69ce8d} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3932 | 2025.04.09 19:11:05.953641 [ 259 ] {6496ef25-90e8-4358-ba10-4f35cd69ce8d} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001496 sec., 10695.187165775402 rows/sec., 872.12 KiB/sec. | ||
| 3933 | 2025.04.09 19:11:05.953794 [ 259 ] {6496ef25-90e8-4358-ba10-4f35cd69ce8d} <Debug> TCPHandler: Processed in 0.00179946 sec. | ||
| 3934 | 2025.04.09 19:11:05.953934 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3935 | 2025.04.09 19:11:05.954040 [ 259 ] {3ed5750e-7a66-4a24-8118-e514dd148f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3936 | 2025.04.09 19:11:05.954084 [ 259 ] {3ed5750e-7a66-4a24-8118-e514dd148f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3937 | 2025.04.09 19:11:05.955469 [ 259 ] {3ed5750e-7a66-4a24-8118-e514dd148f61} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2025.04.09 19:11:05.955509 [ 259 ] {3ed5750e-7a66-4a24-8118-e514dd148f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3939 | 2025.04.09 19:11:05.956002 [ 259 ] {3ed5750e-7a66-4a24-8118-e514dd148f61} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3940 | 2025.04.09 19:11:05.956242 [ 259 ] {3ed5750e-7a66-4a24-8118-e514dd148f61} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3941 | 2025.04.09 19:11:05.956448 [ 259 ] {3ed5750e-7a66-4a24-8118-e514dd148f61} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.00243 sec., 758436.2139917696 rows/sec., 61.88 MiB/sec. | ||
| 3942 | 2025.04.09 19:11:05.956503 [ 259 ] {3ed5750e-7a66-4a24-8118-e514dd148f61} <Debug> TCPHandler: Processed in 0.002619072 sec. | ||
| 3943 | 2025.04.09 19:11:05.956618 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3944 | 2025.04.09 19:11:05.956724 [ 259 ] {6c9c3bf1-a132-4913-bf22-a369c89d80ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3945 | 2025.04.09 19:11:05.956769 [ 259 ] {6c9c3bf1-a132-4913-bf22-a369c89d80ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3946 | 2025.04.09 19:11:05.957343 [ 259 ] {6c9c3bf1-a132-4913-bf22-a369c89d80ff} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3947 | 2025.04.09 19:11:05.957382 [ 259 ] {6c9c3bf1-a132-4913-bf22-a369c89d80ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3948 | 2025.04.09 19:11:05.957732 [ 259 ] {6c9c3bf1-a132-4913-bf22-a369c89d80ff} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3949 | 2025.04.09 19:11:05.957964 [ 259 ] {6c9c3bf1-a132-4913-bf22-a369c89d80ff} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3950 | 2025.04.09 19:11:05.958169 [ 259 ] {6c9c3bf1-a132-4913-bf22-a369c89d80ff} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001468 sec., 109673.02452316077 rows/sec., 6.94 MiB/sec. | ||
| 3951 | 2025.04.09 19:11:05.958222 [ 259 ] {6c9c3bf1-a132-4913-bf22-a369c89d80ff} <Debug> TCPHandler: Processed in 0.001655696 sec. | ||
| 3952 | 2025.04.09 19:11:05.958326 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3953 | 2025.04.09 19:11:05.958428 [ 259 ] {f6d6ff58-9a94-4fc7-955c-507923d68a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3954 | 2025.04.09 19:11:05.958472 [ 259 ] {f6d6ff58-9a94-4fc7-955c-507923d68a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3955 | 2025.04.09 19:11:05.959107 [ 259 ] {f6d6ff58-9a94-4fc7-955c-507923d68a7e} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3956 | 2025.04.09 19:11:05.959146 [ 259 ] {f6d6ff58-9a94-4fc7-955c-507923d68a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3957 | 2025.04.09 19:11:05.959510 [ 259 ] {f6d6ff58-9a94-4fc7-955c-507923d68a7e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3958 | 2025.04.09 19:11:05.959742 [ 259 ] {f6d6ff58-9a94-4fc7-955c-507923d68a7e} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3959 | 2025.04.09 19:11:05.959946 [ 259 ] {f6d6ff58-9a94-4fc7-955c-507923d68a7e} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001539 sec., 221572.44964262508 rows/sec., 14.78 MiB/sec. | ||
| 3960 | 2025.04.09 19:11:05.959998 [ 259 ] {f6d6ff58-9a94-4fc7-955c-507923d68a7e} <Debug> TCPHandler: Processed in 0.001723028 sec. | ||
| 3961 | 2025.04.09 19:11:05.960129 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2025.04.09 19:11:05.960234 [ 259 ] {6858eec3-7a41-449c-9401-6e9359650c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3963 | 2025.04.09 19:11:05.960278 [ 259 ] {6858eec3-7a41-449c-9401-6e9359650c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3964 | 2025.04.09 19:11:05.960838 [ 259 ] {6858eec3-7a41-449c-9401-6e9359650c4a} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3965 | 2025.04.09 19:11:05.960877 [ 259 ] {6858eec3-7a41-449c-9401-6e9359650c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3966 | 2025.04.09 19:11:05.961226 [ 259 ] {6858eec3-7a41-449c-9401-6e9359650c4a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3967 | 2025.04.09 19:11:05.961454 [ 259 ] {6858eec3-7a41-449c-9401-6e9359650c4a} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3968 | 2025.04.09 19:11:05.961663 [ 259 ] {6858eec3-7a41-449c-9401-6e9359650c4a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001452 sec., 77134.98622589532 rows/sec., 4.39 MiB/sec. | ||
| 3969 | 2025.04.09 19:11:05.961717 [ 259 ] {6858eec3-7a41-449c-9401-6e9359650c4a} <Debug> TCPHandler: Processed in 0.001640045 sec. | ||
| 3970 | 2025.04.09 19:11:05.961851 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3971 | 2025.04.09 19:11:05.961985 [ 259 ] {989e935e-0a0d-47d9-8c07-9721f49ae052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3972 | 2025.04.09 19:11:05.962041 [ 259 ] {989e935e-0a0d-47d9-8c07-9721f49ae052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3973 | 2025.04.09 19:11:05.962947 [ 259 ] {989e935e-0a0d-47d9-8c07-9721f49ae052} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3974 | 2025.04.09 19:11:05.962989 [ 259 ] {989e935e-0a0d-47d9-8c07-9721f49ae052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3975 | 2025.04.09 19:11:05.963396 [ 259 ] {989e935e-0a0d-47d9-8c07-9721f49ae052} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3976 | 2025.04.09 19:11:05.963638 [ 259 ] {989e935e-0a0d-47d9-8c07-9721f49ae052} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3977 | 2025.04.09 19:11:05.963847 [ 259 ] {989e935e-0a0d-47d9-8c07-9721f49ae052} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.001892 sec., 471987.3150105708 rows/sec., 34.22 MiB/sec. | ||
| 3978 | 2025.04.09 19:11:05.963901 [ 259 ] {989e935e-0a0d-47d9-8c07-9721f49ae052} <Debug> TCPHandler: Processed in 0.002116389 sec. | ||
| 3979 | 2025.04.09 19:11:05.964039 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3980 | 2025.04.09 19:11:05.964145 [ 259 ] {4e44847e-bd10-4c15-a6aa-1549f0a5762f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3981 | 2025.04.09 19:11:05.964191 [ 259 ] {4e44847e-bd10-4c15-a6aa-1549f0a5762f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3982 | 2025.04.09 19:11:05.964638 [ 259 ] {4e44847e-bd10-4c15-a6aa-1549f0a5762f} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2025.04.09 19:11:05.964677 [ 259 ] {4e44847e-bd10-4c15-a6aa-1549f0a5762f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3984 | 2025.04.09 19:11:05.965037 [ 259 ] {4e44847e-bd10-4c15-a6aa-1549f0a5762f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3985 | 2025.04.09 19:11:05.965274 [ 259 ] {4e44847e-bd10-4c15-a6aa-1549f0a5762f} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3986 | 2025.04.09 19:11:05.965548 [ 259 ] {4e44847e-bd10-4c15-a6aa-1549f0a5762f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 224.55 KiB/sec. | ||
| 3987 | 2025.04.09 19:11:05.965688 [ 259 ] {4e44847e-bd10-4c15-a6aa-1549f0a5762f} <Debug> TCPHandler: Processed in 0.001700327 sec. | ||
| 3988 | 2025.04.09 19:11:05.965830 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3989 | 2025.04.09 19:11:05.965937 [ 259 ] {532e5fd4-433c-4597-a7f3-292a0c08a6a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3990 | 2025.04.09 19:11:05.965987 [ 259 ] {532e5fd4-433c-4597-a7f3-292a0c08a6a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3991 | 2025.04.09 19:11:05.966711 [ 259 ] {532e5fd4-433c-4597-a7f3-292a0c08a6a0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2025.04.09 19:11:05.966751 [ 259 ] {532e5fd4-433c-4597-a7f3-292a0c08a6a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3993 | 2025.04.09 19:11:05.967197 [ 259 ] {532e5fd4-433c-4597-a7f3-292a0c08a6a0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3994 | 2025.04.09 19:11:05.967438 [ 259 ] {532e5fd4-433c-4597-a7f3-292a0c08a6a0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3995 | 2025.04.09 19:11:05.967645 [ 259 ] {532e5fd4-433c-4597-a7f3-292a0c08a6a0} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.00173 sec., 556647.3988439307 rows/sec., 36.99 MiB/sec. | ||
| 3996 | 2025.04.09 19:11:05.967699 [ 259 ] {532e5fd4-433c-4597-a7f3-292a0c08a6a0} <Debug> TCPHandler: Processed in 0.001921513 sec. | ||
| 3997 | 2025.04.09 19:11:05.967804 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3998 | 2025.04.09 19:11:05.967907 [ 259 ] {88bde77a-f3da-4c12-a864-006e6580ca52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3999 | 2025.04.09 19:11:05.967955 [ 259 ] {88bde77a-f3da-4c12-a864-006e6580ca52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4000 | 2025.04.09 19:11:05.968391 [ 259 ] {88bde77a-f3da-4c12-a864-006e6580ca52} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4001 | 2025.04.09 19:11:05.968431 [ 259 ] {88bde77a-f3da-4c12-a864-006e6580ca52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4002 | 2025.04.09 19:11:05.968782 [ 259 ] {88bde77a-f3da-4c12-a864-006e6580ca52} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4003 | 2025.04.09 19:11:05.969013 [ 259 ] {88bde77a-f3da-4c12-a864-006e6580ca52} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4004 | 2025.04.09 19:11:05.969211 [ 259 ] {88bde77a-f3da-4c12-a864-006e6580ca52} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001325 sec., 754.7169811320755 rows/sec., 50.85 KiB/sec. | ||
| 4005 | 2025.04.09 19:11:05.969260 [ 259 ] {88bde77a-f3da-4c12-a864-006e6580ca52} <Debug> TCPHandler: Processed in 0.001507092 sec. | ||
| 4006 | 2025.04.09 19:11:05.969393 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4007 | 2025.04.09 19:11:05.969499 [ 259 ] {19142e58-0f28-47e2-8f67-d6922c627738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4008 | 2025.04.09 19:11:05.969566 [ 259 ] {19142e58-0f28-47e2-8f67-d6922c627738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4009 | 2025.04.09 19:11:05.970699 [ 259 ] {19142e58-0f28-47e2-8f67-d6922c627738} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4010 | 2025.04.09 19:11:05.970737 [ 259 ] {19142e58-0f28-47e2-8f67-d6922c627738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4011 | 2025.04.09 19:11:05.971364 [ 259 ] {19142e58-0f28-47e2-8f67-d6922c627738} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4012 | 2025.04.09 19:11:05.971618 [ 259 ] {19142e58-0f28-47e2-8f67-d6922c627738} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2025.04.09 19:11:05.971938 [ 259 ] {19142e58-0f28-47e2-8f67-d6922c627738} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002438 sec., 15996.718621821165 rows/sec., 28.67 MiB/sec. | ||
| 4014 | 2025.04.09 19:11:05.972129 [ 259 ] {19142e58-0f28-47e2-8f67-d6922c627738} <Debug> TCPHandler: Processed in 0.002787087 sec. | ||
| 4015 | 2025.04.09 19:11:05.972246 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4016 | 2025.04.09 19:11:05.972351 [ 259 ] {0b1afaf4-20ca-41e3-9592-533a4d43363c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4017 | 2025.04.09 19:11:05.972396 [ 259 ] {0b1afaf4-20ca-41e3-9592-533a4d43363c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4018 | 2025.04.09 19:11:05.972828 [ 259 ] {0b1afaf4-20ca-41e3-9592-533a4d43363c} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4019 | 2025.04.09 19:11:05.972867 [ 259 ] {0b1afaf4-20ca-41e3-9592-533a4d43363c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4020 | 2025.04.09 19:11:05.973303 [ 259 ] {0b1afaf4-20ca-41e3-9592-533a4d43363c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4021 | 2025.04.09 19:11:05.973566 [ 259 ] {0b1afaf4-20ca-41e3-9592-533a4d43363c} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4022 | 2025.04.09 19:11:05.973803 [ 259 ] {0b1afaf4-20ca-41e3-9592-533a4d43363c} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001475 sec., 23050.84745762712 rows/sec., 1.34 MiB/sec. | ||
| 4023 | 2025.04.09 19:11:05.974012 [ 259 ] {0b1afaf4-20ca-41e3-9592-533a4d43363c} <Debug> TCPHandler: Processed in 0.00181312 sec. | ||
| 4024 | 2025.04.09 19:11:06.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.74 MiB, peak 188.21 MiB, free memory in arenas 0.00 B, will set to 181.63 MiB (RSS), difference: -1.11 MiB | ||
| 4025 | 2025.04.09 19:11:08.392428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 582 | ||
| 4026 | 2025.04.09 19:11:08.395820 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4027 | 2025.04.09 19:11:08.395868 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4028 | 2025.04.09 19:11:08.397319 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4029 | 2025.04.09 19:11:08.397632 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4030 | 2025.04.09 19:11:08.398703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 582 | ||
| 4031 | 2025.04.09 19:11:10.561907 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4032 | 2025.04.09 19:11:10.562101 [ 259 ] {082ee48a-8564-48c6-a0d9-aaa492807aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4033 | 2025.04.09 19:11:10.562170 [ 259 ] {082ee48a-8564-48c6-a0d9-aaa492807aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4034 | 2025.04.09 19:11:10.562936 [ 259 ] {082ee48a-8564-48c6-a0d9-aaa492807aab} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4035 | 2025.04.09 19:11:10.562977 [ 259 ] {082ee48a-8564-48c6-a0d9-aaa492807aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4036 | 2025.04.09 19:11:10.563409 [ 259 ] {082ee48a-8564-48c6-a0d9-aaa492807aab} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4037 | 2025.04.09 19:11:10.563663 [ 259 ] {082ee48a-8564-48c6-a0d9-aaa492807aab} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4038 | 2025.04.09 19:11:10.563855 [ 259 ] {082ee48a-8564-48c6-a0d9-aaa492807aab} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001803 sec., 31059.34553521908 rows/sec., 2.39 MiB/sec. | ||
| 4039 | 2025.04.09 19:11:10.563909 [ 259 ] {082ee48a-8564-48c6-a0d9-aaa492807aab} <Debug> TCPHandler: Processed in 0.002127079 sec. | ||
| 4040 | 2025.04.09 19:11:10.564033 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4041 | 2025.04.09 19:11:10.564141 [ 259 ] {d40a66b1-73a0-48c5-94d1-9438a4898ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4042 | 2025.04.09 19:11:10.564186 [ 259 ] {d40a66b1-73a0-48c5-94d1-9438a4898ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4043 | 2025.04.09 19:11:10.564758 [ 259 ] {d40a66b1-73a0-48c5-94d1-9438a4898ef3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4044 | 2025.04.09 19:11:10.564795 [ 259 ] {d40a66b1-73a0-48c5-94d1-9438a4898ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4045 | 2025.04.09 19:11:10.565143 [ 259 ] {d40a66b1-73a0-48c5-94d1-9438a4898ef3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4046 | 2025.04.09 19:11:10.565377 [ 259 ] {d40a66b1-73a0-48c5-94d1-9438a4898ef3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4047 | 2025.04.09 19:11:10.565550 [ 259 ] {d40a66b1-73a0-48c5-94d1-9438a4898ef3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001432 sec., 44692.7374301676 rows/sec., 3.49 MiB/sec. | ||
| 4048 | 2025.04.09 19:11:10.565600 [ 259 ] {d40a66b1-73a0-48c5-94d1-9438a4898ef3} <Debug> TCPHandler: Processed in 0.001619565 sec. | ||
| 4049 | 2025.04.09 19:11:10.565732 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4050 | 2025.04.09 19:11:10.565837 [ 259 ] {7bf12e80-4dd6-4cb2-a61c-28f32acc4a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4051 | 2025.04.09 19:11:10.565885 [ 259 ] {7bf12e80-4dd6-4cb2-a61c-28f32acc4a27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4052 | 2025.04.09 19:11:10.566408 [ 259 ] {7bf12e80-4dd6-4cb2-a61c-28f32acc4a27} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4053 | 2025.04.09 19:11:10.566445 [ 259 ] {7bf12e80-4dd6-4cb2-a61c-28f32acc4a27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4054 | 2025.04.09 19:11:10.566820 [ 259 ] {7bf12e80-4dd6-4cb2-a61c-28f32acc4a27} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4055 | 2025.04.09 19:11:10.567048 [ 259 ] {7bf12e80-4dd6-4cb2-a61c-28f32acc4a27} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4056 | 2025.04.09 19:11:10.567247 [ 259 ] {7bf12e80-4dd6-4cb2-a61c-28f32acc4a27} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001425 sec., 89824.56140350876 rows/sec., 6.26 MiB/sec. | ||
| 4057 | 2025.04.09 19:11:10.567345 [ 259 ] {7bf12e80-4dd6-4cb2-a61c-28f32acc4a27} <Debug> TCPHandler: Processed in 0.001659136 sec. | ||
| 4058 | 2025.04.09 19:11:10.567589 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4059 | 2025.04.09 19:11:10.567695 [ 259 ] {937fa1a3-aa0b-4d4e-b17b-91a88672d800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4060 | 2025.04.09 19:11:10.567745 [ 259 ] {937fa1a3-aa0b-4d4e-b17b-91a88672d800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4061 | 2025.04.09 19:11:10.568189 [ 259 ] {937fa1a3-aa0b-4d4e-b17b-91a88672d800} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4062 | 2025.04.09 19:11:10.568227 [ 259 ] {937fa1a3-aa0b-4d4e-b17b-91a88672d800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4063 | 2025.04.09 19:11:10.568584 [ 259 ] {937fa1a3-aa0b-4d4e-b17b-91a88672d800} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4064 | 2025.04.09 19:11:10.568831 [ 259 ] {937fa1a3-aa0b-4d4e-b17b-91a88672d800} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4065 | 2025.04.09 19:11:10.569001 [ 259 ] {937fa1a3-aa0b-4d4e-b17b-91a88672d800} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00133 sec., 36090.22556390977 rows/sec., 2.43 MiB/sec. | ||
| 4066 | 2025.04.09 19:11:10.569049 [ 259 ] {937fa1a3-aa0b-4d4e-b17b-91a88672d800} <Debug> TCPHandler: Processed in 0.001528722 sec. | ||
| 4067 | 2025.04.09 19:11:10.864915 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4068 | 2025.04.09 19:11:10.865674 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2025.04.09 19:11:10.865726 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4070 | 2025.04.09 19:11:10.866363 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4071 | 2025.04.09 19:11:10.866632 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2025.04.09 19:11:10.866901 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4073 | 2025.04.09 19:11:11.445255 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4074 | 2025.04.09 19:11:11.466522 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4075 | 2025.04.09 19:11:11.466581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4076 | 2025.04.09 19:11:11.474497 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4077 | 2025.04.09 19:11:11.475737 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4078 | 2025.04.09 19:11:11.479770 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4079 | 2025.04.09 19:11:15.563401 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4080 | 2025.04.09 19:11:15.563627 [ 259 ] {86e527ae-b784-4fb8-99fa-ac9aaef2e583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4081 | 2025.04.09 19:11:15.563709 [ 259 ] {86e527ae-b784-4fb8-99fa-ac9aaef2e583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4082 | 2025.04.09 19:11:15.564477 [ 259 ] {86e527ae-b784-4fb8-99fa-ac9aaef2e583} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4083 | 2025.04.09 19:11:15.564530 [ 259 ] {86e527ae-b784-4fb8-99fa-ac9aaef2e583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4084 | 2025.04.09 19:11:15.564980 [ 259 ] {86e527ae-b784-4fb8-99fa-ac9aaef2e583} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4085 | 2025.04.09 19:11:15.565236 [ 259 ] {86e527ae-b784-4fb8-99fa-ac9aaef2e583} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4086 | 2025.04.09 19:11:15.565475 [ 259 ] {86e527ae-b784-4fb8-99fa-ac9aaef2e583} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001904 sec., 29411.764705882353 rows/sec., 2.26 MiB/sec. | ||
| 4087 | 2025.04.09 19:11:15.565537 [ 259 ] {86e527ae-b784-4fb8-99fa-ac9aaef2e583} <Debug> TCPHandler: Processed in 0.002281233 sec. | ||
| 4088 | 2025.04.09 19:11:15.565674 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4089 | 2025.04.09 19:11:15.565786 [ 259 ] {278b8cac-0c9a-4e30-befb-7380aeb5ee0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4090 | 2025.04.09 19:11:15.565834 [ 259 ] {278b8cac-0c9a-4e30-befb-7380aeb5ee0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4091 | 2025.04.09 19:11:15.566386 [ 259 ] {278b8cac-0c9a-4e30-befb-7380aeb5ee0e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4092 | 2025.04.09 19:11:15.566426 [ 259 ] {278b8cac-0c9a-4e30-befb-7380aeb5ee0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4093 | 2025.04.09 19:11:15.566780 [ 259 ] {278b8cac-0c9a-4e30-befb-7380aeb5ee0e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4094 | 2025.04.09 19:11:15.567012 [ 259 ] {278b8cac-0c9a-4e30-befb-7380aeb5ee0e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4095 | 2025.04.09 19:11:15.567231 [ 259 ] {278b8cac-0c9a-4e30-befb-7380aeb5ee0e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00147 sec., 43537.4149659864 rows/sec., 3.40 MiB/sec. | ||
| 4096 | 2025.04.09 19:11:15.567284 [ 259 ] {278b8cac-0c9a-4e30-befb-7380aeb5ee0e} <Debug> TCPHandler: Processed in 0.001662996 sec. | ||
| 4097 | 2025.04.09 19:11:15.567396 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4098 | 2025.04.09 19:11:15.567503 [ 259 ] {30d1c8af-f8e6-48f6-9610-4a89c3b67bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4099 | 2025.04.09 19:11:15.567553 [ 259 ] {30d1c8af-f8e6-48f6-9610-4a89c3b67bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4100 | 2025.04.09 19:11:15.568072 [ 259 ] {30d1c8af-f8e6-48f6-9610-4a89c3b67bca} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4101 | 2025.04.09 19:11:15.568112 [ 259 ] {30d1c8af-f8e6-48f6-9610-4a89c3b67bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4102 | 2025.04.09 19:11:15.568498 [ 259 ] {30d1c8af-f8e6-48f6-9610-4a89c3b67bca} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4103 | 2025.04.09 19:11:15.568731 [ 259 ] {30d1c8af-f8e6-48f6-9610-4a89c3b67bca} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4104 | 2025.04.09 19:11:15.568980 [ 259 ] {30d1c8af-f8e6-48f6-9610-4a89c3b67bca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec. | ||
| 4105 | 2025.04.09 19:11:15.569177 [ 259 ] {30d1c8af-f8e6-48f6-9610-4a89c3b67bca} <Debug> TCPHandler: Processed in 0.0018281 sec. | ||
| 4106 | 2025.04.09 19:11:15.569361 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4107 | 2025.04.09 19:11:15.569468 [ 259 ] {51bd6f62-e8dd-41c3-b644-c3fa939ff88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4108 | 2025.04.09 19:11:15.569518 [ 259 ] {51bd6f62-e8dd-41c3-b644-c3fa939ff88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4109 | 2025.04.09 19:11:15.569978 [ 259 ] {51bd6f62-e8dd-41c3-b644-c3fa939ff88e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4110 | 2025.04.09 19:11:15.570017 [ 259 ] {51bd6f62-e8dd-41c3-b644-c3fa939ff88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4111 | 2025.04.09 19:11:15.570380 [ 259 ] {51bd6f62-e8dd-41c3-b644-c3fa939ff88e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4112 | 2025.04.09 19:11:15.570608 [ 259 ] {51bd6f62-e8dd-41c3-b644-c3fa939ff88e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4113 | 2025.04.09 19:11:15.570858 [ 259 ] {51bd6f62-e8dd-41c3-b644-c3fa939ff88e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 4114 | 2025.04.09 19:11:15.571002 [ 259 ] {51bd6f62-e8dd-41c3-b644-c3fa939ff88e} <Debug> TCPHandler: Processed in 0.001695477 sec. | ||
| 4115 | 2025.04.09 19:11:18.274005 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4116 | 2025.04.09 19:11:18.274053 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4117 | 2025.04.09 19:11:18.367015 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4118 | 2025.04.09 19:11:18.367794 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4119 | 2025.04.09 19:11:18.367851 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4120 | 2025.04.09 19:11:18.368455 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4121 | 2025.04.09 19:11:18.368724 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4122 | 2025.04.09 19:11:18.368966 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4123 | 2025.04.09 19:11:18.398988 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 598 | ||
| 4124 | 2025.04.09 19:11:18.401888 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4125 | 2025.04.09 19:11:18.401952 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4126 | 2025.04.09 19:11:18.403450 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4127 | 2025.04.09 19:11:18.403768 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4128 | 2025.04.09 19:11:18.404456 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 598 | ||
| 4129 | 2025.04.09 19:11:18.979833 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4130 | 2025.04.09 19:11:19.001430 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4131 | 2025.04.09 19:11:19.001488 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4132 | 2025.04.09 19:11:19.009263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4133 | 2025.04.09 19:11:19.010085 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4134 | 2025.04.09 19:11:19.012801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4135 | 2025.04.09 19:11:20.571526 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4136 | 2025.04.09 19:11:20.571754 [ 259 ] {152d308a-5fa9-4de0-aac7-6dea4213206d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4137 | 2025.04.09 19:11:20.571831 [ 259 ] {152d308a-5fa9-4de0-aac7-6dea4213206d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4138 | 2025.04.09 19:11:20.572697 [ 259 ] {152d308a-5fa9-4de0-aac7-6dea4213206d} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4139 | 2025.04.09 19:11:20.572738 [ 259 ] {152d308a-5fa9-4de0-aac7-6dea4213206d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4140 | 2025.04.09 19:11:20.573183 [ 259 ] {152d308a-5fa9-4de0-aac7-6dea4213206d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4141 | 2025.04.09 19:11:20.573434 [ 259 ] {152d308a-5fa9-4de0-aac7-6dea4213206d} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4142 | 2025.04.09 19:11:20.573580 [ 83 ] {} <Debug> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4143 | 2025.04.09 19:11:20.573633 [ 83 ] {} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4144 | 2025.04.09 19:11:20.573632 [ 259 ] {152d308a-5fa9-4de0-aac7-6dea4213206d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001935 sec., 109560.72351421189 rows/sec., 6.97 MiB/sec. | ||
| 4145 | 2025.04.09 19:11:20.573663 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4146 | 2025.04.09 19:11:20.573742 [ 259 ] {152d308a-5fa9-4de0-aac7-6dea4213206d} <Debug> TCPHandler: Processed in 0.002351875 sec. | ||
| 4147 | 2025.04.09 19:11:20.574008 [ 193 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 4148 | 2025.04.09 19:11:20.574143 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4149 | 2025.04.09 19:11:20.574262 [ 193 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4150 | 2025.04.09 19:11:20.574356 [ 193 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 4151 | 2025.04.09 19:11:20.574363 [ 259 ] {cc602234-3bd9-4238-af44-11771a1634ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4152 | 2025.04.09 19:11:20.574470 [ 259 ] {cc602234-3bd9-4238-af44-11771a1634ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4153 | 2025.04.09 19:11:20.574698 [ 193 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 4154 | 2025.04.09 19:11:20.575150 [ 193 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 4155 | 2025.04.09 19:11:20.575509 [ 193 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 4156 | 2025.04.09 19:11:20.575962 [ 193 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 4157 | 2025.04.09 19:11:20.577601 [ 259 ] {cc602234-3bd9-4238-af44-11771a1634ba} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4158 | 2025.04.09 19:11:20.577679 [ 259 ] {cc602234-3bd9-4238-af44-11771a1634ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4159 | 2025.04.09 19:11:20.578671 [ 188 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004900035 sec., 216324.98543377753 rows/sec., 14.58 MiB/sec. | ||
| 4160 | 2025.04.09 19:11:20.578766 [ 259 ] {cc602234-3bd9-4238-af44-11771a1634ba} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4161 | 2025.04.09 19:11:20.578942 [ 188 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4162 | 2025.04.09 19:11:20.579240 [ 259 ] {cc602234-3bd9-4238-af44-11771a1634ba} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4163 | 2025.04.09 19:11:20.579461 [ 83 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4164 | 2025.04.09 19:11:20.579532 [ 83 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4165 | 2025.04.09 19:11:20.579607 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4166 | 2025.04.09 19:11:20.579615 [ 188 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_13_3} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4167 | 2025.04.09 19:11:20.579721 [ 259 ] {cc602234-3bd9-4238-af44-11771a1634ba} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.005367 sec., 129495.06241848331 rows/sec., 10.34 MiB/sec. | ||
| 4168 | 2025.04.09 19:11:20.580005 [ 188 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_13_3} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4169 | 2025.04.09 19:11:20.580048 [ 259 ] {cc602234-3bd9-4238-af44-11771a1634ba} <Debug> TCPHandler: Processed in 0.006008856 sec. | ||
| 4170 | 2025.04.09 19:11:20.580102 [ 193 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 4171 | 2025.04.09 19:11:20.580318 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4172 | 2025.04.09 19:11:20.580383 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4173 | 2025.04.09 19:11:20.580454 [ 193 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4174 | 2025.04.09 19:11:20.580526 [ 193 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1842 rows starting from the beginning of the part | ||
| 4175 | 2025.04.09 19:11:20.580623 [ 259 ] {b6b084a6-cd5c-406a-ba70-ecc57c439e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4176 | 2025.04.09 19:11:20.580785 [ 259 ] {b6b084a6-cd5c-406a-ba70-ecc57c439e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4177 | 2025.04.09 19:11:20.580863 [ 193 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 4178 | 2025.04.09 19:11:20.581348 [ 193 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1843 rows starting from the beginning of the part | ||
| 4179 | 2025.04.09 19:11:20.581830 [ 193 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4180 | 2025.04.09 19:11:20.582162 [ 193 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 4181 | 2025.04.09 19:11:20.582413 [ 193 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 695 rows starting from the beginning of the part | ||
| 4182 | 2025.04.09 19:11:20.583392 [ 259 ] {b6b084a6-cd5c-406a-ba70-ecc57c439e9a} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4183 | 2025.04.09 19:11:20.583467 [ 259 ] {b6b084a6-cd5c-406a-ba70-ecc57c439e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4184 | 2025.04.09 19:11:20.584426 [ 259 ] {b6b084a6-cd5c-406a-ba70-ecc57c439e9a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4185 | 2025.04.09 19:11:20.584973 [ 259 ] {b6b084a6-cd5c-406a-ba70-ecc57c439e9a} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4186 | 2025.04.09 19:11:20.585403 [ 259 ] {b6b084a6-cd5c-406a-ba70-ecc57c439e9a} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.004834 sec., 29995.862639635914 rows/sec., 1.88 MiB/sec. | ||
| 4187 | 2025.04.09 19:11:20.585681 [ 259 ] {b6b084a6-cd5c-406a-ba70-ecc57c439e9a} <Debug> TCPHandler: Processed in 0.005400369 sec. | ||
| 4188 | 2025.04.09 19:11:20.585889 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4189 | 2025.04.09 19:11:20.586191 [ 259 ] {46468a32-7d51-4bb0-8d5d-e1e3dbc612ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4190 | 2025.04.09 19:11:20.586275 [ 259 ] {46468a32-7d51-4bb0-8d5d-e1e3dbc612ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4191 | 2025.04.09 19:11:20.586276 [ 200 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4548 rows, containing 5 columns (5 merged, 0 gathered) in 0.006528761 sec., 696609.9693341508 rows/sec., 59.18 MiB/sec. | ||
| 4192 | 2025.04.09 19:11:20.586640 [ 200 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4193 | 2025.04.09 19:11:20.587255 [ 200 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_31_6} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4194 | 2025.04.09 19:11:20.587464 [ 200 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_31_6} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4195 | 2025.04.09 19:11:20.587624 [ 259 ] {46468a32-7d51-4bb0-8d5d-e1e3dbc612ee} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4196 | 2025.04.09 19:11:20.587627 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 4197 | 2025.04.09 19:11:20.587695 [ 259 ] {46468a32-7d51-4bb0-8d5d-e1e3dbc612ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4198 | 2025.04.09 19:11:20.588086 [ 259 ] {46468a32-7d51-4bb0-8d5d-e1e3dbc612ee} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4199 | 2025.04.09 19:11:20.588324 [ 259 ] {46468a32-7d51-4bb0-8d5d-e1e3dbc612ee} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2025.04.09 19:11:20.588541 [ 259 ] {46468a32-7d51-4bb0-8d5d-e1e3dbc612ee} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002491 sec., 45363.30790847049 rows/sec., 2.94 MiB/sec. | ||
| 4201 | 2025.04.09 19:11:20.588596 [ 259 ] {46468a32-7d51-4bb0-8d5d-e1e3dbc612ee} <Debug> TCPHandler: Processed in 0.002790727 sec. | ||
| 4202 | 2025.04.09 19:11:20.588717 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4203 | 2025.04.09 19:11:20.588823 [ 259 ] {67f9b354-a799-4a1e-8752-c941e127c06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4204 | 2025.04.09 19:11:20.588868 [ 259 ] {67f9b354-a799-4a1e-8752-c941e127c06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4205 | 2025.04.09 19:11:20.589434 [ 259 ] {67f9b354-a799-4a1e-8752-c941e127c06b} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4206 | 2025.04.09 19:11:20.589474 [ 259 ] {67f9b354-a799-4a1e-8752-c941e127c06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4207 | 2025.04.09 19:11:20.589826 [ 259 ] {67f9b354-a799-4a1e-8752-c941e127c06b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4208 | 2025.04.09 19:11:20.590060 [ 259 ] {67f9b354-a799-4a1e-8752-c941e127c06b} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4209 | 2025.04.09 19:11:20.590218 [ 82 ] {} <Debug> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4210 | 2025.04.09 19:11:20.590289 [ 259 ] {67f9b354-a799-4a1e-8752-c941e127c06b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001484 sec., 75471.69811320755 rows/sec., 4.30 MiB/sec. | ||
| 4211 | 2025.04.09 19:11:20.590303 [ 82 ] {} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4212 | 2025.04.09 19:11:20.590373 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4213 | 2025.04.09 19:11:20.590409 [ 259 ] {67f9b354-a799-4a1e-8752-c941e127c06b} <Debug> TCPHandler: Processed in 0.001741068 sec. | ||
| 4214 | 2025.04.09 19:11:20.590612 [ 188 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 4215 | 2025.04.09 19:11:20.590644 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4216 | 2025.04.09 19:11:20.590889 [ 188 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4217 | 2025.04.09 19:11:20.590897 [ 259 ] {69a1bf3b-ea9e-4d65-88b8-41c471f3495c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4218 | 2025.04.09 19:11:20.590955 [ 188 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 4219 | 2025.04.09 19:11:20.590989 [ 259 ] {69a1bf3b-ea9e-4d65-88b8-41c471f3495c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4220 | 2025.04.09 19:11:20.591358 [ 188 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 4221 | 2025.04.09 19:11:20.591700 [ 188 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 4222 | 2025.04.09 19:11:20.592097 [ 188 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 4223 | 2025.04.09 19:11:20.592501 [ 188 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 4224 | 2025.04.09 19:11:20.594099 [ 259 ] {69a1bf3b-ea9e-4d65-88b8-41c471f3495c} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4225 | 2025.04.09 19:11:20.594168 [ 259 ] {69a1bf3b-ea9e-4d65-88b8-41c471f3495c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4226 | 2025.04.09 19:11:20.594898 [ 199 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004395911 sec., 127391.11415131016 rows/sec., 7.74 MiB/sec. | ||
| 4227 | 2025.04.09 19:11:20.595053 [ 259 ] {69a1bf3b-ea9e-4d65-88b8-41c471f3495c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4228 | 2025.04.09 19:11:20.595058 [ 199 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4229 | 2025.04.09 19:11:20.595376 [ 259 ] {69a1bf3b-ea9e-4d65-88b8-41c471f3495c} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4230 | 2025.04.09 19:11:20.595418 [ 199 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_13_3} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4231 | 2025.04.09 19:11:20.595553 [ 199 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_13_3} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4232 | 2025.04.09 19:11:20.595630 [ 82 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4233 | 2025.04.09 19:11:20.595784 [ 82 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4234 | 2025.04.09 19:11:20.595799 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4235 | 2025.04.09 19:11:20.595837 [ 259 ] {69a1bf3b-ea9e-4d65-88b8-41c471f3495c} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.005023 sec., 83814.45351383636 rows/sec., 5.97 MiB/sec. | ||
| 4236 | 2025.04.09 19:11:20.595873 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4237 | 2025.04.09 19:11:20.596005 [ 259 ] {69a1bf3b-ea9e-4d65-88b8-41c471f3495c} <Debug> TCPHandler: Processed in 0.00542724 sec. | ||
| 4238 | 2025.04.09 19:11:20.596339 [ 198 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 4239 | 2025.04.09 19:11:20.596393 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4240 | 2025.04.09 19:11:20.596670 [ 198 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4241 | 2025.04.09 19:11:20.596673 [ 259 ] {1225f6cc-7fd8-4965-90d8-42c3500da0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4242 | 2025.04.09 19:11:20.596735 [ 198 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4243 | 2025.04.09 19:11:20.596776 [ 259 ] {1225f6cc-7fd8-4965-90d8-42c3500da0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4244 | 2025.04.09 19:11:20.597053 [ 198 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 4245 | 2025.04.09 19:11:20.597394 [ 198 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 893 rows starting from the beginning of the part | ||
| 4246 | 2025.04.09 19:11:20.597761 [ 198 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4247 | 2025.04.09 19:11:20.598119 [ 198 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 4248 | 2025.04.09 19:11:20.598374 [ 198 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part | ||
| 4249 | 2025.04.09 19:11:20.599216 [ 259 ] {1225f6cc-7fd8-4965-90d8-42c3500da0ac} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4250 | 2025.04.09 19:11:20.599296 [ 259 ] {1225f6cc-7fd8-4965-90d8-42c3500da0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4251 | 2025.04.09 19:11:20.600154 [ 259 ] {1225f6cc-7fd8-4965-90d8-42c3500da0ac} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4252 | 2025.04.09 19:11:20.600609 [ 259 ] {1225f6cc-7fd8-4965-90d8-42c3500da0ac} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4253 | 2025.04.09 19:11:20.600974 [ 259 ] {1225f6cc-7fd8-4965-90d8-42c3500da0ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004353 sec., 1378.3597518952447 rows/sec., 72.01 KiB/sec. | ||
| 4254 | 2025.04.09 19:11:20.601358 [ 259 ] {1225f6cc-7fd8-4965-90d8-42c3500da0ac} <Debug> TCPHandler: Processed in 0.005114542 sec. | ||
| 4255 | 2025.04.09 19:11:20.601680 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4256 | 2025.04.09 19:11:20.601747 [ 193 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.005695898 sec., 423989.33407866507 rows/sec., 32.47 MiB/sec. | ||
| 4257 | 2025.04.09 19:11:20.601838 [ 259 ] {2fa0c752-1acb-483c-8684-d18a521e6d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4258 | 2025.04.09 19:11:20.601900 [ 259 ] {2fa0c752-1acb-483c-8684-d18a521e6d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4259 | 2025.04.09 19:11:20.602082 [ 193 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4260 | 2025.04.09 19:11:20.602659 [ 193 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_31_6} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4261 | 2025.04.09 19:11:20.602879 [ 193 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_31_6} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4262 | 2025.04.09 19:11:20.603069 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4263 | 2025.04.09 19:11:20.603178 [ 259 ] {2fa0c752-1acb-483c-8684-d18a521e6d4a} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4264 | 2025.04.09 19:11:20.603222 [ 259 ] {2fa0c752-1acb-483c-8684-d18a521e6d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4265 | 2025.04.09 19:11:20.603620 [ 259 ] {2fa0c752-1acb-483c-8684-d18a521e6d4a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4266 | 2025.04.09 19:11:20.603856 [ 259 ] {2fa0c752-1acb-483c-8684-d18a521e6d4a} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4267 | 2025.04.09 19:11:20.604028 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4268 | 2025.04.09 19:11:20.604109 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4269 | 2025.04.09 19:11:20.604118 [ 259 ] {2fa0c752-1acb-483c-8684-d18a521e6d4a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002319 sec., 102199.22380336352 rows/sec., 6.85 MiB/sec. | ||
| 4270 | 2025.04.09 19:11:20.604160 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4271 | 2025.04.09 19:11:20.604253 [ 259 ] {2fa0c752-1acb-483c-8684-d18a521e6d4a} <Debug> TCPHandler: Processed in 0.002652243 sec. | ||
| 4272 | 2025.04.09 19:11:20.604563 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 4273 | 2025.04.09 19:11:20.604633 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4274 | 2025.04.09 19:11:20.605006 [ 259 ] {b66a5f82-caf4-49b3-95fd-800dde36d392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4275 | 2025.04.09 19:11:20.605154 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4276 | 2025.04.09 19:11:20.605176 [ 259 ] {b66a5f82-caf4-49b3-95fd-800dde36d392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4277 | 2025.04.09 19:11:20.605297 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8276 rows starting from the beginning of the part | ||
| 4278 | 2025.04.09 19:11:20.605784 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 4279 | 2025.04.09 19:11:20.606134 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 963 rows starting from the beginning of the part | ||
| 4280 | 2025.04.09 19:11:20.606509 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part | ||
| 4281 | 2025.04.09 19:11:20.606729 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4282 | 2025.04.09 19:11:20.607141 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4283 | 2025.04.09 19:11:20.607671 [ 259 ] {b66a5f82-caf4-49b3-95fd-800dde36d392} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4284 | 2025.04.09 19:11:20.607715 [ 259 ] {b66a5f82-caf4-49b3-95fd-800dde36d392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4285 | 2025.04.09 19:11:20.608258 [ 259 ] {b66a5f82-caf4-49b3-95fd-800dde36d392} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4286 | 2025.04.09 19:11:20.608549 [ 259 ] {b66a5f82-caf4-49b3-95fd-800dde36d392} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4287 | 2025.04.09 19:11:20.608900 [ 259 ] {b66a5f82-caf4-49b3-95fd-800dde36d392} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004022 sec., 248.63252113376427 rows/sec., 16.75 KiB/sec. | ||
| 4288 | 2025.04.09 19:11:20.608981 [ 259 ] {b66a5f82-caf4-49b3-95fd-800dde36d392} <Debug> TCPHandler: Processed in 0.004470593 sec. | ||
| 4289 | 2025.04.09 19:11:20.609133 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4290 | 2025.04.09 19:11:20.609253 [ 259 ] {22ffedcf-3978-4ae6-840d-c3ded83eaf73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4291 | 2025.04.09 19:11:20.609336 [ 259 ] {22ffedcf-3978-4ae6-840d-c3ded83eaf73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4292 | 2025.04.09 19:11:20.610816 [ 259 ] {22ffedcf-3978-4ae6-840d-c3ded83eaf73} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4293 | 2025.04.09 19:11:20.610855 [ 259 ] {22ffedcf-3978-4ae6-840d-c3ded83eaf73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4294 | 2025.04.09 19:11:20.611677 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9924 rows, containing 5 columns (5 merged, 0 gathered) in 0.007377994 sec., 1345081.0613291364 rows/sec., 90.78 MiB/sec. | ||
| 4295 | 2025.04.09 19:11:20.611853 [ 259 ] {22ffedcf-3978-4ae6-840d-c3ded83eaf73} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4296 | 2025.04.09 19:11:20.612050 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4297 | 2025.04.09 19:11:20.612338 [ 259 ] {22ffedcf-3978-4ae6-840d-c3ded83eaf73} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4298 | 2025.04.09 19:11:20.612735 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4299 | 2025.04.09 19:11:20.612843 [ 259 ] {22ffedcf-3978-4ae6-840d-c3ded83eaf73} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003607 sec., 10812.309398392015 rows/sec., 19.38 MiB/sec. | ||
| 4300 | 2025.04.09 19:11:20.612927 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4301 | 2025.04.09 19:11:20.613233 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4302 | 2025.04.09 19:11:20.613312 [ 259 ] {22ffedcf-3978-4ae6-840d-c3ded83eaf73} <Debug> TCPHandler: Processed in 0.004240728 sec. | ||
| 4303 | 2025.04.09 19:11:20.613446 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4304 | 2025.04.09 19:11:20.613549 [ 259 ] {2009d23c-7b30-4574-a307-2efd85f8e3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4305 | 2025.04.09 19:11:20.613596 [ 259 ] {2009d23c-7b30-4574-a307-2efd85f8e3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4306 | 2025.04.09 19:11:20.614061 [ 259 ] {2009d23c-7b30-4574-a307-2efd85f8e3b6} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4307 | 2025.04.09 19:11:20.614101 [ 259 ] {2009d23c-7b30-4574-a307-2efd85f8e3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4308 | 2025.04.09 19:11:20.614469 [ 259 ] {2009d23c-7b30-4574-a307-2efd85f8e3b6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4309 | 2025.04.09 19:11:20.614705 [ 259 ] {2009d23c-7b30-4574-a307-2efd85f8e3b6} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4310 | 2025.04.09 19:11:20.614897 [ 82 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4311 | 2025.04.09 19:11:20.614957 [ 259 ] {2009d23c-7b30-4574-a307-2efd85f8e3b6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001424 sec., 57584.26966292135 rows/sec., 3.66 MiB/sec. | ||
| 4312 | 2025.04.09 19:11:20.614970 [ 82 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4313 | 2025.04.09 19:11:20.615059 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4314 | 2025.04.09 19:11:20.615074 [ 259 ] {2009d23c-7b30-4574-a307-2efd85f8e3b6} <Debug> TCPHandler: Processed in 0.001676427 sec. | ||
| 4315 | 2025.04.09 19:11:20.615268 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 4316 | 2025.04.09 19:11:20.615399 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4317 | 2025.04.09 19:11:20.615444 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1610 rows starting from the beginning of the part | ||
| 4318 | 2025.04.09 19:11:20.615594 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 4319 | 2025.04.09 19:11:20.615759 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 4320 | 2025.04.09 19:11:20.615934 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
| 4321 | 2025.04.09 19:11:20.616117 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4322 | 2025.04.09 19:11:20.616254 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4323 | 2025.04.09 19:11:20.617691 [ 195 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 4 columns (4 merged, 0 gathered) in 0.002501019 sec., 757291.3280546849 rows/sec., 49.38 MiB/sec. | ||
| 4324 | 2025.04.09 19:11:20.617952 [ 195 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4325 | 2025.04.09 19:11:20.618266 [ 195 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_31_6} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4326 | 2025.04.09 19:11:20.618350 [ 195 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_31_6} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4327 | 2025.04.09 19:11:20.618436 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4328 | 2025.04.09 19:11:25.562963 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4329 | 2025.04.09 19:11:25.563161 [ 259 ] {57b8ea53-d490-4d68-9f39-a3c7d36a60e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4330 | 2025.04.09 19:11:25.563232 [ 259 ] {57b8ea53-d490-4d68-9f39-a3c7d36a60e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4331 | 2025.04.09 19:11:25.563999 [ 259 ] {57b8ea53-d490-4d68-9f39-a3c7d36a60e4} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4332 | 2025.04.09 19:11:25.564047 [ 259 ] {57b8ea53-d490-4d68-9f39-a3c7d36a60e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4333 | 2025.04.09 19:11:25.564467 [ 259 ] {57b8ea53-d490-4d68-9f39-a3c7d36a60e4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4334 | 2025.04.09 19:11:25.564718 [ 259 ] {57b8ea53-d490-4d68-9f39-a3c7d36a60e4} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4335 | 2025.04.09 19:11:25.564957 [ 259 ] {57b8ea53-d490-4d68-9f39-a3c7d36a60e4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001846 sec., 30335.861321776814 rows/sec., 2.33 MiB/sec. | ||
| 4336 | 2025.04.09 19:11:25.565022 [ 259 ] {57b8ea53-d490-4d68-9f39-a3c7d36a60e4} <Debug> TCPHandler: Processed in 0.002185891 sec. | ||
| 4337 | 2025.04.09 19:11:25.565149 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4338 | 2025.04.09 19:11:25.565261 [ 259 ] {3ed7fa11-f525-4195-ae06-201831709b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4339 | 2025.04.09 19:11:25.565309 [ 259 ] {3ed7fa11-f525-4195-ae06-201831709b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4340 | 2025.04.09 19:11:25.565868 [ 259 ] {3ed7fa11-f525-4195-ae06-201831709b59} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4341 | 2025.04.09 19:11:25.565909 [ 259 ] {3ed7fa11-f525-4195-ae06-201831709b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4342 | 2025.04.09 19:11:25.566264 [ 259 ] {3ed7fa11-f525-4195-ae06-201831709b59} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4343 | 2025.04.09 19:11:25.566498 [ 259 ] {3ed7fa11-f525-4195-ae06-201831709b59} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4344 | 2025.04.09 19:11:25.566706 [ 259 ] {3ed7fa11-f525-4195-ae06-201831709b59} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00147 sec., 43537.4149659864 rows/sec., 3.40 MiB/sec. | ||
| 4345 | 2025.04.09 19:11:25.566758 [ 259 ] {3ed7fa11-f525-4195-ae06-201831709b59} <Debug> TCPHandler: Processed in 0.001662656 sec. | ||
| 4346 | 2025.04.09 19:11:25.566872 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4347 | 2025.04.09 19:11:25.566978 [ 259 ] {1dea3cbb-9fd2-4d71-a71b-1792c74aa456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4348 | 2025.04.09 19:11:25.567027 [ 259 ] {1dea3cbb-9fd2-4d71-a71b-1792c74aa456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4349 | 2025.04.09 19:11:25.567552 [ 259 ] {1dea3cbb-9fd2-4d71-a71b-1792c74aa456} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4350 | 2025.04.09 19:11:25.567591 [ 259 ] {1dea3cbb-9fd2-4d71-a71b-1792c74aa456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4351 | 2025.04.09 19:11:25.567965 [ 259 ] {1dea3cbb-9fd2-4d71-a71b-1792c74aa456} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4352 | 2025.04.09 19:11:25.568192 [ 259 ] {1dea3cbb-9fd2-4d71-a71b-1792c74aa456} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4353 | 2025.04.09 19:11:25.568412 [ 259 ] {1dea3cbb-9fd2-4d71-a71b-1792c74aa456} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001454 sec., 110041.26547455296 rows/sec., 7.66 MiB/sec. | ||
| 4354 | 2025.04.09 19:11:25.568524 [ 259 ] {1dea3cbb-9fd2-4d71-a71b-1792c74aa456} <Debug> TCPHandler: Processed in 0.001701827 sec. | ||
| 4355 | 2025.04.09 19:11:25.568678 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4356 | 2025.04.09 19:11:25.568780 [ 259 ] {d90e2ab0-e9f7-4143-a158-779ce1fbca83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4357 | 2025.04.09 19:11:25.568826 [ 259 ] {d90e2ab0-e9f7-4143-a158-779ce1fbca83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4358 | 2025.04.09 19:11:25.569252 [ 259 ] {d90e2ab0-e9f7-4143-a158-779ce1fbca83} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4359 | 2025.04.09 19:11:25.569311 [ 259 ] {d90e2ab0-e9f7-4143-a158-779ce1fbca83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4360 | 2025.04.09 19:11:25.569664 [ 259 ] {d90e2ab0-e9f7-4143-a158-779ce1fbca83} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4361 | 2025.04.09 19:11:25.569897 [ 259 ] {d90e2ab0-e9f7-4143-a158-779ce1fbca83} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4362 | 2025.04.09 19:11:25.570094 [ 259 ] {d90e2ab0-e9f7-4143-a158-779ce1fbca83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. | ||
| 4363 | 2025.04.09 19:11:25.570143 [ 259 ] {d90e2ab0-e9f7-4143-a158-779ce1fbca83} <Debug> TCPHandler: Processed in 0.001521102 sec. | ||
| 4364 | 2025.04.09 19:11:25.869101 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4365 | 2025.04.09 19:11:25.869767 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4366 | 2025.04.09 19:11:25.869817 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4367 | 2025.04.09 19:11:25.870373 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4368 | 2025.04.09 19:11:25.870643 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): 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.04.09 19:11:25.870890 [ 76 ] {} <Debug> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4370 | 2025.04.09 19:11:25.870936 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4371 | 2025.04.09 19:11:25.870978 [ 76 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4372 | 2025.04.09 19:11:25.871010 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4373 | 2025.04.09 19:11:25.871157 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 4374 | 2025.04.09 19:11:25.871318 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4375 | 2025.04.09 19:11:25.871359 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 4376 | 2025.04.09 19:11:25.871439 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 4377 | 2025.04.09 19:11:25.871655 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 4378 | 2025.04.09 19:11:25.871861 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 4379 | 2025.04.09 19:11:25.871988 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 4380 | 2025.04.09 19:11:25.872161 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 4381 | 2025.04.09 19:11:25.874213 [ 189 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003122117 sec., 3087007.950054402 rows/sec., 44.16 MiB/sec. | ||
| 4382 | 2025.04.09 19:11:25.874495 [ 197 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4383 | 2025.04.09 19:11:25.874833 [ 197 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_21_4} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): 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.04.09 19:11:25.874930 [ 197 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_21_4} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4385 | 2025.04.09 19:11:25.875046 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4386 | 2025.04.09 19:11:26.512848 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4387 | 2025.04.09 19:11:26.534809 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4388 | 2025.04.09 19:11:26.534865 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4389 | 2025.04.09 19:11:26.542203 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4390 | 2025.04.09 19:11:26.542955 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4391 | 2025.04.09 19:11:26.543335 [ 75 ] {} <Debug> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4392 | 2025.04.09 19:11:26.543478 [ 75 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4393 | 2025.04.09 19:11:26.543557 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4394 | 2025.04.09 19:11:26.544227 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 4395 | 2025.04.09 19:11:26.559232 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4396 | 2025.04.09 19:11:26.560946 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4397 | 2025.04.09 19:11:26.562177 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 4398 | 2025.04.09 19:11:26.567115 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 4399 | 2025.04.09 19:11:26.572240 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 4400 | 2025.04.09 19:11:26.577639 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 4401 | 2025.04.09 19:11:26.583843 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 4402 | 2025.04.09 19:11:26.588682 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 4403 | 2025.04.09 19:11:26.652156 [ 189 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.108435071 sec., 1466.3152662112427 rows/sec., 7.58 MiB/sec. | ||
| 4404 | 2025.04.09 19:11:26.654797 [ 195 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4405 | 2025.04.09 19:11:26.657749 [ 195 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_21_4} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4406 | 2025.04.09 19:11:26.657878 [ 195 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_21_4} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4407 | 2025.04.09 19:11:26.660214 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4408 | 2025.04.09 19:11:27.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.85 MiB, peak 195.39 MiB, free memory in arenas 0.00 B, will set to 186.74 MiB (RSS), difference: 1.88 MiB | ||
| 4409 | 2025.04.09 19:11:28.404572 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 628 | ||
| 4410 | 2025.04.09 19:11:28.407634 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4411 | 2025.04.09 19:11:28.407681 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4412 | 2025.04.09 19:11:28.409143 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4413 | 2025.04.09 19:11:28.409448 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4414 | 2025.04.09 19:11:28.410026 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 628 | ||
| 4415 | 2025.04.09 19:11:30.571075 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4416 | 2025.04.09 19:11:30.571377 [ 259 ] {13a4561f-081a-4df8-80ea-157e387efac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4417 | 2025.04.09 19:11:30.571496 [ 259 ] {13a4561f-081a-4df8-80ea-157e387efac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4418 | 2025.04.09 19:11:30.572328 [ 259 ] {13a4561f-081a-4df8-80ea-157e387efac5} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.04.09 19:11:30.572382 [ 259 ] {13a4561f-081a-4df8-80ea-157e387efac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4420 | 2025.04.09 19:11:30.572829 [ 259 ] {13a4561f-081a-4df8-80ea-157e387efac5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4421 | 2025.04.09 19:11:30.573087 [ 259 ] {13a4561f-081a-4df8-80ea-157e387efac5} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2025.04.09 19:11:30.573328 [ 259 ] {13a4561f-081a-4df8-80ea-157e387efac5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002024 sec., 104743.08300395256 rows/sec., 6.66 MiB/sec. | ||
| 4423 | 2025.04.09 19:11:30.573467 [ 259 ] {13a4561f-081a-4df8-80ea-157e387efac5} <Debug> TCPHandler: Processed in 0.002572782 sec. | ||
| 4424 | 2025.04.09 19:11:30.573597 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2025.04.09 19:11:30.573705 [ 259 ] {808e7767-4249-44d9-9461-58419807adb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4426 | 2025.04.09 19:11:30.573753 [ 259 ] {808e7767-4249-44d9-9461-58419807adb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4427 | 2025.04.09 19:11:30.574500 [ 259 ] {808e7767-4249-44d9-9461-58419807adb4} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2025.04.09 19:11:30.574541 [ 259 ] {808e7767-4249-44d9-9461-58419807adb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4429 | 2025.04.09 19:11:30.574959 [ 259 ] {808e7767-4249-44d9-9461-58419807adb4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4430 | 2025.04.09 19:11:30.575197 [ 259 ] {808e7767-4249-44d9-9461-58419807adb4} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2025.04.09 19:11:30.575382 [ 259 ] {808e7767-4249-44d9-9461-58419807adb4} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001701 sec., 408583.18636096414 rows/sec., 32.62 MiB/sec. | ||
| 4432 | 2025.04.09 19:11:30.575434 [ 259 ] {808e7767-4249-44d9-9461-58419807adb4} <Debug> TCPHandler: Processed in 0.001891563 sec. | ||
| 4433 | 2025.04.09 19:11:30.575552 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4434 | 2025.04.09 19:11:30.575660 [ 259 ] {dae943f9-f66b-42f5-8f9f-986f92fa40a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4435 | 2025.04.09 19:11:30.575705 [ 259 ] {dae943f9-f66b-42f5-8f9f-986f92fa40a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4436 | 2025.04.09 19:11:30.576262 [ 259 ] {dae943f9-f66b-42f5-8f9f-986f92fa40a1} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2025.04.09 19:11:30.576301 [ 259 ] {dae943f9-f66b-42f5-8f9f-986f92fa40a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4438 | 2025.04.09 19:11:30.576649 [ 259 ] {dae943f9-f66b-42f5-8f9f-986f92fa40a1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4439 | 2025.04.09 19:11:30.576881 [ 259 ] {dae943f9-f66b-42f5-8f9f-986f92fa40a1} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4440 | 2025.04.09 19:11:30.577113 [ 259 ] {dae943f9-f66b-42f5-8f9f-986f92fa40a1} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001469 sec., 98706.6031313819 rows/sec., 6.19 MiB/sec. | ||
| 4441 | 2025.04.09 19:11:30.577330 [ 259 ] {dae943f9-f66b-42f5-8f9f-986f92fa40a1} <Debug> TCPHandler: Processed in 0.00182124 sec. | ||
| 4442 | 2025.04.09 19:11:30.577468 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4443 | 2025.04.09 19:11:30.577572 [ 259 ] {64302695-c53c-456d-a5f8-f3918ce2d280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4444 | 2025.04.09 19:11:30.577616 [ 259 ] {64302695-c53c-456d-a5f8-f3918ce2d280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4445 | 2025.04.09 19:11:30.578173 [ 259 ] {64302695-c53c-456d-a5f8-f3918ce2d280} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4446 | 2025.04.09 19:11:30.578211 [ 259 ] {64302695-c53c-456d-a5f8-f3918ce2d280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4447 | 2025.04.09 19:11:30.578560 [ 259 ] {64302695-c53c-456d-a5f8-f3918ce2d280} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4448 | 2025.04.09 19:11:30.578795 [ 259 ] {64302695-c53c-456d-a5f8-f3918ce2d280} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4449 | 2025.04.09 19:11:30.578971 [ 259 ] {64302695-c53c-456d-a5f8-f3918ce2d280} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001421 sec., 79521.46375791696 rows/sec., 5.15 MiB/sec. | ||
| 4450 | 2025.04.09 19:11:30.579022 [ 259 ] {64302695-c53c-456d-a5f8-f3918ce2d280} <Debug> TCPHandler: Processed in 0.001605904 sec. | ||
| 4451 | 2025.04.09 19:11:30.579139 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4452 | 2025.04.09 19:11:30.579244 [ 259 ] {d1927af8-bbe1-4851-8f2a-cff0818f147b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4453 | 2025.04.09 19:11:30.579288 [ 259 ] {d1927af8-bbe1-4851-8f2a-cff0818f147b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4454 | 2025.04.09 19:11:30.579829 [ 259 ] {d1927af8-bbe1-4851-8f2a-cff0818f147b} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4455 | 2025.04.09 19:11:30.579867 [ 259 ] {d1927af8-bbe1-4851-8f2a-cff0818f147b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4456 | 2025.04.09 19:11:30.580206 [ 259 ] {d1927af8-bbe1-4851-8f2a-cff0818f147b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4457 | 2025.04.09 19:11:30.580438 [ 259 ] {d1927af8-bbe1-4851-8f2a-cff0818f147b} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4458 | 2025.04.09 19:11:30.580614 [ 259 ] {d1927af8-bbe1-4851-8f2a-cff0818f147b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001392 sec., 80459.77011494253 rows/sec., 4.58 MiB/sec. | ||
| 4459 | 2025.04.09 19:11:30.580664 [ 259 ] {d1927af8-bbe1-4851-8f2a-cff0818f147b} <Debug> TCPHandler: Processed in 0.001576764 sec. | ||
| 4460 | 2025.04.09 19:11:30.580798 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4461 | 2025.04.09 19:11:30.580937 [ 259 ] {4dd667f5-0f1a-4ec8-8485-41e31ad86f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4462 | 2025.04.09 19:11:30.580991 [ 259 ] {4dd667f5-0f1a-4ec8-8485-41e31ad86f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4463 | 2025.04.09 19:11:30.581717 [ 259 ] {4dd667f5-0f1a-4ec8-8485-41e31ad86f2b} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4464 | 2025.04.09 19:11:30.581757 [ 259 ] {4dd667f5-0f1a-4ec8-8485-41e31ad86f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4465 | 2025.04.09 19:11:30.582142 [ 259 ] {4dd667f5-0f1a-4ec8-8485-41e31ad86f2b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4466 | 2025.04.09 19:11:30.582385 [ 259 ] {4dd667f5-0f1a-4ec8-8485-41e31ad86f2b} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4467 | 2025.04.09 19:11:30.582609 [ 259 ] {4dd667f5-0f1a-4ec8-8485-41e31ad86f2b} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001698 sec., 247938.75147232038 rows/sec., 17.66 MiB/sec. | ||
| 4468 | 2025.04.09 19:11:30.582730 [ 259 ] {4dd667f5-0f1a-4ec8-8485-41e31ad86f2b} <Debug> TCPHandler: Processed in 0.001995166 sec. | ||
| 4469 | 2025.04.09 19:11:30.582991 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4470 | 2025.04.09 19:11:30.583100 [ 259 ] {5c722328-9cb0-4d0b-950f-ee50af9f45c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4471 | 2025.04.09 19:11:30.583149 [ 259 ] {5c722328-9cb0-4d0b-950f-ee50af9f45c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4472 | 2025.04.09 19:11:30.583605 [ 259 ] {5c722328-9cb0-4d0b-950f-ee50af9f45c9} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4473 | 2025.04.09 19:11:30.583645 [ 259 ] {5c722328-9cb0-4d0b-950f-ee50af9f45c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4474 | 2025.04.09 19:11:30.584001 [ 259 ] {5c722328-9cb0-4d0b-950f-ee50af9f45c9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4475 | 2025.04.09 19:11:30.584237 [ 259 ] {5c722328-9cb0-4d0b-950f-ee50af9f45c9} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4476 | 2025.04.09 19:11:30.584412 [ 259 ] {5c722328-9cb0-4d0b-950f-ee50af9f45c9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 234.64 KiB/sec. | ||
| 4477 | 2025.04.09 19:11:30.584463 [ 259 ] {5c722328-9cb0-4d0b-950f-ee50af9f45c9} <Debug> TCPHandler: Processed in 0.001565664 sec. | ||
| 4478 | 2025.04.09 19:11:30.584587 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4479 | 2025.04.09 19:11:30.584693 [ 259 ] {9d488a11-7af6-4c42-a282-c72136959703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4480 | 2025.04.09 19:11:30.584741 [ 259 ] {9d488a11-7af6-4c42-a282-c72136959703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4481 | 2025.04.09 19:11:30.585249 [ 259 ] {9d488a11-7af6-4c42-a282-c72136959703} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4482 | 2025.04.09 19:11:30.585286 [ 259 ] {9d488a11-7af6-4c42-a282-c72136959703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4483 | 2025.04.09 19:11:30.585676 [ 259 ] {9d488a11-7af6-4c42-a282-c72136959703} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4484 | 2025.04.09 19:11:30.585914 [ 259 ] {9d488a11-7af6-4c42-a282-c72136959703} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4485 | 2025.04.09 19:11:30.586091 [ 259 ] {9d488a11-7af6-4c42-a282-c72136959703} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001421 sec., 166783.95496129486 rows/sec., 11.18 MiB/sec. | ||
| 4486 | 2025.04.09 19:11:30.586141 [ 259 ] {9d488a11-7af6-4c42-a282-c72136959703} <Debug> TCPHandler: Processed in 0.001605334 sec. | ||
| 4487 | 2025.04.09 19:11:30.586270 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4488 | 2025.04.09 19:11:30.586398 [ 259 ] {d36cdc09-06fa-45ba-b80d-d95b3e431ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4489 | 2025.04.09 19:11:30.586451 [ 259 ] {d36cdc09-06fa-45ba-b80d-d95b3e431ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4490 | 2025.04.09 19:11:30.586863 [ 259 ] {d36cdc09-06fa-45ba-b80d-d95b3e431ef9} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4491 | 2025.04.09 19:11:30.586899 [ 259 ] {d36cdc09-06fa-45ba-b80d-d95b3e431ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4492 | 2025.04.09 19:11:30.587233 [ 259 ] {d36cdc09-06fa-45ba-b80d-d95b3e431ef9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4493 | 2025.04.09 19:11:30.587466 [ 259 ] {d36cdc09-06fa-45ba-b80d-d95b3e431ef9} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4494 | 2025.04.09 19:11:30.587586 [ 71 ] {} <Debug> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4495 | 2025.04.09 19:11:30.587634 [ 71 ] {} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4496 | 2025.04.09 19:11:30.587653 [ 259 ] {d36cdc09-06fa-45ba-b80d-d95b3e431ef9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00128 sec., 781.2499999999999 rows/sec., 52.64 KiB/sec. | ||
| 4497 | 2025.04.09 19:11:30.587665 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4498 | 2025.04.09 19:11:30.587753 [ 259 ] {d36cdc09-06fa-45ba-b80d-d95b3e431ef9} <Debug> TCPHandler: Processed in 0.001542103 sec. | ||
| 4499 | 2025.04.09 19:11:30.588100 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4500 | 2025.04.09 19:11:30.588160 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4501 | 2025.04.09 19:11:30.588417 [ 259 ] {1c332b36-4d3b-4d54-a29e-b4d65596b333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4502 | 2025.04.09 19:11:30.588430 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4503 | 2025.04.09 19:11:30.588518 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 4504 | 2025.04.09 19:11:30.588585 [ 259 ] {1c332b36-4d3b-4d54-a29e-b4d65596b333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4505 | 2025.04.09 19:11:30.588796 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4506 | 2025.04.09 19:11:30.589242 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4507 | 2025.04.09 19:11:30.589843 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4508 | 2025.04.09 19:11:30.590226 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4509 | 2025.04.09 19:11:30.590597 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4510 | 2025.04.09 19:11:30.594305 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.006527041 sec., 2144.922944409266 rows/sec., 144.53 KiB/sec. | ||
| 4511 | 2025.04.09 19:11:30.594480 [ 259 ] {1c332b36-4d3b-4d54-a29e-b4d65596b333} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4512 | 2025.04.09 19:11:30.594542 [ 259 ] {1c332b36-4d3b-4d54-a29e-b4d65596b333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4513 | 2025.04.09 19:11:30.594591 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4514 | 2025.04.09 19:11:30.595326 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4515 | 2025.04.09 19:11:30.595579 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_14_3} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4516 | 2025.04.09 19:11:30.595770 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4517 | 2025.04.09 19:11:30.596025 [ 259 ] {1c332b36-4d3b-4d54-a29e-b4d65596b333} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4518 | 2025.04.09 19:11:30.596307 [ 259 ] {1c332b36-4d3b-4d54-a29e-b4d65596b333} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4519 | 2025.04.09 19:11:30.596570 [ 259 ] {1c332b36-4d3b-4d54-a29e-b4d65596b333} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008247 sec., 4728.992360858493 rows/sec., 8.47 MiB/sec. | ||
| 4520 | 2025.04.09 19:11:30.596875 [ 259 ] {1c332b36-4d3b-4d54-a29e-b4d65596b333} <Debug> TCPHandler: Processed in 0.008858005 sec. | ||
| 4521 | 2025.04.09 19:11:30.597019 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4522 | 2025.04.09 19:11:30.597125 [ 259 ] {67282b15-28ea-48ed-b110-9a74379bb834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4523 | 2025.04.09 19:11:30.597171 [ 259 ] {67282b15-28ea-48ed-b110-9a74379bb834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4524 | 2025.04.09 19:11:30.597607 [ 259 ] {67282b15-28ea-48ed-b110-9a74379bb834} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4525 | 2025.04.09 19:11:30.597646 [ 259 ] {67282b15-28ea-48ed-b110-9a74379bb834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4526 | 2025.04.09 19:11:30.598007 [ 259 ] {67282b15-28ea-48ed-b110-9a74379bb834} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4527 | 2025.04.09 19:11:30.598239 [ 259 ] {67282b15-28ea-48ed-b110-9a74379bb834} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4528 | 2025.04.09 19:11:30.598412 [ 259 ] {67282b15-28ea-48ed-b110-9a74379bb834} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001309 sec., 62643.239113827345 rows/sec., 3.98 MiB/sec. | ||
| 4529 | 2025.04.09 19:11:30.598460 [ 259 ] {67282b15-28ea-48ed-b110-9a74379bb834} <Debug> TCPHandler: Processed in 0.001493401 sec. | ||
| 4530 | 2025.04.09 19:11:33.274094 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4531 | 2025.04.09 19:11:33.274150 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4532 | 2025.04.09 19:11:33.371065 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4533 | 2025.04.09 19:11:33.371792 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4534 | 2025.04.09 19:11:33.371838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4535 | 2025.04.09 19:11:33.372375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4536 | 2025.04.09 19:11:33.372645 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4537 | 2025.04.09 19:11:33.372930 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4538 | 2025.04.09 19:11:34.059313 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4539 | 2025.04.09 19:11:34.078539 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4540 | 2025.04.09 19:11:34.078602 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4541 | 2025.04.09 19:11:34.085886 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4542 | 2025.04.09 19:11:34.086658 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4543 | 2025.04.09 19:11:34.089290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4544 | 2025.04.09 19:11:35.563173 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4545 | 2025.04.09 19:11:35.563410 [ 259 ] {c687e7f6-e15f-4390-b6ca-d0dc6fc1939d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4546 | 2025.04.09 19:11:35.563491 [ 259 ] {c687e7f6-e15f-4390-b6ca-d0dc6fc1939d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4547 | 2025.04.09 19:11:35.564282 [ 259 ] {c687e7f6-e15f-4390-b6ca-d0dc6fc1939d} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4548 | 2025.04.09 19:11:35.564337 [ 259 ] {c687e7f6-e15f-4390-b6ca-d0dc6fc1939d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4549 | 2025.04.09 19:11:35.564792 [ 259 ] {c687e7f6-e15f-4390-b6ca-d0dc6fc1939d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4550 | 2025.04.09 19:11:35.565047 [ 259 ] {c687e7f6-e15f-4390-b6ca-d0dc6fc1939d} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4551 | 2025.04.09 19:11:35.565345 [ 259 ] {c687e7f6-e15f-4390-b6ca-d0dc6fc1939d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.17 MiB/sec. | ||
| 4552 | 2025.04.09 19:11:35.565485 [ 259 ] {c687e7f6-e15f-4390-b6ca-d0dc6fc1939d} <Debug> TCPHandler: Processed in 0.002453079 sec. | ||
| 4553 | 2025.04.09 19:11:35.565736 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4554 | 2025.04.09 19:11:35.565849 [ 259 ] {1a30da49-99db-4c34-90e2-7189589464b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4555 | 2025.04.09 19:11:35.565900 [ 259 ] {1a30da49-99db-4c34-90e2-7189589464b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4556 | 2025.04.09 19:11:35.566481 [ 259 ] {1a30da49-99db-4c34-90e2-7189589464b8} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4557 | 2025.04.09 19:11:35.566524 [ 259 ] {1a30da49-99db-4c34-90e2-7189589464b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4558 | 2025.04.09 19:11:35.566888 [ 259 ] {1a30da49-99db-4c34-90e2-7189589464b8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4559 | 2025.04.09 19:11:35.567132 [ 259 ] {1a30da49-99db-4c34-90e2-7189589464b8} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4560 | 2025.04.09 19:11:35.567382 [ 259 ] {1a30da49-99db-4c34-90e2-7189589464b8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001554 sec., 41184.04118404118 rows/sec., 3.21 MiB/sec. | ||
| 4561 | 2025.04.09 19:11:35.567580 [ 259 ] {1a30da49-99db-4c34-90e2-7189589464b8} <Debug> TCPHandler: Processed in 0.001922743 sec. | ||
| 4562 | 2025.04.09 19:11:35.567782 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4563 | 2025.04.09 19:11:35.567891 [ 259 ] {24c68fa2-786a-42fe-be1f-a35bccbe885f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4564 | 2025.04.09 19:11:35.567942 [ 259 ] {24c68fa2-786a-42fe-be1f-a35bccbe885f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4565 | 2025.04.09 19:11:35.568495 [ 259 ] {24c68fa2-786a-42fe-be1f-a35bccbe885f} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4566 | 2025.04.09 19:11:35.568535 [ 259 ] {24c68fa2-786a-42fe-be1f-a35bccbe885f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4567 | 2025.04.09 19:11:35.568934 [ 259 ] {24c68fa2-786a-42fe-be1f-a35bccbe885f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4568 | 2025.04.09 19:11:35.569170 [ 259 ] {24c68fa2-786a-42fe-be1f-a35bccbe885f} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4569 | 2025.04.09 19:11:35.569382 [ 259 ] {24c68fa2-786a-42fe-be1f-a35bccbe885f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001515 sec., 105610.56105610561 rows/sec., 7.36 MiB/sec. | ||
| 4570 | 2025.04.09 19:11:35.569436 [ 259 ] {24c68fa2-786a-42fe-be1f-a35bccbe885f} <Debug> TCPHandler: Processed in 0.001715657 sec. | ||
| 4571 | 2025.04.09 19:11:35.569564 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4572 | 2025.04.09 19:11:35.569669 [ 259 ] {4c6e3d26-48ab-4b6a-89fc-7e1210baadc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4573 | 2025.04.09 19:11:35.569716 [ 259 ] {4c6e3d26-48ab-4b6a-89fc-7e1210baadc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4574 | 2025.04.09 19:11:35.570153 [ 259 ] {4c6e3d26-48ab-4b6a-89fc-7e1210baadc7} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4575 | 2025.04.09 19:11:35.570192 [ 259 ] {4c6e3d26-48ab-4b6a-89fc-7e1210baadc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4576 | 2025.04.09 19:11:35.570547 [ 259 ] {4c6e3d26-48ab-4b6a-89fc-7e1210baadc7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4577 | 2025.04.09 19:11:35.570780 [ 259 ] {4c6e3d26-48ab-4b6a-89fc-7e1210baadc7} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4578 | 2025.04.09 19:11:35.570991 [ 259 ] {4c6e3d26-48ab-4b6a-89fc-7e1210baadc7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
| 4579 | 2025.04.09 19:11:35.571040 [ 259 ] {4c6e3d26-48ab-4b6a-89fc-7e1210baadc7} <Debug> TCPHandler: Processed in 0.001527752 sec. | ||
| 4580 | 2025.04.09 19:11:35.949024 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4581 | 2025.04.09 19:11:35.949233 [ 259 ] {52787e87-ba73-4379-9d7d-dc5a4b55f832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4582 | 2025.04.09 19:11:35.949311 [ 259 ] {52787e87-ba73-4379-9d7d-dc5a4b55f832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4583 | 2025.04.09 19:11:35.950191 [ 259 ] {52787e87-ba73-4379-9d7d-dc5a4b55f832} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2025.04.09 19:11:35.950235 [ 259 ] {52787e87-ba73-4379-9d7d-dc5a4b55f832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4585 | 2025.04.09 19:11:35.950666 [ 259 ] {52787e87-ba73-4379-9d7d-dc5a4b55f832} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4586 | 2025.04.09 19:11:35.950922 [ 259 ] {52787e87-ba73-4379-9d7d-dc5a4b55f832} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4587 | 2025.04.09 19:11:35.951168 [ 259 ] {52787e87-ba73-4379-9d7d-dc5a4b55f832} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00199 sec., 106532.66331658291 rows/sec., 6.78 MiB/sec. | ||
| 4588 | 2025.04.09 19:11:35.951374 [ 259 ] {52787e87-ba73-4379-9d7d-dc5a4b55f832} <Debug> TCPHandler: Processed in 0.002482969 sec. | ||
| 4589 | 2025.04.09 19:11:35.951504 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4590 | 2025.04.09 19:11:35.951613 [ 259 ] {2f6c9e0e-03a7-438d-bb0b-3953e6d10958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4591 | 2025.04.09 19:11:35.951663 [ 259 ] {2f6c9e0e-03a7-438d-bb0b-3953e6d10958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4592 | 2025.04.09 19:11:35.952207 [ 259 ] {2f6c9e0e-03a7-438d-bb0b-3953e6d10958} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4593 | 2025.04.09 19:11:35.952247 [ 259 ] {2f6c9e0e-03a7-438d-bb0b-3953e6d10958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4594 | 2025.04.09 19:11:35.952590 [ 259 ] {2f6c9e0e-03a7-438d-bb0b-3953e6d10958} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4595 | 2025.04.09 19:11:35.952825 [ 259 ] {2f6c9e0e-03a7-438d-bb0b-3953e6d10958} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4596 | 2025.04.09 19:11:35.953078 [ 259 ] {2f6c9e0e-03a7-438d-bb0b-3953e6d10958} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001467 sec., 1363.3265167007498 rows/sec., 111.17 KiB/sec. | ||
| 4597 | 2025.04.09 19:11:35.953204 [ 259 ] {2f6c9e0e-03a7-438d-bb0b-3953e6d10958} <Debug> TCPHandler: Processed in 0.001752599 sec. | ||
| 4598 | 2025.04.09 19:11:35.953313 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4599 | 2025.04.09 19:11:35.953416 [ 259 ] {9b8b6e13-b205-488d-8d17-caef7b6216e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4600 | 2025.04.09 19:11:35.953461 [ 259 ] {9b8b6e13-b205-488d-8d17-caef7b6216e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4601 | 2025.04.09 19:11:35.955308 [ 259 ] {9b8b6e13-b205-488d-8d17-caef7b6216e7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4602 | 2025.04.09 19:11:35.955347 [ 259 ] {9b8b6e13-b205-488d-8d17-caef7b6216e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4603 | 2025.04.09 19:11:35.955812 [ 259 ] {9b8b6e13-b205-488d-8d17-caef7b6216e7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4604 | 2025.04.09 19:11:35.956049 [ 259 ] {9b8b6e13-b205-488d-8d17-caef7b6216e7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4605 | 2025.04.09 19:11:35.956228 [ 259 ] {9b8b6e13-b205-488d-8d17-caef7b6216e7} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.002834 sec., 647847.565278758 rows/sec., 52.88 MiB/sec. | ||
| 4606 | 2025.04.09 19:11:35.956277 [ 259 ] {9b8b6e13-b205-488d-8d17-caef7b6216e7} <Debug> TCPHandler: Processed in 0.003015144 sec. | ||
| 4607 | 2025.04.09 19:11:35.956393 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4608 | 2025.04.09 19:11:35.956499 [ 259 ] {21fa3c36-9c2d-4825-a79a-1f5e30b24a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4609 | 2025.04.09 19:11:35.956544 [ 259 ] {21fa3c36-9c2d-4825-a79a-1f5e30b24a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4610 | 2025.04.09 19:11:35.957136 [ 259 ] {21fa3c36-9c2d-4825-a79a-1f5e30b24a54} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4611 | 2025.04.09 19:11:35.957174 [ 259 ] {21fa3c36-9c2d-4825-a79a-1f5e30b24a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4612 | 2025.04.09 19:11:35.957510 [ 259 ] {21fa3c36-9c2d-4825-a79a-1f5e30b24a54} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4613 | 2025.04.09 19:11:35.957744 [ 259 ] {21fa3c36-9c2d-4825-a79a-1f5e30b24a54} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4614 | 2025.04.09 19:11:35.957969 [ 259 ] {21fa3c36-9c2d-4825-a79a-1f5e30b24a54} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001487 sec., 98856.75857431069 rows/sec., 6.21 MiB/sec. | ||
| 4615 | 2025.04.09 19:11:35.958143 [ 259 ] {21fa3c36-9c2d-4825-a79a-1f5e30b24a54} <Debug> TCPHandler: Processed in 0.00179671 sec. | ||
| 4616 | 2025.04.09 19:11:35.958273 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4617 | 2025.04.09 19:11:35.958389 [ 259 ] {2e5674d7-493e-4679-b6ed-45fe07dc6482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4618 | 2025.04.09 19:11:35.958435 [ 259 ] {2e5674d7-493e-4679-b6ed-45fe07dc6482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4619 | 2025.04.09 19:11:35.959168 [ 259 ] {2e5674d7-493e-4679-b6ed-45fe07dc6482} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4620 | 2025.04.09 19:11:35.959207 [ 259 ] {2e5674d7-493e-4679-b6ed-45fe07dc6482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4621 | 2025.04.09 19:11:35.959577 [ 259 ] {2e5674d7-493e-4679-b6ed-45fe07dc6482} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4622 | 2025.04.09 19:11:35.959816 [ 259 ] {2e5674d7-493e-4679-b6ed-45fe07dc6482} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4623 | 2025.04.09 19:11:35.960045 [ 259 ] {2e5674d7-493e-4679-b6ed-45fe07dc6482} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001678 sec., 203218.1168057211 rows/sec., 13.56 MiB/sec. | ||
| 4624 | 2025.04.09 19:11:35.960276 [ 259 ] {2e5674d7-493e-4679-b6ed-45fe07dc6482} <Debug> TCPHandler: Processed in 0.002053976 sec. | ||
| 4625 | 2025.04.09 19:11:35.960425 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4626 | 2025.04.09 19:11:35.960531 [ 259 ] {0d8037ac-9b5f-4257-a0c7-1debe4bf5dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4627 | 2025.04.09 19:11:35.960575 [ 259 ] {0d8037ac-9b5f-4257-a0c7-1debe4bf5dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4628 | 2025.04.09 19:11:35.961183 [ 259 ] {0d8037ac-9b5f-4257-a0c7-1debe4bf5dcc} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4629 | 2025.04.09 19:11:35.961222 [ 259 ] {0d8037ac-9b5f-4257-a0c7-1debe4bf5dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4630 | 2025.04.09 19:11:35.961567 [ 259 ] {0d8037ac-9b5f-4257-a0c7-1debe4bf5dcc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4631 | 2025.04.09 19:11:35.961796 [ 259 ] {0d8037ac-9b5f-4257-a0c7-1debe4bf5dcc} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4632 | 2025.04.09 19:11:35.962060 [ 259 ] {0d8037ac-9b5f-4257-a0c7-1debe4bf5dcc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001524 sec., 73490.81364829396 rows/sec., 4.19 MiB/sec. | ||
| 4633 | 2025.04.09 19:11:35.962207 [ 259 ] {0d8037ac-9b5f-4257-a0c7-1debe4bf5dcc} <Debug> TCPHandler: Processed in 0.001829421 sec. | ||
| 4634 | 2025.04.09 19:11:35.962314 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4635 | 2025.04.09 19:11:35.962416 [ 259 ] {7426e62d-7a1b-4a7f-8506-38394771c1f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4636 | 2025.04.09 19:11:35.962460 [ 259 ] {7426e62d-7a1b-4a7f-8506-38394771c1f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4637 | 2025.04.09 19:11:35.963419 [ 259 ] {7426e62d-7a1b-4a7f-8506-38394771c1f1} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2025.04.09 19:11:35.963458 [ 259 ] {7426e62d-7a1b-4a7f-8506-38394771c1f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4639 | 2025.04.09 19:11:35.963840 [ 259 ] {7426e62d-7a1b-4a7f-8506-38394771c1f1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4640 | 2025.04.09 19:11:35.964092 [ 259 ] {7426e62d-7a1b-4a7f-8506-38394771c1f1} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4641 | 2025.04.09 19:11:35.964271 [ 259 ] {7426e62d-7a1b-4a7f-8506-38394771c1f1} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.001878 sec., 468051.1182108626 rows/sec., 33.88 MiB/sec. | ||
| 4642 | 2025.04.09 19:11:35.964323 [ 259 ] {7426e62d-7a1b-4a7f-8506-38394771c1f1} <Debug> TCPHandler: Processed in 0.002059767 sec. | ||
| 4643 | 2025.04.09 19:11:35.964455 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4644 | 2025.04.09 19:11:35.964594 [ 259 ] {64f8b5ce-6354-4d30-ab00-85300b8d49d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4645 | 2025.04.09 19:11:35.964648 [ 259 ] {64f8b5ce-6354-4d30-ab00-85300b8d49d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4646 | 2025.04.09 19:11:35.965092 [ 259 ] {64f8b5ce-6354-4d30-ab00-85300b8d49d7} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4647 | 2025.04.09 19:11:35.965129 [ 259 ] {64f8b5ce-6354-4d30-ab00-85300b8d49d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4648 | 2025.04.09 19:11:35.965490 [ 259 ] {64f8b5ce-6354-4d30-ab00-85300b8d49d7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4649 | 2025.04.09 19:11:35.965724 [ 259 ] {64f8b5ce-6354-4d30-ab00-85300b8d49d7} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4650 | 2025.04.09 19:11:35.965921 [ 259 ] {64f8b5ce-6354-4d30-ab00-85300b8d49d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 233.24 KiB/sec. | ||
| 4651 | 2025.04.09 19:11:35.966090 [ 259 ] {64f8b5ce-6354-4d30-ab00-85300b8d49d7} <Debug> TCPHandler: Processed in 0.001696566 sec. | ||
| 4652 | 2025.04.09 19:11:35.966267 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4653 | 2025.04.09 19:11:35.966374 [ 259 ] {0818d2de-c273-4feb-bdd7-6a7badb949fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4654 | 2025.04.09 19:11:35.966423 [ 259 ] {0818d2de-c273-4feb-bdd7-6a7badb949fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4655 | 2025.04.09 19:11:35.967213 [ 259 ] {0818d2de-c273-4feb-bdd7-6a7badb949fc} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4656 | 2025.04.09 19:11:35.967251 [ 259 ] {0818d2de-c273-4feb-bdd7-6a7badb949fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4657 | 2025.04.09 19:11:35.967665 [ 259 ] {0818d2de-c273-4feb-bdd7-6a7badb949fc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4658 | 2025.04.09 19:11:35.967892 [ 259 ] {0818d2de-c273-4feb-bdd7-6a7badb949fc} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2025.04.09 19:11:35.968102 [ 259 ] {0818d2de-c273-4feb-bdd7-6a7badb949fc} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001746 sec., 547537.2279495992 rows/sec., 36.38 MiB/sec. | ||
| 4660 | 2025.04.09 19:11:35.968294 [ 259 ] {0818d2de-c273-4feb-bdd7-6a7badb949fc} <Debug> TCPHandler: Processed in 0.002075747 sec. | ||
| 4661 | 2025.04.09 19:11:35.968497 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4662 | 2025.04.09 19:11:35.968604 [ 259 ] {5c2db903-e756-4c4d-b61e-78b2b2b58a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4663 | 2025.04.09 19:11:35.968652 [ 259 ] {5c2db903-e756-4c4d-b61e-78b2b2b58a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4664 | 2025.04.09 19:11:35.969098 [ 259 ] {5c2db903-e756-4c4d-b61e-78b2b2b58a81} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4665 | 2025.04.09 19:11:35.969136 [ 259 ] {5c2db903-e756-4c4d-b61e-78b2b2b58a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4666 | 2025.04.09 19:11:35.969472 [ 259 ] {5c2db903-e756-4c4d-b61e-78b2b2b58a81} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4667 | 2025.04.09 19:11:35.969694 [ 259 ] {5c2db903-e756-4c4d-b61e-78b2b2b58a81} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4668 | 2025.04.09 19:11:35.969860 [ 259 ] {5c2db903-e756-4c4d-b61e-78b2b2b58a81} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00128 sec., 781.2499999999999 rows/sec., 52.64 KiB/sec. | ||
| 4669 | 2025.04.09 19:11:35.969909 [ 259 ] {5c2db903-e756-4c4d-b61e-78b2b2b58a81} <Debug> TCPHandler: Processed in 0.001476491 sec. | ||
| 4670 | 2025.04.09 19:11:35.970044 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4671 | 2025.04.09 19:11:35.970149 [ 259 ] {40ac33eb-b051-41e0-b56c-6b14283bf53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4672 | 2025.04.09 19:11:35.970213 [ 259 ] {40ac33eb-b051-41e0-b56c-6b14283bf53e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4673 | 2025.04.09 19:11:35.971343 [ 259 ] {40ac33eb-b051-41e0-b56c-6b14283bf53e} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4674 | 2025.04.09 19:11:35.971380 [ 259 ] {40ac33eb-b051-41e0-b56c-6b14283bf53e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4675 | 2025.04.09 19:11:35.972012 [ 259 ] {40ac33eb-b051-41e0-b56c-6b14283bf53e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4676 | 2025.04.09 19:11:35.972260 [ 259 ] {40ac33eb-b051-41e0-b56c-6b14283bf53e} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): 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.04.09 19:11:35.972452 [ 259 ] {40ac33eb-b051-41e0-b56c-6b14283bf53e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002325 sec., 16774.1935483871 rows/sec., 30.06 MiB/sec. | ||
| 4678 | 2025.04.09 19:11:35.972544 [ 259 ] {40ac33eb-b051-41e0-b56c-6b14283bf53e} <Debug> TCPHandler: Processed in 0.00255179 sec. | ||
| 4679 | 2025.04.09 19:11:35.972659 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4680 | 2025.04.09 19:11:35.972762 [ 259 ] {24f3fa7a-f61d-440d-93e3-291aae9dd4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4681 | 2025.04.09 19:11:35.972807 [ 259 ] {24f3fa7a-f61d-440d-93e3-291aae9dd4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4682 | 2025.04.09 19:11:35.973234 [ 259 ] {24f3fa7a-f61d-440d-93e3-291aae9dd4f9} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4683 | 2025.04.09 19:11:35.973271 [ 259 ] {24f3fa7a-f61d-440d-93e3-291aae9dd4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4684 | 2025.04.09 19:11:35.973608 [ 259 ] {24f3fa7a-f61d-440d-93e3-291aae9dd4f9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4685 | 2025.04.09 19:11:35.973836 [ 259 ] {24f3fa7a-f61d-440d-93e3-291aae9dd4f9} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4686 | 2025.04.09 19:11:35.974049 [ 259 ] {24f3fa7a-f61d-440d-93e3-291aae9dd4f9} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001305 sec., 26053.639846743295 rows/sec., 1.51 MiB/sec. | ||
| 4687 | 2025.04.09 19:11:35.974246 [ 259 ] {24f3fa7a-f61d-440d-93e3-291aae9dd4f9} <Debug> TCPHandler: Processed in 0.001636905 sec. | ||
| 4688 | 2025.04.09 19:11:36.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.00 MiB, peak 195.39 MiB, free memory in arenas 0.00 B, will set to 187.88 MiB (RSS), difference: -1.12 MiB | ||
| 4689 | 2025.04.09 19:11:38.410262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 682 | ||
| 4690 | 2025.04.09 19:11:38.414476 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2025.04.09 19:11:38.414527 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4692 | 2025.04.09 19:11:38.415979 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4693 | 2025.04.09 19:11:38.416287 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2025.04.09 19:11:38.416476 [ 58 ] {} <Debug> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4695 | 2025.04.09 19:11:38.416537 [ 58 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4696 | 2025.04.09 19:11:38.416585 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4697 | 2025.04.09 19:11:38.416966 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::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 | ||
| 4698 | 2025.04.09 19:11:38.418005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
| 4699 | 2025.04.09 19:11:38.418308 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4700 | 2025.04.09 19:11:38.418445 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 498 rows starting from the beginning of the part | ||
| 4701 | 2025.04.09 19:11:38.418895 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
| 4702 | 2025.04.09 19:11:38.419292 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 54 rows starting from the beginning of the part | ||
| 4703 | 2025.04.09 19:11:38.419704 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 4704 | 2025.04.09 19:11:38.420110 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
| 4705 | 2025.04.09 19:11:38.420547 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part | ||
| 4706 | 2025.04.09 19:11:38.428344 [ 192 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 72 columns (72 merged, 0 gathered) in 0.011661982 sec., 58480.62533452718 rows/sec., 49.97 MiB/sec. | ||
| 4707 | 2025.04.09 19:11:38.429613 [ 201 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4708 | 2025.04.09 19:11:38.430458 [ 201 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_16_3} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4709 | 2025.04.09 19:11:38.430553 [ 201 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_16_3} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4710 | 2025.04.09 19:11:38.430881 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. | ||
| 4711 | 2025.04.09 19:11:40.563176 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4712 | 2025.04.09 19:11:40.563404 [ 259 ] {840d2510-7e9e-4f5e-8bab-04935e1d08aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4713 | 2025.04.09 19:11:40.563483 [ 259 ] {840d2510-7e9e-4f5e-8bab-04935e1d08aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4714 | 2025.04.09 19:11:40.564315 [ 259 ] {840d2510-7e9e-4f5e-8bab-04935e1d08aa} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4715 | 2025.04.09 19:11:40.564363 [ 259 ] {840d2510-7e9e-4f5e-8bab-04935e1d08aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4716 | 2025.04.09 19:11:40.564812 [ 259 ] {840d2510-7e9e-4f5e-8bab-04935e1d08aa} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4717 | 2025.04.09 19:11:40.565078 [ 259 ] {840d2510-7e9e-4f5e-8bab-04935e1d08aa} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4718 | 2025.04.09 19:11:40.565277 [ 56 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4719 | 2025.04.09 19:11:40.565344 [ 259 ] {840d2510-7e9e-4f5e-8bab-04935e1d08aa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001994 sec., 28084.252758274823 rows/sec., 2.16 MiB/sec. | ||
| 4720 | 2025.04.09 19:11:40.565363 [ 56 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4721 | 2025.04.09 19:11:40.565424 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4722 | 2025.04.09 19:11:40.565484 [ 259 ] {840d2510-7e9e-4f5e-8bab-04935e1d08aa} <Debug> TCPHandler: Processed in 0.002448518 sec. | ||
| 4723 | 2025.04.09 19:11:40.565627 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 4724 | 2025.04.09 19:11:40.565660 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4725 | 2025.04.09 19:11:40.565787 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4726 | 2025.04.09 19:11:40.565806 [ 259 ] {2f4d157a-9ce5-4546-a4ce-7456868d38c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4727 | 2025.04.09 19:11:40.565832 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 4728 | 2025.04.09 19:11:40.565865 [ 259 ] {2f4d157a-9ce5-4546-a4ce-7456868d38c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4729 | 2025.04.09 19:11:40.566063 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 4730 | 2025.04.09 19:11:40.566274 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 695 rows starting from the beginning of the part | ||
| 4731 | 2025.04.09 19:11:40.566552 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 4732 | 2025.04.09 19:11:40.566824 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1836 rows starting from the beginning of the part | ||
| 4733 | 2025.04.09 19:11:40.567021 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 4734 | 2025.04.09 19:11:40.567571 [ 259 ] {2f4d157a-9ce5-4546-a4ce-7456868d38c7} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4735 | 2025.04.09 19:11:40.567618 [ 259 ] {2f4d157a-9ce5-4546-a4ce-7456868d38c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4736 | 2025.04.09 19:11:40.568263 [ 259 ] {2f4d157a-9ce5-4546-a4ce-7456868d38c7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4737 | 2025.04.09 19:11:40.568584 [ 259 ] {2f4d157a-9ce5-4546-a4ce-7456868d38c7} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4738 | 2025.04.09 19:11:40.568803 [ 56 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4739 | 2025.04.09 19:11:40.568884 [ 56 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4740 | 2025.04.09 19:11:40.568897 [ 259 ] {2f4d157a-9ce5-4546-a4ce-7456868d38c7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003121 sec., 20506.24799743672 rows/sec., 1.60 MiB/sec. | ||
| 4741 | 2025.04.09 19:11:40.568921 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4742 | 2025.04.09 19:11:40.569197 [ 259 ] {2f4d157a-9ce5-4546-a4ce-7456868d38c7} <Debug> TCPHandler: Processed in 0.003589609 sec. | ||
| 4743 | 2025.04.09 19:11:40.569420 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 4744 | 2025.04.09 19:11:40.569540 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4745 | 2025.04.09 19:11:40.570001 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.004460923 sec., 1018399.1070906178 rows/sec., 86.53 MiB/sec. | ||
| 4746 | 2025.04.09 19:11:40.570030 [ 259 ] {a67e25c4-1926-425c-a7a9-7e68e471e5b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4747 | 2025.04.09 19:11:40.570053 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4748 | 2025.04.09 19:11:40.570160 [ 259 ] {a67e25c4-1926-425c-a7a9-7e68e471e5b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4749 | 2025.04.09 19:11:40.570166 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 4750 | 2025.04.09 19:11:40.570408 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4751 | 2025.04.09 19:11:40.570982 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 4752 | 2025.04.09 19:11:40.571594 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_36_7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4753 | 2025.04.09 19:11:40.571773 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 421 rows starting from the beginning of the part | ||
| 4754 | 2025.04.09 19:11:40.571882 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_36_7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4755 | 2025.04.09 19:11:40.572223 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 4756 | 2025.04.09 19:11:40.572401 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
| 4757 | 2025.04.09 19:11:40.572793 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 879 rows starting from the beginning of the part | ||
| 4758 | 2025.04.09 19:11:40.573202 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 4759 | 2025.04.09 19:11:40.573428 [ 259 ] {a67e25c4-1926-425c-a7a9-7e68e471e5b6} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4760 | 2025.04.09 19:11:40.573547 [ 259 ] {a67e25c4-1926-425c-a7a9-7e68e471e5b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4761 | 2025.04.09 19:11:40.574586 [ 259 ] {a67e25c4-1926-425c-a7a9-7e68e471e5b6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4762 | 2025.04.09 19:11:40.575160 [ 259 ] {a67e25c4-1926-425c-a7a9-7e68e471e5b6} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4763 | 2025.04.09 19:11:40.575510 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4764 | 2025.04.09 19:11:40.575625 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4765 | 2025.04.09 19:11:40.575717 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4766 | 2025.04.09 19:11:40.575819 [ 259 ] {a67e25c4-1926-425c-a7a9-7e68e471e5b6} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005885 sec., 21750.212404418013 rows/sec., 1.51 MiB/sec. | ||
| 4767 | 2025.04.09 19:11:40.576214 [ 259 ] {a67e25c4-1926-425c-a7a9-7e68e471e5b6} <Debug> TCPHandler: Processed in 0.006785987 sec. | ||
| 4768 | 2025.04.09 19:11:40.576342 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 4769 | 2025.04.09 19:11:40.576524 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4770 | 2025.04.09 19:11:40.576911 [ 259 ] {c42a9119-8859-43ad-9f1b-50d8cb97b5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4771 | 2025.04.09 19:11:40.577115 [ 259 ] {c42a9119-8859-43ad-9f1b-50d8cb97b5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4772 | 2025.04.09 19:11:40.577057 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4773 | 2025.04.09 19:11:40.577593 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9924 rows starting from the beginning of the part | ||
| 4774 | 2025.04.09 19:11:40.578153 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 4775 | 2025.04.09 19:11:40.578535 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 4776 | 2025.04.09 19:11:40.578939 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 4777 | 2025.04.09 19:11:40.579381 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 956 rows starting from the beginning of the part | ||
| 4778 | 2025.04.09 19:11:40.579764 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part | ||
| 4779 | 2025.04.09 19:11:40.579997 [ 259 ] {c42a9119-8859-43ad-9f1b-50d8cb97b5ed} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4780 | 2025.04.09 19:11:40.580123 [ 259 ] {c42a9119-8859-43ad-9f1b-50d8cb97b5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4781 | 2025.04.09 19:11:40.580747 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.011657863 sec., 206298.53001360543 rows/sec., 15.79 MiB/sec. | ||
| 4782 | 2025.04.09 19:11:40.581181 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4783 | 2025.04.09 19:11:40.581728 [ 259 ] {c42a9119-8859-43ad-9f1b-50d8cb97b5ed} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4784 | 2025.04.09 19:11:40.581996 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_36_7} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4785 | 2025.04.09 19:11:40.582104 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_36_7} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4786 | 2025.04.09 19:11:40.582115 [ 259 ] {c42a9119-8859-43ad-9f1b-50d8cb97b5ed} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4787 | 2025.04.09 19:11:40.582339 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4788 | 2025.04.09 19:11:40.582497 [ 56 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4789 | 2025.04.09 19:11:40.582608 [ 56 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4790 | 2025.04.09 19:11:40.582684 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4791 | 2025.04.09 19:11:40.582796 [ 259 ] {c42a9119-8859-43ad-9f1b-50d8cb97b5ed} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005994 sec., 8008.008008008008 rows/sec., 552.64 KiB/sec. | ||
| 4792 | 2025.04.09 19:11:40.583195 [ 259 ] {c42a9119-8859-43ad-9f1b-50d8cb97b5ed} <Debug> TCPHandler: Processed in 0.006760996 sec. | ||
| 4793 | 2025.04.09 19:11:40.583189 [ 199 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 4794 | 2025.04.09 19:11:40.583639 [ 199 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4795 | 2025.04.09 19:11:40.583703 [ 199 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1894 rows starting from the beginning of the part | ||
| 4796 | 2025.04.09 19:11:40.583970 [ 199 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 4797 | 2025.04.09 19:11:40.584355 [ 199 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 4798 | 2025.04.09 19:11:40.584690 [ 199 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 4799 | 2025.04.09 19:11:40.585067 [ 199 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 4800 | 2025.04.09 19:11:40.585180 [ 199 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
| 4801 | 2025.04.09 19:11:40.587103 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 4 columns (4 merged, 0 gathered) in 0.004288279 sec., 507896.0580689829 rows/sec., 33.12 MiB/sec. | ||
| 4802 | 2025.04.09 19:11:40.587512 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4803 | 2025.04.09 19:11:40.587685 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11565 rows, containing 5 columns (5 merged, 0 gathered) in 0.011798207 sec., 980233.6914414199 rows/sec., 66.14 MiB/sec. | ||
| 4804 | 2025.04.09 19:11:40.588039 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4805 | 2025.04.09 19:11:40.588122 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_36_7} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4806 | 2025.04.09 19:11:40.588283 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_36_7} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4807 | 2025.04.09 19:11:40.588483 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 4808 | 2025.04.09 19:11:40.588594 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4809 | 2025.04.09 19:11:40.588682 [ 200 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4810 | 2025.04.09 19:11:40.588770 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 4811 | 2025.04.09 19:11:40.873039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4812 | 2025.04.09 19:11:40.873684 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4813 | 2025.04.09 19:11:40.873735 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4814 | 2025.04.09 19:11:40.874276 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4815 | 2025.04.09 19:11:40.874538 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2025.04.09 19:11:40.874807 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4817 | 2025.04.09 19:11:41.589343 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4818 | 2025.04.09 19:11:41.611180 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4819 | 2025.04.09 19:11:41.611241 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4820 | 2025.04.09 19:11:41.618999 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4821 | 2025.04.09 19:11:41.619787 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4822 | 2025.04.09 19:11:41.622729 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4823 | 2025.04.09 19:11:45.563756 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4824 | 2025.04.09 19:11:45.563967 [ 259 ] {b9064a82-52c1-4a4a-8706-ef00dadc8841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4825 | 2025.04.09 19:11:45.564041 [ 259 ] {b9064a82-52c1-4a4a-8706-ef00dadc8841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4826 | 2025.04.09 19:11:45.564825 [ 259 ] {b9064a82-52c1-4a4a-8706-ef00dadc8841} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4827 | 2025.04.09 19:11:45.564871 [ 259 ] {b9064a82-52c1-4a4a-8706-ef00dadc8841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4828 | 2025.04.09 19:11:45.565323 [ 259 ] {b9064a82-52c1-4a4a-8706-ef00dadc8841} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4829 | 2025.04.09 19:11:45.565584 [ 259 ] {b9064a82-52c1-4a4a-8706-ef00dadc8841} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4830 | 2025.04.09 19:11:45.565809 [ 259 ] {b9064a82-52c1-4a4a-8706-ef00dadc8841} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001887 sec., 29676.7355590885 rows/sec., 2.28 MiB/sec. | ||
| 4831 | 2025.04.09 19:11:45.565942 [ 259 ] {b9064a82-52c1-4a4a-8706-ef00dadc8841} <Debug> TCPHandler: Processed in 0.002316654 sec. | ||
| 4832 | 2025.04.09 19:11:45.566208 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4833 | 2025.04.09 19:11:45.566323 [ 259 ] {1935a5f2-ab46-4c0e-9fc2-f148d7a63cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4834 | 2025.04.09 19:11:45.566374 [ 259 ] {1935a5f2-ab46-4c0e-9fc2-f148d7a63cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4835 | 2025.04.09 19:11:45.566958 [ 259 ] {1935a5f2-ab46-4c0e-9fc2-f148d7a63cdc} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4836 | 2025.04.09 19:11:45.566998 [ 259 ] {1935a5f2-ab46-4c0e-9fc2-f148d7a63cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4837 | 2025.04.09 19:11:45.567369 [ 259 ] {1935a5f2-ab46-4c0e-9fc2-f148d7a63cdc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4838 | 2025.04.09 19:11:45.567613 [ 259 ] {1935a5f2-ab46-4c0e-9fc2-f148d7a63cdc} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4839 | 2025.04.09 19:11:45.567791 [ 259 ] {1935a5f2-ab46-4c0e-9fc2-f148d7a63cdc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001496 sec., 42780.74866310161 rows/sec., 3.34 MiB/sec. | ||
| 4840 | 2025.04.09 19:11:45.567844 [ 259 ] {1935a5f2-ab46-4c0e-9fc2-f148d7a63cdc} <Debug> TCPHandler: Processed in 0.001729158 sec. | ||
| 4841 | 2025.04.09 19:11:45.567965 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4842 | 2025.04.09 19:11:45.568075 [ 259 ] {ead062c8-b522-4fec-b637-3b65cd09deaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4843 | 2025.04.09 19:11:45.568126 [ 259 ] {ead062c8-b522-4fec-b637-3b65cd09deaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4844 | 2025.04.09 19:11:45.568654 [ 259 ] {ead062c8-b522-4fec-b637-3b65cd09deaa} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4845 | 2025.04.09 19:11:45.568692 [ 259 ] {ead062c8-b522-4fec-b637-3b65cd09deaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4846 | 2025.04.09 19:11:45.569080 [ 259 ] {ead062c8-b522-4fec-b637-3b65cd09deaa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4847 | 2025.04.09 19:11:45.569318 [ 259 ] {ead062c8-b522-4fec-b637-3b65cd09deaa} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4848 | 2025.04.09 19:11:45.569498 [ 259 ] {ead062c8-b522-4fec-b637-3b65cd09deaa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001447 sec., 110573.60055286801 rows/sec., 7.70 MiB/sec. | ||
| 4849 | 2025.04.09 19:11:45.569549 [ 259 ] {ead062c8-b522-4fec-b637-3b65cd09deaa} <Debug> TCPHandler: Processed in 0.001638135 sec. | ||
| 4850 | 2025.04.09 19:11:45.569674 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4851 | 2025.04.09 19:11:45.569783 [ 259 ] {112cb0f6-1cfc-4446-a56d-70c6f7b9a277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4852 | 2025.04.09 19:11:45.569830 [ 259 ] {112cb0f6-1cfc-4446-a56d-70c6f7b9a277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4853 | 2025.04.09 19:11:45.570277 [ 259 ] {112cb0f6-1cfc-4446-a56d-70c6f7b9a277} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2025.04.09 19:11:45.570315 [ 259 ] {112cb0f6-1cfc-4446-a56d-70c6f7b9a277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4855 | 2025.04.09 19:11:45.570674 [ 259 ] {112cb0f6-1cfc-4446-a56d-70c6f7b9a277} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4856 | 2025.04.09 19:11:45.570919 [ 259 ] {112cb0f6-1cfc-4446-a56d-70c6f7b9a277} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4857 | 2025.04.09 19:11:45.571098 [ 259 ] {112cb0f6-1cfc-4446-a56d-70c6f7b9a277} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec. | ||
| 4858 | 2025.04.09 19:11:45.571146 [ 259 ] {112cb0f6-1cfc-4446-a56d-70c6f7b9a277} <Debug> TCPHandler: Processed in 0.001526252 sec. | ||
| 4859 | 2025.04.09 19:11:47.310580 [ 50 ] {} <Debug> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4860 | 2025.04.09 19:11:47.310678 [ 50 ] {} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4861 | 2025.04.09 19:11:47.310721 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4862 | 2025.04.09 19:11:47.311033 [ 196 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4863 | 2025.04.09 19:11:47.311394 [ 196 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4864 | 2025.04.09 19:11:47.311467 [ 196 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 341 rows starting from the beginning of the part | ||
| 4865 | 2025.04.09 19:11:47.311652 [ 196 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 341 rows starting from the beginning of the part | ||
| 4866 | 2025.04.09 19:11:47.311927 [ 196 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 4867 | 2025.04.09 19:11:47.312150 [ 196 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
| 4868 | 2025.04.09 19:11:47.312304 [ 196 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 341 rows starting from the beginning of the part | ||
| 4869 | 2025.04.09 19:11:47.313624 [ 198 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002784207 sec., 448601.70238778944 rows/sec., 31.48 MiB/sec. | ||
| 4870 | 2025.04.09 19:11:47.313867 [ 193 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4871 | 2025.04.09 19:11:47.314267 [ 193 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_15_3} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4872 | 2025.04.09 19:11:47.314359 [ 193 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_15_3} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4873 | 2025.04.09 19:11:47.314468 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 4874 | 2025.04.09 19:11:47.610077 [ 49 ] {} <Debug> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4875 | 2025.04.09 19:11:47.610141 [ 49 ] {} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4876 | 2025.04.09 19:11:47.610168 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4877 | 2025.04.09 19:11:47.610397 [ 196 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4878 | 2025.04.09 19:11:47.610596 [ 196 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4879 | 2025.04.09 19:11:47.610637 [ 196 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 159 rows starting from the beginning of the part | ||
| 4880 | 2025.04.09 19:11:47.610731 [ 196 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 161 rows starting from the beginning of the part | ||
| 4881 | 2025.04.09 19:11:47.610994 [ 196 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 145 rows starting from the beginning of the part | ||
| 4882 | 2025.04.09 19:11:47.611176 [ 196 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 145 rows starting from the beginning of the part | ||
| 4883 | 2025.04.09 19:11:47.611328 [ 196 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 147 rows starting from the beginning of the part | ||
| 4884 | 2025.04.09 19:11:47.612623 [ 198 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.002362936 sec., 320364.1571333291 rows/sec., 21.40 MiB/sec. | ||
| 4885 | 2025.04.09 19:11:47.612854 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4886 | 2025.04.09 19:11:47.613243 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_15_3} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4887 | 2025.04.09 19:11:47.613331 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_15_3} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4888 | 2025.04.09 19:11:47.613434 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4889 | 2025.04.09 19:11:47.646216 [ 49 ] {} <Debug> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4890 | 2025.04.09 19:11:47.646281 [ 49 ] {} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4891 | 2025.04.09 19:11:47.646319 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4892 | 2025.04.09 19:11:47.646514 [ 196 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4893 | 2025.04.09 19:11:47.646761 [ 196 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4894 | 2025.04.09 19:11:47.646812 [ 196 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 4895 | 2025.04.09 19:11:47.646941 [ 196 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 4896 | 2025.04.09 19:11:47.647276 [ 196 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 4897 | 2025.04.09 19:11:47.647527 [ 196 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 4898 | 2025.04.09 19:11:47.647704 [ 196 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 4899 | 2025.04.09 19:11:47.648712 [ 194 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002302634 sec., 39085.67318992076 rows/sec., 1.99 MiB/sec. | ||
| 4900 | 2025.04.09 19:11:47.648903 [ 194 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4901 | 2025.04.09 19:11:47.649252 [ 194 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_15_3} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4902 | 2025.04.09 19:11:47.649341 [ 194 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_15_3} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4903 | 2025.04.09 19:11:47.649440 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4904 | 2025.04.09 19:11:48.274195 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4905 | 2025.04.09 19:11:48.274245 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4906 | 2025.04.09 19:11:48.374912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4907 | 2025.04.09 19:11:48.375907 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4908 | 2025.04.09 19:11:48.375970 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4909 | 2025.04.09 19:11:48.376571 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4910 | 2025.04.09 19:11:48.376835 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4911 | 2025.04.09 19:11:48.377075 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4912 | 2025.04.09 19:11:48.418280 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 698 | ||
| 4913 | 2025.04.09 19:11:48.421069 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4914 | 2025.04.09 19:11:48.421117 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4915 | 2025.04.09 19:11:48.422570 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4916 | 2025.04.09 19:11:48.422884 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4917 | 2025.04.09 19:11:48.423427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 698 | ||
| 4918 | 2025.04.09 19:11:49.122793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4919 | 2025.04.09 19:11:49.145536 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4920 | 2025.04.09 19:11:49.145601 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4921 | 2025.04.09 19:11:49.153134 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4922 | 2025.04.09 19:11:49.153917 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4923 | 2025.04.09 19:11:49.156769 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4924 | 2025.04.09 19:11:50.571145 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4925 | 2025.04.09 19:11:50.571341 [ 259 ] {26a4b24a-46fa-4a9a-a292-81c1f0c70b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4926 | 2025.04.09 19:11:50.571411 [ 259 ] {26a4b24a-46fa-4a9a-a292-81c1f0c70b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4927 | 2025.04.09 19:11:50.572238 [ 259 ] {26a4b24a-46fa-4a9a-a292-81c1f0c70b62} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4928 | 2025.04.09 19:11:50.572284 [ 259 ] {26a4b24a-46fa-4a9a-a292-81c1f0c70b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4929 | 2025.04.09 19:11:50.572732 [ 259 ] {26a4b24a-46fa-4a9a-a292-81c1f0c70b62} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4930 | 2025.04.09 19:11:50.572990 [ 259 ] {26a4b24a-46fa-4a9a-a292-81c1f0c70b62} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4931 | 2025.04.09 19:11:50.573232 [ 259 ] {26a4b24a-46fa-4a9a-a292-81c1f0c70b62} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001934 sec., 109617.37331954499 rows/sec., 6.97 MiB/sec. | ||
| 4932 | 2025.04.09 19:11:50.573451 [ 259 ] {26a4b24a-46fa-4a9a-a292-81c1f0c70b62} <Debug> TCPHandler: Processed in 0.002438788 sec. | ||
| 4933 | 2025.04.09 19:11:50.573587 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4934 | 2025.04.09 19:11:50.573696 [ 259 ] {fea90fe3-677c-4f3e-abc1-16774e8b3968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4935 | 2025.04.09 19:11:50.573745 [ 259 ] {fea90fe3-677c-4f3e-abc1-16774e8b3968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4936 | 2025.04.09 19:11:50.574655 [ 259 ] {fea90fe3-677c-4f3e-abc1-16774e8b3968} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4937 | 2025.04.09 19:11:50.574697 [ 259 ] {fea90fe3-677c-4f3e-abc1-16774e8b3968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4938 | 2025.04.09 19:11:50.575112 [ 259 ] {fea90fe3-677c-4f3e-abc1-16774e8b3968} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4939 | 2025.04.09 19:11:50.575357 [ 259 ] {fea90fe3-677c-4f3e-abc1-16774e8b3968} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4940 | 2025.04.09 19:11:50.575573 [ 259 ] {fea90fe3-677c-4f3e-abc1-16774e8b3968} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001904 sec., 365021.0084033613 rows/sec., 29.14 MiB/sec. | ||
| 4941 | 2025.04.09 19:11:50.575631 [ 259 ] {fea90fe3-677c-4f3e-abc1-16774e8b3968} <Debug> TCPHandler: Processed in 0.002096727 sec. | ||
| 4942 | 2025.04.09 19:11:50.575743 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4943 | 2025.04.09 19:11:50.575850 [ 259 ] {3f6fd806-a900-4c0c-885e-fc8494bcd162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4944 | 2025.04.09 19:11:50.575895 [ 259 ] {3f6fd806-a900-4c0c-885e-fc8494bcd162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4945 | 2025.04.09 19:11:50.576458 [ 259 ] {3f6fd806-a900-4c0c-885e-fc8494bcd162} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4946 | 2025.04.09 19:11:50.576497 [ 259 ] {3f6fd806-a900-4c0c-885e-fc8494bcd162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4947 | 2025.04.09 19:11:50.576850 [ 259 ] {3f6fd806-a900-4c0c-885e-fc8494bcd162} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4948 | 2025.04.09 19:11:50.577091 [ 259 ] {3f6fd806-a900-4c0c-885e-fc8494bcd162} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4949 | 2025.04.09 19:11:50.577286 [ 259 ] {3f6fd806-a900-4c0c-885e-fc8494bcd162} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001459 sec., 99383.13913639479 rows/sec., 6.24 MiB/sec. | ||
| 4950 | 2025.04.09 19:11:50.577338 [ 259 ] {3f6fd806-a900-4c0c-885e-fc8494bcd162} <Debug> TCPHandler: Processed in 0.001646286 sec. | ||
| 4951 | 2025.04.09 19:11:50.577455 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4952 | 2025.04.09 19:11:50.577571 [ 259 ] {e5a690c9-cbcb-4ea2-a891-a07b520d9d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4953 | 2025.04.09 19:11:50.577616 [ 259 ] {e5a690c9-cbcb-4ea2-a891-a07b520d9d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4954 | 2025.04.09 19:11:50.578186 [ 259 ] {e5a690c9-cbcb-4ea2-a891-a07b520d9d06} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4955 | 2025.04.09 19:11:50.578227 [ 259 ] {e5a690c9-cbcb-4ea2-a891-a07b520d9d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4956 | 2025.04.09 19:11:50.578595 [ 259 ] {e5a690c9-cbcb-4ea2-a891-a07b520d9d06} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4957 | 2025.04.09 19:11:50.578835 [ 259 ] {e5a690c9-cbcb-4ea2-a891-a07b520d9d06} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4958 | 2025.04.09 19:11:50.579038 [ 259 ] {e5a690c9-cbcb-4ea2-a891-a07b520d9d06} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001489 sec., 75889.85896574882 rows/sec., 4.91 MiB/sec. | ||
| 4959 | 2025.04.09 19:11:50.579091 [ 259 ] {e5a690c9-cbcb-4ea2-a891-a07b520d9d06} <Debug> TCPHandler: Processed in 0.001691027 sec. | ||
| 4960 | 2025.04.09 19:11:50.579218 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4961 | 2025.04.09 19:11:50.579358 [ 259 ] {1d384b11-719b-4e52-a972-a92bd22f37bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4962 | 2025.04.09 19:11:50.579413 [ 259 ] {1d384b11-719b-4e52-a972-a92bd22f37bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4963 | 2025.04.09 19:11:50.580097 [ 259 ] {1d384b11-719b-4e52-a972-a92bd22f37bd} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4964 | 2025.04.09 19:11:50.580146 [ 259 ] {1d384b11-719b-4e52-a972-a92bd22f37bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4965 | 2025.04.09 19:11:50.580524 [ 259 ] {1d384b11-719b-4e52-a972-a92bd22f37bd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4966 | 2025.04.09 19:11:50.580780 [ 259 ] {1d384b11-719b-4e52-a972-a92bd22f37bd} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4967 | 2025.04.09 19:11:50.581003 [ 259 ] {1d384b11-719b-4e52-a972-a92bd22f37bd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001671 sec., 67025.73309395571 rows/sec., 3.82 MiB/sec. | ||
| 4968 | 2025.04.09 19:11:50.581113 [ 259 ] {1d384b11-719b-4e52-a972-a92bd22f37bd} <Debug> TCPHandler: Processed in 0.001959394 sec. | ||
| 4969 | 2025.04.09 19:11:50.581219 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4970 | 2025.04.09 19:11:50.581321 [ 259 ] {6d8747a3-45c8-4cd0-a2e0-a54c6ae8f8cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4971 | 2025.04.09 19:11:50.581367 [ 259 ] {6d8747a3-45c8-4cd0-a2e0-a54c6ae8f8cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4972 | 2025.04.09 19:11:50.582041 [ 259 ] {6d8747a3-45c8-4cd0-a2e0-a54c6ae8f8cc} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4973 | 2025.04.09 19:11:50.582081 [ 259 ] {6d8747a3-45c8-4cd0-a2e0-a54c6ae8f8cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4974 | 2025.04.09 19:11:50.582454 [ 259 ] {6d8747a3-45c8-4cd0-a2e0-a54c6ae8f8cc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4975 | 2025.04.09 19:11:50.582707 [ 259 ] {6d8747a3-45c8-4cd0-a2e0-a54c6ae8f8cc} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4976 | 2025.04.09 19:11:50.582955 [ 259 ] {6d8747a3-45c8-4cd0-a2e0-a54c6ae8f8cc} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001655 sec., 254380.66465256797 rows/sec., 18.12 MiB/sec. | ||
| 4977 | 2025.04.09 19:11:50.583174 [ 259 ] {6d8747a3-45c8-4cd0-a2e0-a54c6ae8f8cc} <Debug> TCPHandler: Processed in 0.002003995 sec. | ||
| 4978 | 2025.04.09 19:11:50.583345 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4979 | 2025.04.09 19:11:50.583454 [ 259 ] {ded2b473-8285-40ec-8cd9-74c3566cc787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4980 | 2025.04.09 19:11:50.583502 [ 259 ] {ded2b473-8285-40ec-8cd9-74c3566cc787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4981 | 2025.04.09 19:11:50.583963 [ 259 ] {ded2b473-8285-40ec-8cd9-74c3566cc787} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4982 | 2025.04.09 19:11:50.584003 [ 259 ] {ded2b473-8285-40ec-8cd9-74c3566cc787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4983 | 2025.04.09 19:11:50.584363 [ 259 ] {ded2b473-8285-40ec-8cd9-74c3566cc787} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4984 | 2025.04.09 19:11:50.584606 [ 259 ] {ded2b473-8285-40ec-8cd9-74c3566cc787} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4985 | 2025.04.09 19:11:50.584806 [ 259 ] {ded2b473-8285-40ec-8cd9-74c3566cc787} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
| 4986 | 2025.04.09 19:11:50.584857 [ 259 ] {ded2b473-8285-40ec-8cd9-74c3566cc787} <Debug> TCPHandler: Processed in 0.001574104 sec. | ||
| 4987 | 2025.04.09 19:11:50.584963 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4988 | 2025.04.09 19:11:50.585066 [ 259 ] {9482a164-73af-4091-b31a-e3b057e4fdc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4989 | 2025.04.09 19:11:50.585115 [ 259 ] {9482a164-73af-4091-b31a-e3b057e4fdc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4990 | 2025.04.09 19:11:50.585635 [ 259 ] {9482a164-73af-4091-b31a-e3b057e4fdc0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4991 | 2025.04.09 19:11:50.585675 [ 259 ] {9482a164-73af-4091-b31a-e3b057e4fdc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4992 | 2025.04.09 19:11:50.586068 [ 259 ] {9482a164-73af-4091-b31a-e3b057e4fdc0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4993 | 2025.04.09 19:11:50.586318 [ 259 ] {9482a164-73af-4091-b31a-e3b057e4fdc0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4994 | 2025.04.09 19:11:50.586570 [ 259 ] {9482a164-73af-4091-b31a-e3b057e4fdc0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001518 sec., 156126.48221343872 rows/sec., 10.46 MiB/sec. | ||
| 4995 | 2025.04.09 19:11:50.586688 [ 259 ] {9482a164-73af-4091-b31a-e3b057e4fdc0} <Debug> TCPHandler: Processed in 0.00177052 sec. | ||
| 4996 | 2025.04.09 19:11:50.586937 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4997 | 2025.04.09 19:11:50.587045 [ 259 ] {958f6365-8bb6-44af-a307-a9b47feeaa44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4998 | 2025.04.09 19:11:50.587096 [ 259 ] {958f6365-8bb6-44af-a307-a9b47feeaa44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4999 | 2025.04.09 19:11:50.587527 [ 259 ] {958f6365-8bb6-44af-a307-a9b47feeaa44} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5000 | 2025.04.09 19:11:50.587567 [ 259 ] {958f6365-8bb6-44af-a307-a9b47feeaa44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5001 | 2025.04.09 19:11:50.587925 [ 259 ] {958f6365-8bb6-44af-a307-a9b47feeaa44} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5002 | 2025.04.09 19:11:50.588169 [ 259 ] {958f6365-8bb6-44af-a307-a9b47feeaa44} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5003 | 2025.04.09 19:11:50.588372 [ 259 ] {958f6365-8bb6-44af-a307-a9b47feeaa44} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001351 sec., 740.1924500370096 rows/sec., 49.88 KiB/sec. | ||
| 5004 | 2025.04.09 19:11:50.588424 [ 259 ] {958f6365-8bb6-44af-a307-a9b47feeaa44} <Debug> TCPHandler: Processed in 0.001577244 sec. | ||
| 5005 | 2025.04.09 19:11:50.588549 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5006 | 2025.04.09 19:11:50.588655 [ 259 ] {535d7957-8cc2-4d46-9913-76f156dc6897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5007 | 2025.04.09 19:11:50.588721 [ 259 ] {535d7957-8cc2-4d46-9913-76f156dc6897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5008 | 2025.04.09 19:11:50.589874 [ 259 ] {535d7957-8cc2-4d46-9913-76f156dc6897} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5009 | 2025.04.09 19:11:50.589914 [ 259 ] {535d7957-8cc2-4d46-9913-76f156dc6897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5010 | 2025.04.09 19:11:50.590579 [ 259 ] {535d7957-8cc2-4d46-9913-76f156dc6897} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5011 | 2025.04.09 19:11:50.590849 [ 259 ] {535d7957-8cc2-4d46-9913-76f156dc6897} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5012 | 2025.04.09 19:11:50.591018 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5013 | 2025.04.09 19:11:50.591107 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5014 | 2025.04.09 19:11:50.591120 [ 259 ] {535d7957-8cc2-4d46-9913-76f156dc6897} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002478 sec., 15738.498789346246 rows/sec., 28.20 MiB/sec. | ||
| 5015 | 2025.04.09 19:11:50.591148 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5016 | 2025.04.09 19:11:50.591520 [ 259 ] {535d7957-8cc2-4d46-9913-76f156dc6897} <Debug> TCPHandler: Processed in 0.003020623 sec. | ||
| 5017 | 2025.04.09 19:11:50.591549 [ 196 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::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 | ||
| 5018 | 2025.04.09 19:11:50.591694 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5019 | 2025.04.09 19:11:50.591955 [ 259 ] {e8155c49-7736-4c2a-a6c0-a298c29b7e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5020 | 2025.04.09 19:11:50.592076 [ 259 ] {e8155c49-7736-4c2a-a6c0-a298c29b7e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5021 | 2025.04.09 19:11:50.592475 [ 196 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5022 | 2025.04.09 19:11:50.592739 [ 196 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 323 rows starting from the beginning of the part | ||
| 5023 | 2025.04.09 19:11:50.593453 [ 196 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 5024 | 2025.04.09 19:11:50.594230 [ 259 ] {e8155c49-7736-4c2a-a6c0-a298c29b7e88} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5025 | 2025.04.09 19:11:50.594241 [ 196 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 5026 | 2025.04.09 19:11:50.594304 [ 259 ] {e8155c49-7736-4c2a-a6c0-a298c29b7e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5027 | 2025.04.09 19:11:50.594833 [ 196 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 5028 | 2025.04.09 19:11:50.595517 [ 196 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part | ||
| 5029 | 2025.04.09 19:11:50.595810 [ 259 ] {e8155c49-7736-4c2a-a6c0-a298c29b7e88} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5030 | 2025.04.09 19:11:50.596094 [ 196 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 5031 | 2025.04.09 19:11:50.596730 [ 259 ] {e8155c49-7736-4c2a-a6c0-a298c29b7e88} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5032 | 2025.04.09 19:11:50.597313 [ 259 ] {e8155c49-7736-4c2a-a6c0-a298c29b7e88} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005448 sec., 15051.395007342144 rows/sec., 978.89 KiB/sec. | ||
| 5033 | 2025.04.09 19:11:50.597458 [ 259 ] {e8155c49-7736-4c2a-a6c0-a298c29b7e88} <Debug> TCPHandler: Processed in 0.005838922 sec. | ||
| 5034 | 2025.04.09 19:11:50.601367 [ 194 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 19 columns (19 merged, 0 gathered) in 0.010054479 sec., 51519.32785378536 rows/sec., 92.32 MiB/sec. | ||
| 5035 | 2025.04.09 19:11:50.601906 [ 196 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5036 | 2025.04.09 19:11:50.602316 [ 196 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2025.04.09 19:11:50.602401 [ 196 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5038 | 2025.04.09 19:11:50.602521 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
| 5039 | 2025.04.09 19:11:55.563800 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5040 | 2025.04.09 19:11:55.564008 [ 259 ] {d153edec-73ae-40b6-af25-43b0b0c686e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5041 | 2025.04.09 19:11:55.564077 [ 259 ] {d153edec-73ae-40b6-af25-43b0b0c686e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5042 | 2025.04.09 19:11:55.564862 [ 259 ] {d153edec-73ae-40b6-af25-43b0b0c686e5} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5043 | 2025.04.09 19:11:55.564905 [ 259 ] {d153edec-73ae-40b6-af25-43b0b0c686e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5044 | 2025.04.09 19:11:55.565381 [ 259 ] {d153edec-73ae-40b6-af25-43b0b0c686e5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5045 | 2025.04.09 19:11:55.565647 [ 259 ] {d153edec-73ae-40b6-af25-43b0b0c686e5} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5046 | 2025.04.09 19:11:55.565846 [ 259 ] {d153edec-73ae-40b6-af25-43b0b0c686e5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001889 sec., 29645.314981471678 rows/sec., 2.28 MiB/sec. | ||
| 5047 | 2025.04.09 19:11:55.565912 [ 259 ] {d153edec-73ae-40b6-af25-43b0b0c686e5} <Debug> TCPHandler: Processed in 0.002245093 sec. | ||
| 5048 | 2025.04.09 19:11:55.566061 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5049 | 2025.04.09 19:11:55.566209 [ 259 ] {62d9040b-f7c6-415a-86cd-4ece49742779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5050 | 2025.04.09 19:11:55.566266 [ 259 ] {62d9040b-f7c6-415a-86cd-4ece49742779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5051 | 2025.04.09 19:11:55.566846 [ 259 ] {62d9040b-f7c6-415a-86cd-4ece49742779} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5052 | 2025.04.09 19:11:55.566912 [ 259 ] {62d9040b-f7c6-415a-86cd-4ece49742779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5053 | 2025.04.09 19:11:55.567279 [ 259 ] {62d9040b-f7c6-415a-86cd-4ece49742779} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5054 | 2025.04.09 19:11:55.567525 [ 259 ] {62d9040b-f7c6-415a-86cd-4ece49742779} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5055 | 2025.04.09 19:11:55.567704 [ 259 ] {62d9040b-f7c6-415a-86cd-4ece49742779} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001529 sec., 41857.42315238718 rows/sec., 3.27 MiB/sec. | ||
| 5056 | 2025.04.09 19:11:55.567757 [ 259 ] {62d9040b-f7c6-415a-86cd-4ece49742779} <Debug> TCPHandler: Processed in 0.001768399 sec. | ||
| 5057 | 2025.04.09 19:11:55.567874 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5058 | 2025.04.09 19:11:55.567982 [ 259 ] {82caf8d0-5eb6-4099-82d2-d5b1de369d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5059 | 2025.04.09 19:11:55.568033 [ 259 ] {82caf8d0-5eb6-4099-82d2-d5b1de369d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5060 | 2025.04.09 19:11:55.568560 [ 259 ] {82caf8d0-5eb6-4099-82d2-d5b1de369d42} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5061 | 2025.04.09 19:11:55.568598 [ 259 ] {82caf8d0-5eb6-4099-82d2-d5b1de369d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5062 | 2025.04.09 19:11:55.568983 [ 259 ] {82caf8d0-5eb6-4099-82d2-d5b1de369d42} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5063 | 2025.04.09 19:11:55.569221 [ 259 ] {82caf8d0-5eb6-4099-82d2-d5b1de369d42} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5064 | 2025.04.09 19:11:55.569420 [ 259 ] {82caf8d0-5eb6-4099-82d2-d5b1de369d42} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00146 sec., 109589.04109589041 rows/sec., 7.63 MiB/sec. | ||
| 5065 | 2025.04.09 19:11:55.569473 [ 259 ] {82caf8d0-5eb6-4099-82d2-d5b1de369d42} <Debug> TCPHandler: Processed in 0.001651576 sec. | ||
| 5066 | 2025.04.09 19:11:55.569599 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5067 | 2025.04.09 19:11:55.569707 [ 259 ] {00126993-9ed8-4040-a732-c999471dc6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5068 | 2025.04.09 19:11:55.569754 [ 259 ] {00126993-9ed8-4040-a732-c999471dc6ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5069 | 2025.04.09 19:11:55.570199 [ 259 ] {00126993-9ed8-4040-a732-c999471dc6ef} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2025.04.09 19:11:55.570239 [ 259 ] {00126993-9ed8-4040-a732-c999471dc6ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5071 | 2025.04.09 19:11:55.570609 [ 259 ] {00126993-9ed8-4040-a732-c999471dc6ef} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5072 | 2025.04.09 19:11:55.570849 [ 259 ] {00126993-9ed8-4040-a732-c999471dc6ef} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5073 | 2025.04.09 19:11:55.571056 [ 259 ] {00126993-9ed8-4040-a732-c999471dc6ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. | ||
| 5074 | 2025.04.09 19:11:55.571106 [ 259 ] {00126993-9ed8-4040-a732-c999471dc6ef} <Debug> TCPHandler: Processed in 0.001560243 sec. | ||
| 5075 | 2025.04.09 19:11:55.877197 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5076 | 2025.04.09 19:11:55.877870 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5077 | 2025.04.09 19:11:55.877921 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5078 | 2025.04.09 19:11:55.878469 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5079 | 2025.04.09 19:11:55.878732 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5080 | 2025.04.09 19:11:55.879025 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5081 | 2025.04.09 19:11:56.656827 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5082 | 2025.04.09 19:11:56.679429 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5083 | 2025.04.09 19:11:56.679485 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5084 | 2025.04.09 19:11:56.687050 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5085 | 2025.04.09 19:11:56.687861 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5086 | 2025.04.09 19:11:56.692243 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5087 | 2025.04.09 19:11:58.423570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 728 | ||
| 5088 | 2025.04.09 19:11:58.426892 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5089 | 2025.04.09 19:11:58.426937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5090 | 2025.04.09 19:11:58.428414 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5091 | 2025.04.09 19:11:58.428740 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5092 | 2025.04.09 19:11:58.430190 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 5093 | 2025.04.09 19:12:00.572106 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5094 | 2025.04.09 19:12:00.572334 [ 259 ] {83840605-b039-402f-9262-8791b88205e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5095 | 2025.04.09 19:12:00.572413 [ 259 ] {83840605-b039-402f-9262-8791b88205e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5096 | 2025.04.09 19:12:00.573232 [ 259 ] {83840605-b039-402f-9262-8791b88205e3} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5097 | 2025.04.09 19:12:00.573281 [ 259 ] {83840605-b039-402f-9262-8791b88205e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5098 | 2025.04.09 19:12:00.573744 [ 259 ] {83840605-b039-402f-9262-8791b88205e3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5099 | 2025.04.09 19:12:00.574007 [ 259 ] {83840605-b039-402f-9262-8791b88205e3} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5100 | 2025.04.09 19:12:00.574198 [ 33 ] {} <Debug> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5101 | 2025.04.09 19:12:00.574274 [ 259 ] {83840605-b039-402f-9262-8791b88205e3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001992 sec., 106425.70281124499 rows/sec., 6.77 MiB/sec. | ||
| 5102 | 2025.04.09 19:12:00.574285 [ 33 ] {} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5103 | 2025.04.09 19:12:00.574354 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5104 | 2025.04.09 19:12:00.574419 [ 259 ] {83840605-b039-402f-9262-8791b88205e3} <Debug> TCPHandler: Processed in 0.002448828 sec. | ||
| 5105 | 2025.04.09 19:12:00.574694 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 5106 | 2025.04.09 19:12:00.574739 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5107 | 2025.04.09 19:12:00.575032 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5108 | 2025.04.09 19:12:00.575038 [ 259 ] {aec5593a-a748-4924-8007-1e70ef2d9cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5109 | 2025.04.09 19:12:00.575073 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 5110 | 2025.04.09 19:12:00.575105 [ 259 ] {aec5593a-a748-4924-8007-1e70ef2d9cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5111 | 2025.04.09 19:12:00.575316 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 5112 | 2025.04.09 19:12:00.575656 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 5113 | 2025.04.09 19:12:00.575960 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 5114 | 2025.04.09 19:12:00.576213 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 5115 | 2025.04.09 19:12:00.577432 [ 259 ] {aec5593a-a748-4924-8007-1e70ef2d9cfd} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5116 | 2025.04.09 19:12:00.577473 [ 259 ] {aec5593a-a748-4924-8007-1e70ef2d9cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5117 | 2025.04.09 19:12:00.577773 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003316602 sec., 319604.22142904095 rows/sec., 21.55 MiB/sec. | ||
| 5118 | 2025.04.09 19:12:00.577909 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5119 | 2025.04.09 19:12:00.578069 [ 259 ] {aec5593a-a748-4924-8007-1e70ef2d9cfd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5120 | 2025.04.09 19:12:00.578224 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_17_4} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5121 | 2025.04.09 19:12:00.578330 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_17_4} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5122 | 2025.04.09 19:12:00.578386 [ 259 ] {aec5593a-a748-4924-8007-1e70ef2d9cfd} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5123 | 2025.04.09 19:12:00.578418 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5124 | 2025.04.09 19:12:00.578681 [ 259 ] {aec5593a-a748-4924-8007-1e70ef2d9cfd} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00369 sec., 188346.88346883468 rows/sec., 15.04 MiB/sec. | ||
| 5125 | 2025.04.09 19:12:00.578792 [ 259 ] {aec5593a-a748-4924-8007-1e70ef2d9cfd} <Debug> TCPHandler: Processed in 0.004148065 sec. | ||
| 5126 | 2025.04.09 19:12:00.579097 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5127 | 2025.04.09 19:12:00.579261 [ 259 ] {b8b8d8bf-74d3-4568-a791-2a1c153b9a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5128 | 2025.04.09 19:12:00.579312 [ 259 ] {b8b8d8bf-74d3-4568-a791-2a1c153b9a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5129 | 2025.04.09 19:12:00.579902 [ 259 ] {b8b8d8bf-74d3-4568-a791-2a1c153b9a18} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5130 | 2025.04.09 19:12:00.579942 [ 259 ] {b8b8d8bf-74d3-4568-a791-2a1c153b9a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5131 | 2025.04.09 19:12:00.580327 [ 259 ] {b8b8d8bf-74d3-4568-a791-2a1c153b9a18} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5132 | 2025.04.09 19:12:00.580570 [ 259 ] {b8b8d8bf-74d3-4568-a791-2a1c153b9a18} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5133 | 2025.04.09 19:12:00.580783 [ 259 ] {b8b8d8bf-74d3-4568-a791-2a1c153b9a18} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001551 sec., 93488.07221147646 rows/sec., 5.87 MiB/sec. | ||
| 5134 | 2025.04.09 19:12:00.580839 [ 259 ] {b8b8d8bf-74d3-4568-a791-2a1c153b9a18} <Debug> TCPHandler: Processed in 0.001863432 sec. | ||
| 5135 | 2025.04.09 19:12:00.580962 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5136 | 2025.04.09 19:12:00.581067 [ 259 ] {e3753094-243a-462b-a0b6-2027726275b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5137 | 2025.04.09 19:12:00.581112 [ 259 ] {e3753094-243a-462b-a0b6-2027726275b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5138 | 2025.04.09 19:12:00.581652 [ 259 ] {e3753094-243a-462b-a0b6-2027726275b4} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5139 | 2025.04.09 19:12:00.581692 [ 259 ] {e3753094-243a-462b-a0b6-2027726275b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5140 | 2025.04.09 19:12:00.582254 [ 259 ] {e3753094-243a-462b-a0b6-2027726275b4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5141 | 2025.04.09 19:12:00.582498 [ 259 ] {e3753094-243a-462b-a0b6-2027726275b4} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5142 | 2025.04.09 19:12:00.582709 [ 259 ] {e3753094-243a-462b-a0b6-2027726275b4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001663 sec., 67949.48887552616 rows/sec., 4.40 MiB/sec. | ||
| 5143 | 2025.04.09 19:12:00.582762 [ 259 ] {e3753094-243a-462b-a0b6-2027726275b4} <Debug> TCPHandler: Processed in 0.001851541 sec. | ||
| 5144 | 2025.04.09 19:12:00.582880 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5145 | 2025.04.09 19:12:00.582996 [ 259 ] {7235a39a-f794-436b-a466-7230cbb01f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5146 | 2025.04.09 19:12:00.583041 [ 259 ] {7235a39a-f794-436b-a466-7230cbb01f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5147 | 2025.04.09 19:12:00.583599 [ 259 ] {7235a39a-f794-436b-a466-7230cbb01f26} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5148 | 2025.04.09 19:12:00.583639 [ 259 ] {7235a39a-f794-436b-a466-7230cbb01f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5149 | 2025.04.09 19:12:00.583993 [ 259 ] {7235a39a-f794-436b-a466-7230cbb01f26} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5150 | 2025.04.09 19:12:00.584237 [ 259 ] {7235a39a-f794-436b-a466-7230cbb01f26} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5151 | 2025.04.09 19:12:00.584393 [ 33 ] {} <Debug> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5152 | 2025.04.09 19:12:00.584455 [ 33 ] {} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5153 | 2025.04.09 19:12:00.584477 [ 259 ] {7235a39a-f794-436b-a466-7230cbb01f26} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001499 sec., 74716.47765176785 rows/sec., 4.26 MiB/sec. | ||
| 5154 | 2025.04.09 19:12:00.584488 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5155 | 2025.04.09 19:12:00.584605 [ 259 ] {7235a39a-f794-436b-a466-7230cbb01f26} <Debug> TCPHandler: Processed in 0.001776399 sec. | ||
| 5156 | 2025.04.09 19:12:00.584784 [ 196 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 5157 | 2025.04.09 19:12:00.584813 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5158 | 2025.04.09 19:12:00.585021 [ 259 ] {8ae74e72-4d9c-41c6-8c06-c7db3cc7bbdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5159 | 2025.04.09 19:12:00.585084 [ 196 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5160 | 2025.04.09 19:12:00.585110 [ 259 ] {8ae74e72-4d9c-41c6-8c06-c7db3cc7bbdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5161 | 2025.04.09 19:12:00.585156 [ 196 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 5162 | 2025.04.09 19:12:00.585524 [ 196 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 5163 | 2025.04.09 19:12:00.585832 [ 196 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 5164 | 2025.04.09 19:12:00.586263 [ 196 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 5165 | 2025.04.09 19:12:00.586581 [ 196 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 5166 | 2025.04.09 19:12:00.587910 [ 259 ] {8ae74e72-4d9c-41c6-8c06-c7db3cc7bbdb} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5167 | 2025.04.09 19:12:00.587981 [ 259 ] {8ae74e72-4d9c-41c6-8c06-c7db3cc7bbdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5168 | 2025.04.09 19:12:00.588978 [ 259 ] {8ae74e72-4d9c-41c6-8c06-c7db3cc7bbdb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5169 | 2025.04.09 19:12:00.589074 [ 196 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004445234 sec., 125977.62007579353 rows/sec., 7.66 MiB/sec. | ||
| 5170 | 2025.04.09 19:12:00.589294 [ 196 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5171 | 2025.04.09 19:12:00.589461 [ 259 ] {8ae74e72-4d9c-41c6-8c06-c7db3cc7bbdb} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5172 | 2025.04.09 19:12:00.589961 [ 196 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_17_4} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5173 | 2025.04.09 19:12:00.590044 [ 259 ] {8ae74e72-4d9c-41c6-8c06-c7db3cc7bbdb} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.005051 sec., 83349.83171649178 rows/sec., 5.94 MiB/sec. | ||
| 5174 | 2025.04.09 19:12:00.590292 [ 196 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_17_4} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5175 | 2025.04.09 19:12:00.590518 [ 259 ] {8ae74e72-4d9c-41c6-8c06-c7db3cc7bbdb} <Debug> TCPHandler: Processed in 0.005741579 sec. | ||
| 5176 | 2025.04.09 19:12:00.590569 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5177 | 2025.04.09 19:12:00.590767 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5178 | 2025.04.09 19:12:00.590880 [ 259 ] {5973b9de-116f-4ee4-9181-bceec792a5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5179 | 2025.04.09 19:12:00.590926 [ 259 ] {5973b9de-116f-4ee4-9181-bceec792a5b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5180 | 2025.04.09 19:12:00.591409 [ 259 ] {5973b9de-116f-4ee4-9181-bceec792a5b9} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5181 | 2025.04.09 19:12:00.591448 [ 259 ] {5973b9de-116f-4ee4-9181-bceec792a5b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5182 | 2025.04.09 19:12:00.591819 [ 259 ] {5973b9de-116f-4ee4-9181-bceec792a5b9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5183 | 2025.04.09 19:12:00.592057 [ 259 ] {5973b9de-116f-4ee4-9181-bceec792a5b9} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5184 | 2025.04.09 19:12:00.592266 [ 259 ] {5973b9de-116f-4ee4-9181-bceec792a5b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00141 sec., 4255.31914893617 rows/sec., 222.32 KiB/sec. | ||
| 5185 | 2025.04.09 19:12:00.592314 [ 259 ] {5973b9de-116f-4ee4-9181-bceec792a5b9} <Debug> TCPHandler: Processed in 0.001600754 sec. | ||
| 5186 | 2025.04.09 19:12:00.592448 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5187 | 2025.04.09 19:12:00.592554 [ 259 ] {117235d7-a9c1-4220-bd02-e831327331a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5188 | 2025.04.09 19:12:00.592601 [ 259 ] {117235d7-a9c1-4220-bd02-e831327331a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5189 | 2025.04.09 19:12:00.593133 [ 259 ] {117235d7-a9c1-4220-bd02-e831327331a1} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5190 | 2025.04.09 19:12:00.593172 [ 259 ] {117235d7-a9c1-4220-bd02-e831327331a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5191 | 2025.04.09 19:12:00.593563 [ 259 ] {117235d7-a9c1-4220-bd02-e831327331a1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5192 | 2025.04.09 19:12:00.593803 [ 259 ] {117235d7-a9c1-4220-bd02-e831327331a1} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5193 | 2025.04.09 19:12:00.594012 [ 259 ] {117235d7-a9c1-4220-bd02-e831327331a1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00148 sec., 160135.13513513515 rows/sec., 10.73 MiB/sec. | ||
| 5194 | 2025.04.09 19:12:00.594063 [ 259 ] {117235d7-a9c1-4220-bd02-e831327331a1} <Debug> TCPHandler: Processed in 0.001665676 sec. | ||
| 5195 | 2025.04.09 19:12:00.594178 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5196 | 2025.04.09 19:12:00.594282 [ 259 ] {6027f118-9d78-43de-8aa4-308b755ffebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5197 | 2025.04.09 19:12:00.594328 [ 259 ] {6027f118-9d78-43de-8aa4-308b755ffebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5198 | 2025.04.09 19:12:00.594740 [ 259 ] {6027f118-9d78-43de-8aa4-308b755ffebc} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5199 | 2025.04.09 19:12:00.594778 [ 259 ] {6027f118-9d78-43de-8aa4-308b755ffebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5200 | 2025.04.09 19:12:00.595124 [ 259 ] {6027f118-9d78-43de-8aa4-308b755ffebc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5201 | 2025.04.09 19:12:00.595360 [ 259 ] {6027f118-9d78-43de-8aa4-308b755ffebc} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5202 | 2025.04.09 19:12:00.595570 [ 259 ] {6027f118-9d78-43de-8aa4-308b755ffebc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001309 sec., 763.9419404125287 rows/sec., 51.48 KiB/sec. | ||
| 5203 | 2025.04.09 19:12:00.595619 [ 259 ] {6027f118-9d78-43de-8aa4-308b755ffebc} <Debug> TCPHandler: Processed in 0.001493152 sec. | ||
| 5204 | 2025.04.09 19:12:00.595748 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5205 | 2025.04.09 19:12:00.595852 [ 259 ] {90bcc005-d8d1-4ec2-a1d0-332bbd801fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5206 | 2025.04.09 19:12:00.595918 [ 259 ] {90bcc005-d8d1-4ec2-a1d0-332bbd801fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5207 | 2025.04.09 19:12:00.597009 [ 259 ] {90bcc005-d8d1-4ec2-a1d0-332bbd801fd9} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5208 | 2025.04.09 19:12:00.597048 [ 259 ] {90bcc005-d8d1-4ec2-a1d0-332bbd801fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5209 | 2025.04.09 19:12:00.597687 [ 259 ] {90bcc005-d8d1-4ec2-a1d0-332bbd801fd9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5210 | 2025.04.09 19:12:00.597935 [ 259 ] {90bcc005-d8d1-4ec2-a1d0-332bbd801fd9} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5211 | 2025.04.09 19:12:00.598166 [ 259 ] {90bcc005-d8d1-4ec2-a1d0-332bbd801fd9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002334 sec., 16709.51156812339 rows/sec., 29.94 MiB/sec. | ||
| 5212 | 2025.04.09 19:12:00.598257 [ 259 ] {90bcc005-d8d1-4ec2-a1d0-332bbd801fd9} <Debug> TCPHandler: Processed in 0.002559681 sec. | ||
| 5213 | 2025.04.09 19:12:00.598371 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5214 | 2025.04.09 19:12:00.598475 [ 259 ] {a0baa25e-8052-45f9-82cb-5580e64c6d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5215 | 2025.04.09 19:12:00.598521 [ 259 ] {a0baa25e-8052-45f9-82cb-5580e64c6d7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5216 | 2025.04.09 19:12:00.598947 [ 259 ] {a0baa25e-8052-45f9-82cb-5580e64c6d7e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5217 | 2025.04.09 19:12:00.598985 [ 259 ] {a0baa25e-8052-45f9-82cb-5580e64c6d7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5218 | 2025.04.09 19:12:00.599335 [ 259 ] {a0baa25e-8052-45f9-82cb-5580e64c6d7e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5219 | 2025.04.09 19:12:00.599566 [ 259 ] {a0baa25e-8052-45f9-82cb-5580e64c6d7e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5220 | 2025.04.09 19:12:00.599763 [ 259 ] {a0baa25e-8052-45f9-82cb-5580e64c6d7e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00131 sec., 62595.419847328245 rows/sec., 3.98 MiB/sec. | ||
| 5221 | 2025.04.09 19:12:00.599812 [ 259 ] {a0baa25e-8052-45f9-82cb-5580e64c6d7e} <Debug> TCPHandler: Processed in 0.001491281 sec. | ||
| 5222 | 2025.04.09 19:12:03.274283 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5223 | 2025.04.09 19:12:03.274336 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5224 | 2025.04.09 19:12:03.379164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5225 | 2025.04.09 19:12:03.380226 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5226 | 2025.04.09 19:12:03.380270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5227 | 2025.04.09 19:12:03.380798 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5228 | 2025.04.09 19:12:03.381061 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5229 | 2025.04.09 19:12:03.381264 [ 30 ] {} <Debug> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5230 | 2025.04.09 19:12:03.381300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5231 | 2025.04.09 19:12:03.381344 [ 30 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5232 | 2025.04.09 19:12:03.381374 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5233 | 2025.04.09 19:12:03.381582 [ 194 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 5234 | 2025.04.09 19:12:03.381804 [ 194 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5235 | 2025.04.09 19:12:03.381853 [ 194 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 5236 | 2025.04.09 19:12:03.381937 [ 194 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 5237 | 2025.04.09 19:12:03.382028 [ 194 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 5238 | 2025.04.09 19:12:03.382261 [ 194 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 5239 | 2025.04.09 19:12:03.382382 [ 194 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 5240 | 2025.04.09 19:12:03.382513 [ 194 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 5241 | 2025.04.09 19:12:03.387132 [ 192 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005686237 sec., 2102620.766598367 rows/sec., 30.08 MiB/sec. | ||
| 5242 | 2025.04.09 19:12:03.387726 [ 192 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5243 | 2025.04.09 19:12:03.388066 [ 192 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_26_5} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5244 | 2025.04.09 19:12:03.388159 [ 192 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_26_5} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5245 | 2025.04.09 19:12:03.388280 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5246 | 2025.04.09 19:12:04.192298 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5247 | 2025.04.09 19:12:04.214927 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5248 | 2025.04.09 19:12:04.215000 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5249 | 2025.04.09 19:12:04.223019 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5250 | 2025.04.09 19:12:04.223890 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5251 | 2025.04.09 19:12:04.224180 [ 28 ] {} <Debug> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5252 | 2025.04.09 19:12:04.224253 [ 28 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5253 | 2025.04.09 19:12:04.224301 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5254 | 2025.04.09 19:12:04.224780 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 5255 | 2025.04.09 19:12:04.239521 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5256 | 2025.04.09 19:12:04.241404 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5257 | 2025.04.09 19:12:04.243054 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 5258 | 2025.04.09 19:12:04.248793 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 5259 | 2025.04.09 19:12:04.254312 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 5260 | 2025.04.09 19:12:04.259947 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 5261 | 2025.04.09 19:12:04.265779 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 5262 | 2025.04.09 19:12:04.270323 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 5263 | 2025.04.09 19:12:04.327426 [ 191 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.10297696 sec., 1903.3383778274285 rows/sec., 9.84 MiB/sec. | ||
| 5264 | 2025.04.09 19:12:04.330306 [ 191 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5265 | 2025.04.09 19:12:04.333434 [ 191 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_26_5} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5266 | 2025.04.09 19:12:04.333563 [ 191 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_26_5} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5267 | 2025.04.09 19:12:04.336139 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5268 | 2025.04.09 19:12:05.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.16 MiB, peak 203.72 MiB, free memory in arenas 0.00 B, will set to 194.36 MiB (RSS), difference: 1.19 MiB | ||
| 5269 | 2025.04.09 19:12:05.563205 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5270 | 2025.04.09 19:12:05.563419 [ 259 ] {4dc51685-a9ed-4653-8c89-f08f30a290d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5271 | 2025.04.09 19:12:05.563498 [ 259 ] {4dc51685-a9ed-4653-8c89-f08f30a290d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5272 | 2025.04.09 19:12:05.564299 [ 259 ] {4dc51685-a9ed-4653-8c89-f08f30a290d1} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5273 | 2025.04.09 19:12:05.564351 [ 259 ] {4dc51685-a9ed-4653-8c89-f08f30a290d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5274 | 2025.04.09 19:12:05.564801 [ 259 ] {4dc51685-a9ed-4653-8c89-f08f30a290d1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5275 | 2025.04.09 19:12:05.565069 [ 259 ] {4dc51685-a9ed-4653-8c89-f08f30a290d1} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5276 | 2025.04.09 19:12:05.565250 [ 26 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5277 | 2025.04.09 19:12:05.565326 [ 259 ] {4dc51685-a9ed-4653-8c89-f08f30a290d1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.20 MiB/sec. | ||
| 5278 | 2025.04.09 19:12:05.565335 [ 26 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5279 | 2025.04.09 19:12:05.565411 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5280 | 2025.04.09 19:12:05.565467 [ 259 ] {4dc51685-a9ed-4653-8c89-f08f30a290d1} <Debug> TCPHandler: Processed in 0.002464198 sec. | ||
| 5281 | 2025.04.09 19:12:05.565681 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5282 | 2025.04.09 19:12:05.565683 [ 188 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 5283 | 2025.04.09 19:12:05.565832 [ 259 ] {d03f2dd6-7f87-40d3-a82e-240868667ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5284 | 2025.04.09 19:12:05.565930 [ 259 ] {d03f2dd6-7f87-40d3-a82e-240868667ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5285 | 2025.04.09 19:12:05.566066 [ 188 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5286 | 2025.04.09 19:12:05.566168 [ 188 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 5287 | 2025.04.09 19:12:05.566569 [ 188 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 5288 | 2025.04.09 19:12:05.567002 [ 188 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 695 rows starting from the beginning of the part | ||
| 5289 | 2025.04.09 19:12:05.567353 [ 188 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5290 | 2025.04.09 19:12:05.567630 [ 188 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 695 rows starting from the beginning of the part | ||
| 5291 | 2025.04.09 19:12:05.568024 [ 188 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
| 5292 | 2025.04.09 19:12:05.568747 [ 259 ] {d03f2dd6-7f87-40d3-a82e-240868667ee3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5293 | 2025.04.09 19:12:05.568815 [ 259 ] {d03f2dd6-7f87-40d3-a82e-240868667ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5294 | 2025.04.09 19:12:05.569652 [ 259 ] {d03f2dd6-7f87-40d3-a82e-240868667ee3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5295 | 2025.04.09 19:12:05.570195 [ 259 ] {d03f2dd6-7f87-40d3-a82e-240868667ee3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5296 | 2025.04.09 19:12:05.570544 [ 26 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5297 | 2025.04.09 19:12:05.570658 [ 26 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2025.04.09 19:12:05.570737 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5299 | 2025.04.09 19:12:05.570813 [ 259 ] {d03f2dd6-7f87-40d3-a82e-240868667ee3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00499 sec., 12825.65130260521 rows/sec., 1.00 MiB/sec. | ||
| 5300 | 2025.04.09 19:12:05.571055 [ 259 ] {d03f2dd6-7f87-40d3-a82e-240868667ee3} <Debug> TCPHandler: Processed in 0.005471502 sec. | ||
| 5301 | 2025.04.09 19:12:05.571122 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 5302 | 2025.04.09 19:12:05.571311 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5303 | 2025.04.09 19:12:05.571405 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5304 | 2025.04.09 19:12:05.571454 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 5305 | 2025.04.09 19:12:05.571477 [ 259 ] {62bb6bc2-c7fe-4843-8fcc-6f4d746411f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5306 | 2025.04.09 19:12:05.571641 [ 259 ] {62bb6bc2-c7fe-4843-8fcc-6f4d746411f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5307 | 2025.04.09 19:12:05.571825 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5308 | 2025.04.09 19:12:05.572336 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 421 rows starting from the beginning of the part | ||
| 5309 | 2025.04.09 19:12:05.572853 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5310 | 2025.04.09 19:12:05.573077 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 421 rows starting from the beginning of the part | ||
| 5311 | 2025.04.09 19:12:05.573563 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 5312 | 2025.04.09 19:12:05.574358 [ 201 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.008803374 sec., 386442.74342996225 rows/sec., 32.63 MiB/sec. | ||
| 5313 | 2025.04.09 19:12:05.574878 [ 201 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5314 | 2025.04.09 19:12:05.575668 [ 259 ] {62bb6bc2-c7fe-4843-8fcc-6f4d746411f0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5315 | 2025.04.09 19:12:05.575748 [ 259 ] {62bb6bc2-c7fe-4843-8fcc-6f4d746411f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5316 | 2025.04.09 19:12:05.576010 [ 201 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_41_8} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5317 | 2025.04.09 19:12:05.576403 [ 201 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_41_8} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5318 | 2025.04.09 19:12:05.577439 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 5319 | 2025.04.09 19:12:05.577668 [ 259 ] {62bb6bc2-c7fe-4843-8fcc-6f4d746411f0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5320 | 2025.04.09 19:12:05.577944 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.007072716 sec., 275283.21510435315 rows/sec., 21.03 MiB/sec. | ||
| 5321 | 2025.04.09 19:12:05.578043 [ 259 ] {62bb6bc2-c7fe-4843-8fcc-6f4d746411f0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5322 | 2025.04.09 19:12:05.578247 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5323 | 2025.04.09 19:12:05.578262 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5324 | 2025.04.09 19:12:05.578370 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5325 | 2025.04.09 19:12:05.578451 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5326 | 2025.04.09 19:12:05.578659 [ 259 ] {62bb6bc2-c7fe-4843-8fcc-6f4d746411f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007179 sec., 22287.226633235827 rows/sec., 1.55 MiB/sec. | ||
| 5327 | 2025.04.09 19:12:05.578845 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 5328 | 2025.04.09 19:12:05.578981 [ 259 ] {62bb6bc2-c7fe-4843-8fcc-6f4d746411f0} <Debug> TCPHandler: Processed in 0.007787285 sec. | ||
| 5329 | 2025.04.09 19:12:05.579210 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_41_8} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5330 | 2025.04.09 19:12:05.579250 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5331 | 2025.04.09 19:12:05.579336 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11565 rows starting from the beginning of the part | ||
| 5332 | 2025.04.09 19:12:05.579339 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5333 | 2025.04.09 19:12:05.579399 [ 201 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_41_8} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5334 | 2025.04.09 19:12:05.579613 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 5335 | 2025.04.09 19:12:05.579803 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5336 | 2025.04.09 19:12:05.579860 [ 259 ] {2440cd80-4c26-48d1-ba55-2e74fce7e44e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5337 | 2025.04.09 19:12:05.580115 [ 259 ] {2440cd80-4c26-48d1-ba55-2e74fce7e44e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5338 | 2025.04.09 19:12:05.580194 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 5339 | 2025.04.09 19:12:05.580508 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 5340 | 2025.04.09 19:12:05.580964 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 5341 | 2025.04.09 19:12:05.581338 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 5342 | 2025.04.09 19:12:05.582320 [ 259 ] {2440cd80-4c26-48d1-ba55-2e74fce7e44e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5343 | 2025.04.09 19:12:05.582389 [ 259 ] {2440cd80-4c26-48d1-ba55-2e74fce7e44e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5344 | 2025.04.09 19:12:05.583080 [ 259 ] {2440cd80-4c26-48d1-ba55-2e74fce7e44e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5345 | 2025.04.09 19:12:05.583413 [ 259 ] {2440cd80-4c26-48d1-ba55-2e74fce7e44e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5346 | 2025.04.09 19:12:05.583687 [ 25 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5347 | 2025.04.09 19:12:05.583786 [ 25 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5348 | 2025.04.09 19:12:05.583868 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5349 | 2025.04.09 19:12:05.584001 [ 259 ] {2440cd80-4c26-48d1-ba55-2e74fce7e44e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00427 sec., 14051.522248243558 rows/sec., 969.70 KiB/sec. | ||
| 5350 | 2025.04.09 19:12:05.584260 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 5351 | 2025.04.09 19:12:05.584378 [ 259 ] {2440cd80-4c26-48d1-ba55-2e74fce7e44e} <Debug> TCPHandler: Processed in 0.005175724 sec. | ||
| 5352 | 2025.04.09 19:12:05.584697 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5353 | 2025.04.09 19:12:05.584744 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2178 rows starting from the beginning of the part | ||
| 5354 | 2025.04.09 19:12:05.584959 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 5355 | 2025.04.09 19:12:05.585318 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 5356 | 2025.04.09 19:12:05.585683 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 5357 | 2025.04.09 19:12:05.585966 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 5358 | 2025.04.09 19:12:05.586193 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 5359 | 2025.04.09 19:12:05.588102 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.004101773 sec., 614856.0634632877 rows/sec., 40.12 MiB/sec. | ||
| 5360 | 2025.04.09 19:12:05.588305 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12519 rows, containing 5 columns (5 merged, 0 gathered) in 0.009722939 sec., 1287573.6441419616 rows/sec., 86.96 MiB/sec. | ||
| 5361 | 2025.04.09 19:12:05.588539 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5362 | 2025.04.09 19:12:05.588806 [ 196 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5363 | 2025.04.09 19:12:05.589057 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_41_8} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5364 | 2025.04.09 19:12:05.589230 [ 198 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_41_8} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5365 | 2025.04.09 19:12:05.589400 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5366 | 2025.04.09 19:12:05.589467 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2025.04.09 19:12:05.589578 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5368 | 2025.04.09 19:12:05.589680 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 5369 | 2025.04.09 19:12:05.949216 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5370 | 2025.04.09 19:12:05.949502 [ 259 ] {d5740fd4-937e-44c6-bcec-a69a074739ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5371 | 2025.04.09 19:12:05.949605 [ 259 ] {d5740fd4-937e-44c6-bcec-a69a074739ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5372 | 2025.04.09 19:12:05.950511 [ 259 ] {d5740fd4-937e-44c6-bcec-a69a074739ad} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5373 | 2025.04.09 19:12:05.950566 [ 259 ] {d5740fd4-937e-44c6-bcec-a69a074739ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5374 | 2025.04.09 19:12:05.951021 [ 259 ] {d5740fd4-937e-44c6-bcec-a69a074739ad} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5375 | 2025.04.09 19:12:05.951283 [ 259 ] {d5740fd4-937e-44c6-bcec-a69a074739ad} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5376 | 2025.04.09 19:12:05.951518 [ 259 ] {d5740fd4-937e-44c6-bcec-a69a074739ad} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002096 sec., 101145.03816793892 rows/sec., 6.43 MiB/sec. | ||
| 5377 | 2025.04.09 19:12:05.951577 [ 259 ] {d5740fd4-937e-44c6-bcec-a69a074739ad} <Debug> TCPHandler: Processed in 0.00254418 sec. | ||
| 5378 | 2025.04.09 19:12:05.951696 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5379 | 2025.04.09 19:12:05.951802 [ 259 ] {90930f99-2527-414f-bfcf-5e69973808f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5380 | 2025.04.09 19:12:05.951847 [ 259 ] {90930f99-2527-414f-bfcf-5e69973808f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5381 | 2025.04.09 19:12:05.952367 [ 259 ] {90930f99-2527-414f-bfcf-5e69973808f9} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5382 | 2025.04.09 19:12:05.952408 [ 259 ] {90930f99-2527-414f-bfcf-5e69973808f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5383 | 2025.04.09 19:12:05.952770 [ 259 ] {90930f99-2527-414f-bfcf-5e69973808f9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5384 | 2025.04.09 19:12:05.953012 [ 259 ] {90930f99-2527-414f-bfcf-5e69973808f9} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5385 | 2025.04.09 19:12:05.953266 [ 259 ] {90930f99-2527-414f-bfcf-5e69973808f9} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001481 sec., 10803.511141120865 rows/sec., 880.95 KiB/sec. | ||
| 5386 | 2025.04.09 19:12:05.953432 [ 259 ] {90930f99-2527-414f-bfcf-5e69973808f9} <Debug> TCPHandler: Processed in 0.001782519 sec. | ||
| 5387 | 2025.04.09 19:12:05.953563 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5388 | 2025.04.09 19:12:05.953667 [ 259 ] {5a23b8f3-8bc8-4be8-81bf-74006442f82f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5389 | 2025.04.09 19:12:05.953711 [ 259 ] {5a23b8f3-8bc8-4be8-81bf-74006442f82f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5390 | 2025.04.09 19:12:05.955303 [ 259 ] {5a23b8f3-8bc8-4be8-81bf-74006442f82f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5391 | 2025.04.09 19:12:05.955342 [ 259 ] {5a23b8f3-8bc8-4be8-81bf-74006442f82f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5392 | 2025.04.09 19:12:05.955811 [ 259 ] {5a23b8f3-8bc8-4be8-81bf-74006442f82f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5393 | 2025.04.09 19:12:05.956060 [ 259 ] {5a23b8f3-8bc8-4be8-81bf-74006442f82f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2025.04.09 19:12:05.956264 [ 259 ] {5a23b8f3-8bc8-4be8-81bf-74006442f82f} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.002618 sec., 703972.4980901452 rows/sec., 57.43 MiB/sec. | ||
| 5395 | 2025.04.09 19:12:05.956316 [ 259 ] {5a23b8f3-8bc8-4be8-81bf-74006442f82f} <Debug> TCPHandler: Processed in 0.002803507 sec. | ||
| 5396 | 2025.04.09 19:12:05.956444 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5397 | 2025.04.09 19:12:05.956580 [ 259 ] {95efbf3d-7b3f-43ec-96f1-2d977011837b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5398 | 2025.04.09 19:12:05.956635 [ 259 ] {95efbf3d-7b3f-43ec-96f1-2d977011837b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5399 | 2025.04.09 19:12:05.957260 [ 259 ] {95efbf3d-7b3f-43ec-96f1-2d977011837b} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5400 | 2025.04.09 19:12:05.957300 [ 259 ] {95efbf3d-7b3f-43ec-96f1-2d977011837b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5401 | 2025.04.09 19:12:05.957669 [ 259 ] {95efbf3d-7b3f-43ec-96f1-2d977011837b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5402 | 2025.04.09 19:12:05.957911 [ 259 ] {95efbf3d-7b3f-43ec-96f1-2d977011837b} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5403 | 2025.04.09 19:12:05.958185 [ 259 ] {95efbf3d-7b3f-43ec-96f1-2d977011837b} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001634 sec., 98531.211750306 rows/sec., 6.24 MiB/sec. | ||
| 5404 | 2025.04.09 19:12:05.958269 [ 259 ] {95efbf3d-7b3f-43ec-96f1-2d977011837b} <Debug> TCPHandler: Processed in 0.001887102 sec. | ||
| 5405 | 2025.04.09 19:12:05.958550 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5406 | 2025.04.09 19:12:05.958683 [ 259 ] {b8435c99-f915-4de6-93f8-ebff10e7141a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5407 | 2025.04.09 19:12:05.958731 [ 259 ] {b8435c99-f915-4de6-93f8-ebff10e7141a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5408 | 2025.04.09 19:12:05.959402 [ 259 ] {b8435c99-f915-4de6-93f8-ebff10e7141a} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5409 | 2025.04.09 19:12:05.959441 [ 259 ] {b8435c99-f915-4de6-93f8-ebff10e7141a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5410 | 2025.04.09 19:12:05.959807 [ 259 ] {b8435c99-f915-4de6-93f8-ebff10e7141a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5411 | 2025.04.09 19:12:05.960040 [ 259 ] {b8435c99-f915-4de6-93f8-ebff10e7141a} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5412 | 2025.04.09 19:12:05.960253 [ 259 ] {b8435c99-f915-4de6-93f8-ebff10e7141a} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001594 sec., 213927.2271016311 rows/sec., 14.27 MiB/sec. | ||
| 5413 | 2025.04.09 19:12:05.960307 [ 259 ] {b8435c99-f915-4de6-93f8-ebff10e7141a} <Debug> TCPHandler: Processed in 0.001860412 sec. | ||
| 5414 | 2025.04.09 19:12:05.960430 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5415 | 2025.04.09 19:12:05.960535 [ 259 ] {8c16e67e-4268-4ff6-8e81-85c69362a1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5416 | 2025.04.09 19:12:05.960579 [ 259 ] {8c16e67e-4268-4ff6-8e81-85c69362a1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5417 | 2025.04.09 19:12:05.961136 [ 259 ] {8c16e67e-4268-4ff6-8e81-85c69362a1e9} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5418 | 2025.04.09 19:12:05.961175 [ 259 ] {8c16e67e-4268-4ff6-8e81-85c69362a1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5419 | 2025.04.09 19:12:05.961524 [ 259 ] {8c16e67e-4268-4ff6-8e81-85c69362a1e9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5420 | 2025.04.09 19:12:05.961763 [ 259 ] {8c16e67e-4268-4ff6-8e81-85c69362a1e9} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5421 | 2025.04.09 19:12:05.961966 [ 259 ] {8c16e67e-4268-4ff6-8e81-85c69362a1e9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001452 sec., 77134.98622589532 rows/sec., 4.39 MiB/sec. | ||
| 5422 | 2025.04.09 19:12:05.962019 [ 259 ] {8c16e67e-4268-4ff6-8e81-85c69362a1e9} <Debug> TCPHandler: Processed in 0.001639495 sec. | ||
| 5423 | 2025.04.09 19:12:05.962151 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5424 | 2025.04.09 19:12:05.962287 [ 259 ] {13b28fee-1fc5-4225-94e1-6631bf8c2f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5425 | 2025.04.09 19:12:05.962342 [ 259 ] {13b28fee-1fc5-4225-94e1-6631bf8c2f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5426 | 2025.04.09 19:12:05.963286 [ 259 ] {13b28fee-1fc5-4225-94e1-6631bf8c2f22} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5427 | 2025.04.09 19:12:05.963327 [ 259 ] {13b28fee-1fc5-4225-94e1-6631bf8c2f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5428 | 2025.04.09 19:12:05.963765 [ 259 ] {13b28fee-1fc5-4225-94e1-6631bf8c2f22} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5429 | 2025.04.09 19:12:05.964000 [ 259 ] {13b28fee-1fc5-4225-94e1-6631bf8c2f22} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5430 | 2025.04.09 19:12:05.964211 [ 259 ] {13b28fee-1fc5-4225-94e1-6631bf8c2f22} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.001952 sec., 457479.5081967213 rows/sec., 33.17 MiB/sec. | ||
| 5431 | 2025.04.09 19:12:05.964263 [ 259 ] {13b28fee-1fc5-4225-94e1-6631bf8c2f22} <Debug> TCPHandler: Processed in 0.0021796 sec. | ||
| 5432 | 2025.04.09 19:12:05.964390 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5433 | 2025.04.09 19:12:05.964497 [ 259 ] {0941de42-bca9-460c-984d-e774d7b2aa84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5434 | 2025.04.09 19:12:05.964544 [ 259 ] {0941de42-bca9-460c-984d-e774d7b2aa84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5435 | 2025.04.09 19:12:05.964978 [ 259 ] {0941de42-bca9-460c-984d-e774d7b2aa84} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5436 | 2025.04.09 19:12:05.965017 [ 259 ] {0941de42-bca9-460c-984d-e774d7b2aa84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5437 | 2025.04.09 19:12:05.965372 [ 259 ] {0941de42-bca9-460c-984d-e774d7b2aa84} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5438 | 2025.04.09 19:12:05.965603 [ 259 ] {0941de42-bca9-460c-984d-e774d7b2aa84} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5439 | 2025.04.09 19:12:05.965819 [ 259 ] {0941de42-bca9-460c-984d-e774d7b2aa84} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001345 sec., 4460.966542750929 rows/sec., 233.07 KiB/sec. | ||
| 5440 | 2025.04.09 19:12:05.965870 [ 259 ] {0941de42-bca9-460c-984d-e774d7b2aa84} <Debug> TCPHandler: Processed in 0.001531883 sec. | ||
| 5441 | 2025.04.09 19:12:05.965997 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5442 | 2025.04.09 19:12:05.966104 [ 259 ] {34769d90-f70a-4605-b8f3-a6e5f606b4cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5443 | 2025.04.09 19:12:05.966152 [ 259 ] {34769d90-f70a-4605-b8f3-a6e5f606b4cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5444 | 2025.04.09 19:12:05.966871 [ 259 ] {34769d90-f70a-4605-b8f3-a6e5f606b4cd} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5445 | 2025.04.09 19:12:05.966910 [ 259 ] {34769d90-f70a-4605-b8f3-a6e5f606b4cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5446 | 2025.04.09 19:12:05.967341 [ 259 ] {34769d90-f70a-4605-b8f3-a6e5f606b4cd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5447 | 2025.04.09 19:12:05.967582 [ 259 ] {34769d90-f70a-4605-b8f3-a6e5f606b4cd} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5448 | 2025.04.09 19:12:05.967780 [ 259 ] {34769d90-f70a-4605-b8f3-a6e5f606b4cd} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001699 sec., 566804.0023543261 rows/sec., 37.67 MiB/sec. | ||
| 5449 | 2025.04.09 19:12:05.967832 [ 259 ] {34769d90-f70a-4605-b8f3-a6e5f606b4cd} <Debug> TCPHandler: Processed in 0.001887022 sec. | ||
| 5450 | 2025.04.09 19:12:05.967935 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5451 | 2025.04.09 19:12:05.968038 [ 259 ] {aaa404da-bb01-4278-b077-d3d958f8b010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5452 | 2025.04.09 19:12:05.968085 [ 259 ] {aaa404da-bb01-4278-b077-d3d958f8b010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5453 | 2025.04.09 19:12:05.968495 [ 259 ] {aaa404da-bb01-4278-b077-d3d958f8b010} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5454 | 2025.04.09 19:12:05.968534 [ 259 ] {aaa404da-bb01-4278-b077-d3d958f8b010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5455 | 2025.04.09 19:12:05.968906 [ 259 ] {aaa404da-bb01-4278-b077-d3d958f8b010} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5456 | 2025.04.09 19:12:05.969144 [ 259 ] {aaa404da-bb01-4278-b077-d3d958f8b010} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5457 | 2025.04.09 19:12:05.969365 [ 259 ] {aaa404da-bb01-4278-b077-d3d958f8b010} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001348 sec., 741.839762611276 rows/sec., 49.99 KiB/sec. | ||
| 5458 | 2025.04.09 19:12:05.969416 [ 259 ] {aaa404da-bb01-4278-b077-d3d958f8b010} <Debug> TCPHandler: Processed in 0.001532683 sec. | ||
| 5459 | 2025.04.09 19:12:05.969523 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5460 | 2025.04.09 19:12:05.969626 [ 259 ] {971bf059-d2f0-4e32-a7d3-1ac4194835d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5461 | 2025.04.09 19:12:05.969692 [ 259 ] {971bf059-d2f0-4e32-a7d3-1ac4194835d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5462 | 2025.04.09 19:12:05.970846 [ 259 ] {971bf059-d2f0-4e32-a7d3-1ac4194835d1} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5463 | 2025.04.09 19:12:05.970885 [ 259 ] {971bf059-d2f0-4e32-a7d3-1ac4194835d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5464 | 2025.04.09 19:12:05.971538 [ 259 ] {971bf059-d2f0-4e32-a7d3-1ac4194835d1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5465 | 2025.04.09 19:12:05.971793 [ 259 ] {971bf059-d2f0-4e32-a7d3-1ac4194835d1} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5466 | 2025.04.09 19:12:05.972045 [ 259 ] {971bf059-d2f0-4e32-a7d3-1ac4194835d1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00244 sec., 15983.60655737705 rows/sec., 28.64 MiB/sec. | ||
| 5467 | 2025.04.09 19:12:05.972141 [ 259 ] {971bf059-d2f0-4e32-a7d3-1ac4194835d1} <Debug> TCPHandler: Processed in 0.002669494 sec. | ||
| 5468 | 2025.04.09 19:12:05.972255 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5469 | 2025.04.09 19:12:05.972359 [ 259 ] {aa8816bc-5b71-4bbd-b473-0b4826e2d8c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5470 | 2025.04.09 19:12:05.972405 [ 259 ] {aa8816bc-5b71-4bbd-b473-0b4826e2d8c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5471 | 2025.04.09 19:12:05.972831 [ 259 ] {aa8816bc-5b71-4bbd-b473-0b4826e2d8c7} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5472 | 2025.04.09 19:12:05.972870 [ 259 ] {aa8816bc-5b71-4bbd-b473-0b4826e2d8c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5473 | 2025.04.09 19:12:05.973223 [ 259 ] {aa8816bc-5b71-4bbd-b473-0b4826e2d8c7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5474 | 2025.04.09 19:12:05.973458 [ 259 ] {aa8816bc-5b71-4bbd-b473-0b4826e2d8c7} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5475 | 2025.04.09 19:12:05.973659 [ 259 ] {aa8816bc-5b71-4bbd-b473-0b4826e2d8c7} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001322 sec., 25718.608169440242 rows/sec., 1.49 MiB/sec. | ||
| 5476 | 2025.04.09 19:12:05.973709 [ 259 ] {aa8816bc-5b71-4bbd-b473-0b4826e2d8c7} <Debug> TCPHandler: Processed in 0.001505762 sec. | ||
| 5477 | 2025.04.09 19:12:08.430365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 782 | ||
| 5478 | 2025.04.09 19:12:08.433915 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5479 | 2025.04.09 19:12:08.433974 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5480 | 2025.04.09 19:12:08.435830 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5481 | 2025.04.09 19:12:08.436151 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5482 | 2025.04.09 19:12:08.436693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 782 | ||
| 5483 | 2025.04.09 19:12:10.562875 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5484 | 2025.04.09 19:12:10.563108 [ 259 ] {08883dd7-eb87-4522-9f9e-58e860de04e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5485 | 2025.04.09 19:12:10.563189 [ 259 ] {08883dd7-eb87-4522-9f9e-58e860de04e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5486 | 2025.04.09 19:12:10.564099 [ 259 ] {08883dd7-eb87-4522-9f9e-58e860de04e9} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5487 | 2025.04.09 19:12:10.564153 [ 259 ] {08883dd7-eb87-4522-9f9e-58e860de04e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5488 | 2025.04.09 19:12:10.564622 [ 259 ] {08883dd7-eb87-4522-9f9e-58e860de04e9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5489 | 2025.04.09 19:12:10.564894 [ 259 ] {08883dd7-eb87-4522-9f9e-58e860de04e9} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5490 | 2025.04.09 19:12:10.565162 [ 259 ] {08883dd7-eb87-4522-9f9e-58e860de04e9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002104 sec., 26615.96958174905 rows/sec., 2.04 MiB/sec. | ||
| 5491 | 2025.04.09 19:12:10.565292 [ 259 ] {08883dd7-eb87-4522-9f9e-58e860de04e9} <Debug> TCPHandler: Processed in 0.0025577 sec. | ||
| 5492 | 2025.04.09 19:12:10.565550 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5493 | 2025.04.09 19:12:10.565666 [ 259 ] {f88a5c83-ceb8-4c67-a0bc-1ff3881ed365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5494 | 2025.04.09 19:12:10.565718 [ 259 ] {f88a5c83-ceb8-4c67-a0bc-1ff3881ed365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5495 | 2025.04.09 19:12:10.566314 [ 259 ] {f88a5c83-ceb8-4c67-a0bc-1ff3881ed365} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5496 | 2025.04.09 19:12:10.566356 [ 259 ] {f88a5c83-ceb8-4c67-a0bc-1ff3881ed365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5497 | 2025.04.09 19:12:10.566727 [ 259 ] {f88a5c83-ceb8-4c67-a0bc-1ff3881ed365} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5498 | 2025.04.09 19:12:10.566970 [ 259 ] {f88a5c83-ceb8-4c67-a0bc-1ff3881ed365} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5499 | 2025.04.09 19:12:10.567187 [ 259 ] {f88a5c83-ceb8-4c67-a0bc-1ff3881ed365} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001548 sec., 41343.669250645995 rows/sec., 3.23 MiB/sec. | ||
| 5500 | 2025.04.09 19:12:10.567245 [ 259 ] {f88a5c83-ceb8-4c67-a0bc-1ff3881ed365} <Debug> TCPHandler: Processed in 0.00178538 sec. | ||
| 5501 | 2025.04.09 19:12:10.567373 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5502 | 2025.04.09 19:12:10.567482 [ 259 ] {1154e03b-28fe-4152-90e1-e1e23b7f525b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5503 | 2025.04.09 19:12:10.567532 [ 259 ] {1154e03b-28fe-4152-90e1-e1e23b7f525b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5504 | 2025.04.09 19:12:10.568052 [ 259 ] {1154e03b-28fe-4152-90e1-e1e23b7f525b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5505 | 2025.04.09 19:12:10.568092 [ 259 ] {1154e03b-28fe-4152-90e1-e1e23b7f525b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5506 | 2025.04.09 19:12:10.568490 [ 259 ] {1154e03b-28fe-4152-90e1-e1e23b7f525b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5507 | 2025.04.09 19:12:10.568733 [ 259 ] {1154e03b-28fe-4152-90e1-e1e23b7f525b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5508 | 2025.04.09 19:12:10.568941 [ 259 ] {1154e03b-28fe-4152-90e1-e1e23b7f525b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001483 sec., 86311.53068105193 rows/sec., 6.01 MiB/sec. | ||
| 5509 | 2025.04.09 19:12:10.568993 [ 259 ] {1154e03b-28fe-4152-90e1-e1e23b7f525b} <Debug> TCPHandler: Processed in 0.001672866 sec. | ||
| 5510 | 2025.04.09 19:12:10.569113 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5511 | 2025.04.09 19:12:10.569221 [ 259 ] {8fecc15e-51b2-4668-b3ae-1fc491f94716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5512 | 2025.04.09 19:12:10.569268 [ 259 ] {8fecc15e-51b2-4668-b3ae-1fc491f94716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5513 | 2025.04.09 19:12:10.569710 [ 259 ] {8fecc15e-51b2-4668-b3ae-1fc491f94716} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5514 | 2025.04.09 19:12:10.569750 [ 259 ] {8fecc15e-51b2-4668-b3ae-1fc491f94716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5515 | 2025.04.09 19:12:10.570113 [ 259 ] {8fecc15e-51b2-4668-b3ae-1fc491f94716} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5516 | 2025.04.09 19:12:10.570362 [ 259 ] {8fecc15e-51b2-4668-b3ae-1fc491f94716} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5517 | 2025.04.09 19:12:10.570612 [ 259 ] {8fecc15e-51b2-4668-b3ae-1fc491f94716} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001405 sec., 34163.70106761566 rows/sec., 2.30 MiB/sec. | ||
| 5518 | 2025.04.09 19:12:10.570717 [ 259 ] {8fecc15e-51b2-4668-b3ae-1fc491f94716} <Debug> TCPHandler: Processed in 0.001651056 sec. | ||
| 5519 | 2025.04.09 19:12:10.881458 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5520 | 2025.04.09 19:12:10.882340 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5521 | 2025.04.09 19:12:10.882381 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5522 | 2025.04.09 19:12:10.882940 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5523 | 2025.04.09 19:12:10.883211 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5524 | 2025.04.09 19:12:10.883443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5525 | 2025.04.09 19:12:11.739613 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5526 | 2025.04.09 19:12:11.758628 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5527 | 2025.04.09 19:12:11.758694 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5528 | 2025.04.09 19:12:11.765855 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5529 | 2025.04.09 19:12:11.766638 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5530 | 2025.04.09 19:12:11.769319 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5531 | 2025.04.09 19:12:15.563579 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5532 | 2025.04.09 19:12:15.563812 [ 259 ] {130fb356-00a0-48f9-a903-d4253e36c0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5533 | 2025.04.09 19:12:15.563892 [ 259 ] {130fb356-00a0-48f9-a903-d4253e36c0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5534 | 2025.04.09 19:12:15.564709 [ 259 ] {130fb356-00a0-48f9-a903-d4253e36c0f6} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5535 | 2025.04.09 19:12:15.564759 [ 259 ] {130fb356-00a0-48f9-a903-d4253e36c0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5536 | 2025.04.09 19:12:15.565231 [ 259 ] {130fb356-00a0-48f9-a903-d4253e36c0f6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5537 | 2025.04.09 19:12:15.565486 [ 259 ] {130fb356-00a0-48f9-a903-d4253e36c0f6} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5538 | 2025.04.09 19:12:15.565753 [ 259 ] {130fb356-00a0-48f9-a903-d4253e36c0f6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.16 MiB/sec. | ||
| 5539 | 2025.04.09 19:12:15.565901 [ 259 ] {130fb356-00a0-48f9-a903-d4253e36c0f6} <Debug> TCPHandler: Processed in 0.002463308 sec. | ||
| 5540 | 2025.04.09 19:12:15.566139 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5541 | 2025.04.09 19:12:15.566249 [ 259 ] {4336d3d9-faaa-4f5e-955a-4048629bf4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5542 | 2025.04.09 19:12:15.566297 [ 259 ] {4336d3d9-faaa-4f5e-955a-4048629bf4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5543 | 2025.04.09 19:12:15.566864 [ 259 ] {4336d3d9-faaa-4f5e-955a-4048629bf4b3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5544 | 2025.04.09 19:12:15.566905 [ 259 ] {4336d3d9-faaa-4f5e-955a-4048629bf4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5545 | 2025.04.09 19:12:15.567281 [ 259 ] {4336d3d9-faaa-4f5e-955a-4048629bf4b3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5546 | 2025.04.09 19:12:15.567522 [ 259 ] {4336d3d9-faaa-4f5e-955a-4048629bf4b3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5547 | 2025.04.09 19:12:15.567733 [ 259 ] {4336d3d9-faaa-4f5e-955a-4048629bf4b3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00151 sec., 42384.1059602649 rows/sec., 3.31 MiB/sec. | ||
| 5548 | 2025.04.09 19:12:15.567788 [ 259 ] {4336d3d9-faaa-4f5e-955a-4048629bf4b3} <Debug> TCPHandler: Processed in 0.001736668 sec. | ||
| 5549 | 2025.04.09 19:12:15.567907 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5550 | 2025.04.09 19:12:15.568024 [ 259 ] {6676678e-9f30-4cae-bd7f-18e772499e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5551 | 2025.04.09 19:12:15.568076 [ 259 ] {6676678e-9f30-4cae-bd7f-18e772499e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5552 | 2025.04.09 19:12:15.568609 [ 259 ] {6676678e-9f30-4cae-bd7f-18e772499e54} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5553 | 2025.04.09 19:12:15.568650 [ 259 ] {6676678e-9f30-4cae-bd7f-18e772499e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5554 | 2025.04.09 19:12:15.569058 [ 259 ] {6676678e-9f30-4cae-bd7f-18e772499e54} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5555 | 2025.04.09 19:12:15.569305 [ 259 ] {6676678e-9f30-4cae-bd7f-18e772499e54} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5556 | 2025.04.09 19:12:15.569506 [ 259 ] {6676678e-9f30-4cae-bd7f-18e772499e54} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec. | ||
| 5557 | 2025.04.09 19:12:15.569561 [ 259 ] {6676678e-9f30-4cae-bd7f-18e772499e54} <Debug> TCPHandler: Processed in 0.001709148 sec. | ||
| 5558 | 2025.04.09 19:12:15.569691 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5559 | 2025.04.09 19:12:15.569798 [ 259 ] {a13511e1-2d85-4f99-afe6-7d9fc5bcbfd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5560 | 2025.04.09 19:12:15.569848 [ 259 ] {a13511e1-2d85-4f99-afe6-7d9fc5bcbfd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5561 | 2025.04.09 19:12:15.570287 [ 259 ] {a13511e1-2d85-4f99-afe6-7d9fc5bcbfd1} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5562 | 2025.04.09 19:12:15.570327 [ 259 ] {a13511e1-2d85-4f99-afe6-7d9fc5bcbfd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5563 | 2025.04.09 19:12:15.570694 [ 259 ] {a13511e1-2d85-4f99-afe6-7d9fc5bcbfd1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5564 | 2025.04.09 19:12:15.570943 [ 259 ] {a13511e1-2d85-4f99-afe6-7d9fc5bcbfd1} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5565 | 2025.04.09 19:12:15.571166 [ 259 ] {a13511e1-2d85-4f99-afe6-7d9fc5bcbfd1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
| 5566 | 2025.04.09 19:12:15.571218 [ 259 ] {a13511e1-2d85-4f99-afe6-7d9fc5bcbfd1} <Debug> TCPHandler: Processed in 0.001580534 sec. | ||
| 5567 | 2025.04.09 19:12:16.653505 [ 29 ] {} <Debug> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5568 | 2025.04.09 19:12:16.653579 [ 29 ] {} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5569 | 2025.04.09 19:12:16.653606 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5570 | 2025.04.09 19:12:16.653906 [ 196 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::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 | ||
| 5571 | 2025.04.09 19:12:16.654095 [ 196 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5572 | 2025.04.09 19:12:16.654139 [ 196 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::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 | ||
| 5573 | 2025.04.09 19:12:16.654226 [ 196 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::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 | ||
| 5574 | 2025.04.09 19:12:16.654464 [ 196 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::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 | ||
| 5575 | 2025.04.09 19:12:16.654749 [ 196 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::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 | ||
| 5576 | 2025.04.09 19:12:16.655000 [ 196 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::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 | ||
| 5577 | 2025.04.09 19:12:16.656625 [ 195 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002916001 sec., 16460.899704766904 rows/sec., 1.37 MiB/sec. | ||
| 5578 | 2025.04.09 19:12:16.656804 [ 192 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5579 | 2025.04.09 19:12:16.657158 [ 192 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_5_1} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5580 | 2025.04.09 19:12:16.657243 [ 192 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_5_1} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5581 | 2025.04.09 19:12:16.657325 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5582 | 2025.04.09 19:12:17.517636 [ 29 ] {} <Debug> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5583 | 2025.04.09 19:12:17.517703 [ 29 ] {} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5584 | 2025.04.09 19:12:17.517725 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5585 | 2025.04.09 19:12:17.517925 [ 196 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 5586 | 2025.04.09 19:12:17.518128 [ 196 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5587 | 2025.04.09 19:12:17.518167 [ 196 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 5588 | 2025.04.09 19:12:17.518245 [ 196 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5589 | 2025.04.09 19:12:17.518471 [ 196 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5590 | 2025.04.09 19:12:17.518697 [ 196 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 5591 | 2025.04.09 19:12:17.518881 [ 196 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 5592 | 2025.04.09 19:12:17.520017 [ 195 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002209511 sec., 8146.59895334307 rows/sec., 548.94 KiB/sec. | ||
| 5593 | 2025.04.09 19:12:17.520245 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5594 | 2025.04.09 19:12:17.520594 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_18_4} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5595 | 2025.04.09 19:12:17.520688 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_18_4} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5596 | 2025.04.09 19:12:17.520793 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5597 | 2025.04.09 19:12:18.274381 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5598 | 2025.04.09 19:12:18.274438 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5599 | 2025.04.09 19:12:18.383559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5600 | 2025.04.09 19:12:18.384240 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5601 | 2025.04.09 19:12:18.384277 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5602 | 2025.04.09 19:12:18.384820 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5603 | 2025.04.09 19:12:18.385104 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): 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.04.09 19:12:18.385284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5605 | 2025.04.09 19:12:18.436949 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 798 | ||
| 5606 | 2025.04.09 19:12:18.439677 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5607 | 2025.04.09 19:12:18.439740 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5608 | 2025.04.09 19:12:18.441231 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5609 | 2025.04.09 19:12:18.441566 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): 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.04.09 19:12:18.442231 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 798 | ||
| 5611 | 2025.04.09 19:12:19.269397 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5612 | 2025.04.09 19:12:19.289604 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5613 | 2025.04.09 19:12:19.289651 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5614 | 2025.04.09 19:12:19.297352 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5615 | 2025.04.09 19:12:19.298145 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): 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.04.09 19:12:19.301427 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5617 | 2025.04.09 19:12:20.571290 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5618 | 2025.04.09 19:12:20.571519 [ 259 ] {09465f89-be15-4439-857d-a85604a5a311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5619 | 2025.04.09 19:12:20.571599 [ 259 ] {09465f89-be15-4439-857d-a85604a5a311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5620 | 2025.04.09 19:12:20.572513 [ 259 ] {09465f89-be15-4439-857d-a85604a5a311} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5621 | 2025.04.09 19:12:20.572558 [ 259 ] {09465f89-be15-4439-857d-a85604a5a311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5622 | 2025.04.09 19:12:20.573034 [ 259 ] {09465f89-be15-4439-857d-a85604a5a311} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5623 | 2025.04.09 19:12:20.573293 [ 259 ] {09465f89-be15-4439-857d-a85604a5a311} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5624 | 2025.04.09 19:12:20.573525 [ 259 ] {09465f89-be15-4439-857d-a85604a5a311} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002052 sec., 103313.84015594542 rows/sec., 6.57 MiB/sec. | ||
| 5625 | 2025.04.09 19:12:20.573737 [ 259 ] {09465f89-be15-4439-857d-a85604a5a311} <Debug> TCPHandler: Processed in 0.002625763 sec. | ||
| 5626 | 2025.04.09 19:12:20.573888 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5627 | 2025.04.09 19:12:20.573999 [ 259 ] {5ed321f2-07e5-4ef9-8a55-556e9fabe49c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5628 | 2025.04.09 19:12:20.574047 [ 259 ] {5ed321f2-07e5-4ef9-8a55-556e9fabe49c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5629 | 2025.04.09 19:12:20.574945 [ 259 ] {5ed321f2-07e5-4ef9-8a55-556e9fabe49c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5630 | 2025.04.09 19:12:20.574986 [ 259 ] {5ed321f2-07e5-4ef9-8a55-556e9fabe49c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5631 | 2025.04.09 19:12:20.575400 [ 259 ] {5ed321f2-07e5-4ef9-8a55-556e9fabe49c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5632 | 2025.04.09 19:12:20.575637 [ 259 ] {5ed321f2-07e5-4ef9-8a55-556e9fabe49c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5633 | 2025.04.09 19:12:20.575823 [ 259 ] {5ed321f2-07e5-4ef9-8a55-556e9fabe49c} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00185 sec., 375675.6756756757 rows/sec., 29.99 MiB/sec. | ||
| 5634 | 2025.04.09 19:12:20.575879 [ 259 ] {5ed321f2-07e5-4ef9-8a55-556e9fabe49c} <Debug> TCPHandler: Processed in 0.002046067 sec. | ||
| 5635 | 2025.04.09 19:12:20.576011 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5636 | 2025.04.09 19:12:20.576153 [ 259 ] {60692fd8-ad08-436c-9cc8-7dacbb95712a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5637 | 2025.04.09 19:12:20.576208 [ 259 ] {60692fd8-ad08-436c-9cc8-7dacbb95712a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5638 | 2025.04.09 19:12:20.576805 [ 259 ] {60692fd8-ad08-436c-9cc8-7dacbb95712a} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5639 | 2025.04.09 19:12:20.576843 [ 259 ] {60692fd8-ad08-436c-9cc8-7dacbb95712a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5640 | 2025.04.09 19:12:20.577224 [ 259 ] {60692fd8-ad08-436c-9cc8-7dacbb95712a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5641 | 2025.04.09 19:12:20.577461 [ 259 ] {60692fd8-ad08-436c-9cc8-7dacbb95712a} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5642 | 2025.04.09 19:12:20.577677 [ 259 ] {60692fd8-ad08-436c-9cc8-7dacbb95712a} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001545 sec., 93851.13268608415 rows/sec., 5.89 MiB/sec. | ||
| 5643 | 2025.04.09 19:12:20.577858 [ 259 ] {60692fd8-ad08-436c-9cc8-7dacbb95712a} <Debug> TCPHandler: Processed in 0.001909873 sec. | ||
| 5644 | 2025.04.09 19:12:20.578114 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5645 | 2025.04.09 19:12:20.578221 [ 259 ] {4c1be577-e659-4fa5-b06a-b768811cced3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5646 | 2025.04.09 19:12:20.578266 [ 259 ] {4c1be577-e659-4fa5-b06a-b768811cced3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5647 | 2025.04.09 19:12:20.578851 [ 259 ] {4c1be577-e659-4fa5-b06a-b768811cced3} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5648 | 2025.04.09 19:12:20.578889 [ 259 ] {4c1be577-e659-4fa5-b06a-b768811cced3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5649 | 2025.04.09 19:12:20.579243 [ 259 ] {4c1be577-e659-4fa5-b06a-b768811cced3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5650 | 2025.04.09 19:12:20.579475 [ 259 ] {4c1be577-e659-4fa5-b06a-b768811cced3} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5651 | 2025.04.09 19:12:20.579649 [ 259 ] {4c1be577-e659-4fa5-b06a-b768811cced3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001452 sec., 77823.6914600551 rows/sec., 5.04 MiB/sec. | ||
| 5652 | 2025.04.09 19:12:20.579698 [ 259 ] {4c1be577-e659-4fa5-b06a-b768811cced3} <Debug> TCPHandler: Processed in 0.001671806 sec. | ||
| 5653 | 2025.04.09 19:12:20.579811 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5654 | 2025.04.09 19:12:20.579925 [ 259 ] {f74ce252-f53c-4d85-919c-053ec19a3c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5655 | 2025.04.09 19:12:20.579969 [ 259 ] {f74ce252-f53c-4d85-919c-053ec19a3c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5656 | 2025.04.09 19:12:20.580542 [ 259 ] {f74ce252-f53c-4d85-919c-053ec19a3c8b} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5657 | 2025.04.09 19:12:20.580579 [ 259 ] {f74ce252-f53c-4d85-919c-053ec19a3c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5658 | 2025.04.09 19:12:20.580930 [ 259 ] {f74ce252-f53c-4d85-919c-053ec19a3c8b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5659 | 2025.04.09 19:12:20.581171 [ 259 ] {f74ce252-f53c-4d85-919c-053ec19a3c8b} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5660 | 2025.04.09 19:12:20.581377 [ 259 ] {f74ce252-f53c-4d85-919c-053ec19a3c8b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001463 sec., 76555.02392344497 rows/sec., 4.36 MiB/sec. | ||
| 5661 | 2025.04.09 19:12:20.581570 [ 259 ] {f74ce252-f53c-4d85-919c-053ec19a3c8b} <Debug> TCPHandler: Processed in 0.00180817 sec. | ||
| 5662 | 2025.04.09 19:12:20.581744 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5663 | 2025.04.09 19:12:20.581850 [ 259 ] {7dff58b1-a515-4120-8cec-95e9a3504f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5664 | 2025.04.09 19:12:20.581895 [ 259 ] {7dff58b1-a515-4120-8cec-95e9a3504f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5665 | 2025.04.09 19:12:20.582640 [ 259 ] {7dff58b1-a515-4120-8cec-95e9a3504f8a} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5666 | 2025.04.09 19:12:20.582680 [ 259 ] {7dff58b1-a515-4120-8cec-95e9a3504f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5667 | 2025.04.09 19:12:20.583053 [ 259 ] {7dff58b1-a515-4120-8cec-95e9a3504f8a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5668 | 2025.04.09 19:12:20.583292 [ 259 ] {7dff58b1-a515-4120-8cec-95e9a3504f8a} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5669 | 2025.04.09 19:12:20.583473 [ 259 ] {7dff58b1-a515-4120-8cec-95e9a3504f8a} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001647 sec., 255616.27200971462 rows/sec., 18.21 MiB/sec. | ||
| 5670 | 2025.04.09 19:12:20.583526 [ 259 ] {7dff58b1-a515-4120-8cec-95e9a3504f8a} <Debug> TCPHandler: Processed in 0.001845711 sec. | ||
| 5671 | 2025.04.09 19:12:20.583628 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5672 | 2025.04.09 19:12:20.583729 [ 259 ] {a9cfee9f-af88-4d3e-b770-ae0566ef2921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5673 | 2025.04.09 19:12:20.583777 [ 259 ] {a9cfee9f-af88-4d3e-b770-ae0566ef2921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5674 | 2025.04.09 19:12:20.584205 [ 259 ] {a9cfee9f-af88-4d3e-b770-ae0566ef2921} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5675 | 2025.04.09 19:12:20.584242 [ 259 ] {a9cfee9f-af88-4d3e-b770-ae0566ef2921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5676 | 2025.04.09 19:12:20.584584 [ 259 ] {a9cfee9f-af88-4d3e-b770-ae0566ef2921} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5677 | 2025.04.09 19:12:20.584827 [ 259 ] {a9cfee9f-af88-4d3e-b770-ae0566ef2921} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5678 | 2025.04.09 19:12:20.585000 [ 259 ] {a9cfee9f-af88-4d3e-b770-ae0566ef2921} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001292 sec., 4643.962848297214 rows/sec., 242.63 KiB/sec. | ||
| 5679 | 2025.04.09 19:12:20.585054 [ 259 ] {a9cfee9f-af88-4d3e-b770-ae0566ef2921} <Debug> TCPHandler: Processed in 0.001476441 sec. | ||
| 5680 | 2025.04.09 19:12:20.585186 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5681 | 2025.04.09 19:12:20.585291 [ 259 ] {ebb83676-fad3-4686-be29-29a2878169ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5682 | 2025.04.09 19:12:20.585338 [ 259 ] {ebb83676-fad3-4686-be29-29a2878169ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5683 | 2025.04.09 19:12:20.585902 [ 259 ] {ebb83676-fad3-4686-be29-29a2878169ed} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5684 | 2025.04.09 19:12:20.585940 [ 259 ] {ebb83676-fad3-4686-be29-29a2878169ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5685 | 2025.04.09 19:12:20.586346 [ 259 ] {ebb83676-fad3-4686-be29-29a2878169ed} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5686 | 2025.04.09 19:12:20.586601 [ 259 ] {ebb83676-fad3-4686-be29-29a2878169ed} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5687 | 2025.04.09 19:12:20.586819 [ 259 ] {ebb83676-fad3-4686-be29-29a2878169ed} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001538 sec., 154096.22886866058 rows/sec., 10.33 MiB/sec. | ||
| 5688 | 2025.04.09 19:12:20.586890 [ 259 ] {ebb83676-fad3-4686-be29-29a2878169ed} <Debug> TCPHandler: Processed in 0.001754448 sec. | ||
| 5689 | 2025.04.09 19:12:20.587154 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5690 | 2025.04.09 19:12:20.587274 [ 259 ] {b3ac89b7-1da1-4b16-9049-a083f4970395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5691 | 2025.04.09 19:12:20.587324 [ 259 ] {b3ac89b7-1da1-4b16-9049-a083f4970395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5692 | 2025.04.09 19:12:20.587740 [ 259 ] {b3ac89b7-1da1-4b16-9049-a083f4970395} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5693 | 2025.04.09 19:12:20.587778 [ 259 ] {b3ac89b7-1da1-4b16-9049-a083f4970395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5694 | 2025.04.09 19:12:20.588134 [ 259 ] {b3ac89b7-1da1-4b16-9049-a083f4970395} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5695 | 2025.04.09 19:12:20.588365 [ 259 ] {b3ac89b7-1da1-4b16-9049-a083f4970395} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5696 | 2025.04.09 19:12:20.588588 [ 259 ] {b3ac89b7-1da1-4b16-9049-a083f4970395} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec. | ||
| 5697 | 2025.04.09 19:12:20.588737 [ 259 ] {b3ac89b7-1da1-4b16-9049-a083f4970395} <Debug> TCPHandler: Processed in 0.001670236 sec. | ||
| 5698 | 2025.04.09 19:12:20.588909 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5699 | 2025.04.09 19:12:20.589015 [ 259 ] {df4dc3cb-6680-4346-87e2-d8695b5c77de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5700 | 2025.04.09 19:12:20.589097 [ 259 ] {df4dc3cb-6680-4346-87e2-d8695b5c77de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5701 | 2025.04.09 19:12:20.590264 [ 259 ] {df4dc3cb-6680-4346-87e2-d8695b5c77de} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5702 | 2025.04.09 19:12:20.590303 [ 259 ] {df4dc3cb-6680-4346-87e2-d8695b5c77de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5703 | 2025.04.09 19:12:20.590955 [ 259 ] {df4dc3cb-6680-4346-87e2-d8695b5c77de} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5704 | 2025.04.09 19:12:20.591222 [ 259 ] {df4dc3cb-6680-4346-87e2-d8695b5c77de} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5705 | 2025.04.09 19:12:20.591467 [ 259 ] {df4dc3cb-6680-4346-87e2-d8695b5c77de} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002475 sec., 15757.575757575756 rows/sec., 28.24 MiB/sec. | ||
| 5706 | 2025.04.09 19:12:20.591576 [ 259 ] {df4dc3cb-6680-4346-87e2-d8695b5c77de} <Debug> TCPHandler: Processed in 0.002720745 sec. | ||
| 5707 | 2025.04.09 19:12:20.591716 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5708 | 2025.04.09 19:12:20.591823 [ 259 ] {4792dbcb-8b65-474b-8468-d0c7e2edabc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5709 | 2025.04.09 19:12:20.591869 [ 259 ] {4792dbcb-8b65-474b-8468-d0c7e2edabc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5710 | 2025.04.09 19:12:20.592331 [ 259 ] {4792dbcb-8b65-474b-8468-d0c7e2edabc5} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5711 | 2025.04.09 19:12:20.592369 [ 259 ] {4792dbcb-8b65-474b-8468-d0c7e2edabc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5712 | 2025.04.09 19:12:20.592752 [ 259 ] {4792dbcb-8b65-474b-8468-d0c7e2edabc5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5713 | 2025.04.09 19:12:20.592987 [ 259 ] {4792dbcb-8b65-474b-8468-d0c7e2edabc5} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5714 | 2025.04.09 19:12:20.593226 [ 259 ] {4792dbcb-8b65-474b-8468-d0c7e2edabc5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec. | ||
| 5715 | 2025.04.09 19:12:20.593278 [ 259 ] {4792dbcb-8b65-474b-8468-d0c7e2edabc5} <Debug> TCPHandler: Processed in 0.001616485 sec. | ||
| 5716 | 2025.04.09 19:12:25.563883 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5717 | 2025.04.09 19:12:25.564091 [ 259 ] {a84507aa-0251-420b-9cde-dd263ee191b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5718 | 2025.04.09 19:12:25.564162 [ 259 ] {a84507aa-0251-420b-9cde-dd263ee191b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5719 | 2025.04.09 19:12:25.564921 [ 259 ] {a84507aa-0251-420b-9cde-dd263ee191b5} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5720 | 2025.04.09 19:12:25.564966 [ 259 ] {a84507aa-0251-420b-9cde-dd263ee191b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5721 | 2025.04.09 19:12:25.565407 [ 259 ] {a84507aa-0251-420b-9cde-dd263ee191b5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5722 | 2025.04.09 19:12:25.565663 [ 259 ] {a84507aa-0251-420b-9cde-dd263ee191b5} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5723 | 2025.04.09 19:12:25.565821 [ 115 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5724 | 2025.04.09 19:12:25.565871 [ 259 ] {a84507aa-0251-420b-9cde-dd263ee191b5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001836 sec., 30501.089324618737 rows/sec., 2.34 MiB/sec. | ||
| 5725 | 2025.04.09 19:12:25.565872 [ 115 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5726 | 2025.04.09 19:12:25.565924 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5727 | 2025.04.09 19:12:25.565959 [ 259 ] {a84507aa-0251-420b-9cde-dd263ee191b5} <Debug> TCPHandler: Processed in 0.002205011 sec. | ||
| 5728 | 2025.04.09 19:12:25.566141 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 5729 | 2025.04.09 19:12:25.566179 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5730 | 2025.04.09 19:12:25.566417 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5731 | 2025.04.09 19:12:25.566495 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 5732 | 2025.04.09 19:12:25.566517 [ 259 ] {f0b9f8b1-e3f9-45ee-93b2-81dad06e5bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5733 | 2025.04.09 19:12:25.566570 [ 259 ] {f0b9f8b1-e3f9-45ee-93b2-81dad06e5bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5734 | 2025.04.09 19:12:25.566635 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1843 rows starting from the beginning of the part | ||
| 5735 | 2025.04.09 19:12:25.567101 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 5736 | 2025.04.09 19:12:25.567416 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 5737 | 2025.04.09 19:12:25.567807 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 695 rows starting from the beginning of the part | ||
| 5738 | 2025.04.09 19:12:25.568168 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 5739 | 2025.04.09 19:12:25.568877 [ 259 ] {f0b9f8b1-e3f9-45ee-93b2-81dad06e5bfa} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5740 | 2025.04.09 19:12:25.568924 [ 259 ] {f0b9f8b1-e3f9-45ee-93b2-81dad06e5bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5741 | 2025.04.09 19:12:25.569484 [ 259 ] {f0b9f8b1-e3f9-45ee-93b2-81dad06e5bfa} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5742 | 2025.04.09 19:12:25.569823 [ 259 ] {f0b9f8b1-e3f9-45ee-93b2-81dad06e5bfa} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5743 | 2025.04.09 19:12:25.569960 [ 115 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5744 | 2025.04.09 19:12:25.570000 [ 115 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5745 | 2025.04.09 19:12:25.570028 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5746 | 2025.04.09 19:12:25.570031 [ 259 ] {f0b9f8b1-e3f9-45ee-93b2-81dad06e5bfa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003579 sec., 17882.08996926516 rows/sec., 1.40 MiB/sec. | ||
| 5747 | 2025.04.09 19:12:25.570392 [ 259 ] {f0b9f8b1-e3f9-45ee-93b2-81dad06e5bfa} <Debug> TCPHandler: Processed in 0.004269609 sec. | ||
| 5748 | 2025.04.09 19:12:25.570567 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 5749 | 2025.04.09 19:12:25.570855 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5750 | 2025.04.09 19:12:25.571350 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5751 | 2025.04.09 19:12:25.571531 [ 259 ] {c7433d42-eb87-4b2c-b206-8523cf7475ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5752 | 2025.04.09 19:12:25.571564 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 5753 | 2025.04.09 19:12:25.571861 [ 259 ] {c7433d42-eb87-4b2c-b206-8523cf7475ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5754 | 2025.04.09 19:12:25.572200 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.006200011 sec., 733869.6657151092 rows/sec., 62.35 MiB/sec. | ||
| 5755 | 2025.04.09 19:12:25.572535 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 893 rows starting from the beginning of the part | ||
| 5756 | 2025.04.09 19:12:25.572652 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5757 | 2025.04.09 19:12:25.573266 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 5758 | 2025.04.09 19:12:25.573844 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_46_9} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5759 | 2025.04.09 19:12:25.573876 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 5760 | 2025.04.09 19:12:25.574233 [ 191 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_46_9} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5761 | 2025.04.09 19:12:25.574535 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 421 rows starting from the beginning of the part | ||
| 5762 | 2025.04.09 19:12:25.574567 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 5763 | 2025.04.09 19:12:25.574962 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 5764 | 2025.04.09 19:12:25.575471 [ 259 ] {c7433d42-eb87-4b2c-b206-8523cf7475ab} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5765 | 2025.04.09 19:12:25.575543 [ 259 ] {c7433d42-eb87-4b2c-b206-8523cf7475ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5766 | 2025.04.09 19:12:25.576456 [ 259 ] {c7433d42-eb87-4b2c-b206-8523cf7475ab} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5767 | 2025.04.09 19:12:25.577058 [ 259 ] {c7433d42-eb87-4b2c-b206-8523cf7475ab} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5768 | 2025.04.09 19:12:25.577365 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5769 | 2025.04.09 19:12:25.577470 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5770 | 2025.04.09 19:12:25.577557 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5771 | 2025.04.09 19:12:25.577777 [ 259 ] {c7433d42-eb87-4b2c-b206-8523cf7475ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006487 sec., 24664.71404347156 rows/sec., 1.72 MiB/sec. | ||
| 5772 | 2025.04.09 19:12:25.577983 [ 187 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 5773 | 2025.04.09 19:12:25.578234 [ 259 ] {c7433d42-eb87-4b2c-b206-8523cf7475ab} <Debug> TCPHandler: Processed in 0.007543269 sec. | ||
| 5774 | 2025.04.09 19:12:25.578827 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5775 | 2025.04.09 19:12:25.579059 [ 187 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5776 | 2025.04.09 19:12:25.579301 [ 187 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12519 rows starting from the beginning of the part | ||
| 5777 | 2025.04.09 19:12:25.579496 [ 259 ] {3bcc7458-6271-4014-b2fc-e3ea202c79f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5778 | 2025.04.09 19:12:25.579775 [ 259 ] {3bcc7458-6271-4014-b2fc-e3ea202c79f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5779 | 2025.04.09 19:12:25.579786 [ 191 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.009616666 sec., 251542.47844315277 rows/sec., 19.27 MiB/sec. | ||
| 5780 | 2025.04.09 19:12:25.580015 [ 187 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 963 rows starting from the beginning of the part | ||
| 5781 | 2025.04.09 19:12:25.580281 [ 191 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5782 | 2025.04.09 19:12:25.580330 [ 187 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part | ||
| 5783 | 2025.04.09 19:12:25.580728 [ 187 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 5784 | 2025.04.09 19:12:25.581067 [ 187 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 5785 | 2025.04.09 19:12:25.581394 [ 187 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 5786 | 2025.04.09 19:12:25.581423 [ 191 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_46_9} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5787 | 2025.04.09 19:12:25.581811 [ 191 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_46_9} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5788 | 2025.04.09 19:12:25.582002 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5789 | 2025.04.09 19:12:25.582171 [ 259 ] {3bcc7458-6271-4014-b2fc-e3ea202c79f2} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5790 | 2025.04.09 19:12:25.582215 [ 259 ] {3bcc7458-6271-4014-b2fc-e3ea202c79f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5791 | 2025.04.09 19:12:25.582748 [ 259 ] {3bcc7458-6271-4014-b2fc-e3ea202c79f2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5792 | 2025.04.09 19:12:25.583037 [ 259 ] {3bcc7458-6271-4014-b2fc-e3ea202c79f2} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5793 | 2025.04.09 19:12:25.583215 [ 115 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5794 | 2025.04.09 19:12:25.583287 [ 115 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5795 | 2025.04.09 19:12:25.583328 [ 259 ] {3bcc7458-6271-4014-b2fc-e3ea202c79f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004076 sec., 14720.314033366047 rows/sec., 1015.86 KiB/sec. | ||
| 5796 | 2025.04.09 19:12:25.583338 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5797 | 2025.04.09 19:12:25.583649 [ 259 ] {3bcc7458-6271-4014-b2fc-e3ea202c79f2} <Debug> TCPHandler: Processed in 0.004985508 sec. | ||
| 5798 | 2025.04.09 19:12:25.583954 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 5799 | 2025.04.09 19:12:25.584358 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5800 | 2025.04.09 19:12:25.584443 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2522 rows starting from the beginning of the part | ||
| 5801 | 2025.04.09 19:12:25.584623 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 5802 | 2025.04.09 19:12:25.584880 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part | ||
| 5803 | 2025.04.09 19:12:25.585207 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 5804 | 2025.04.09 19:12:25.585370 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 5805 | 2025.04.09 19:12:25.585755 [ 200 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 5806 | 2025.04.09 19:12:25.587655 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14167 rows, containing 5 columns (5 merged, 0 gathered) in 0.009958436 sec., 1422612.948458975 rows/sec., 96.06 MiB/sec. | ||
| 5807 | 2025.04.09 19:12:25.587889 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.004379741 sec., 640677.1541970175 rows/sec., 41.80 MiB/sec. | ||
| 5808 | 2025.04.09 19:12:25.588232 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5809 | 2025.04.09 19:12:25.588347 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5810 | 2025.04.09 19:12:25.588796 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5811 | 2025.04.09 19:12:25.588918 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_46_9} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5812 | 2025.04.09 19:12:25.588955 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5813 | 2025.04.09 19:12:25.589113 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_46_9} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5814 | 2025.04.09 19:12:25.589139 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. | ||
| 5815 | 2025.04.09 19:12:25.589257 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5816 | 2025.04.09 19:12:25.885404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5817 | 2025.04.09 19:12:25.886088 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5818 | 2025.04.09 19:12:25.886137 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5819 | 2025.04.09 19:12:25.886747 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5820 | 2025.04.09 19:12:25.887045 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5821 | 2025.04.09 19:12:25.887299 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5822 | 2025.04.09 19:12:26.801487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5823 | 2025.04.09 19:12:26.822241 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5824 | 2025.04.09 19:12:26.822307 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5825 | 2025.04.09 19:12:26.830107 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5826 | 2025.04.09 19:12:26.830939 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5827 | 2025.04.09 19:12:26.834356 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5828 | 2025.04.09 19:12:28.442382 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 828 | ||
| 5829 | 2025.04.09 19:12:28.445512 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5830 | 2025.04.09 19:12:28.445573 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5831 | 2025.04.09 19:12:28.447080 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5832 | 2025.04.09 19:12:28.447402 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5833 | 2025.04.09 19:12:28.447644 [ 125 ] {} <Debug> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5834 | 2025.04.09 19:12:28.447765 [ 125 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5835 | 2025.04.09 19:12:28.447838 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5836 | 2025.04.09 19:12:28.448192 [ 187 ] {e373d454-753a-45bc-a497-01195adac90c::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 | ||
| 5837 | 2025.04.09 19:12:28.449000 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 828 | ||
| 5838 | 2025.04.09 19:12:28.449436 [ 187 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5839 | 2025.04.09 19:12:28.449605 [ 187 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 682 rows starting from the beginning of the part | ||
| 5840 | 2025.04.09 19:12:28.450255 [ 187 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
| 5841 | 2025.04.09 19:12:28.450868 [ 187 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 5842 | 2025.04.09 19:12:28.451488 [ 187 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 54 rows starting from the beginning of the part | ||
| 5843 | 2025.04.09 19:12:28.452076 [ 187 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 5844 | 2025.04.09 19:12:28.452558 [ 187 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
| 5845 | 2025.04.09 19:12:28.460442 [ 200 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 72 columns (72 merged, 0 gathered) in 0.012451534 sec., 66497.83070905159 rows/sec., 55.09 MiB/sec. | ||
| 5846 | 2025.04.09 19:12:28.462148 [ 198 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5847 | 2025.04.09 19:12:28.462952 [ 198 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_21_4} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5848 | 2025.04.09 19:12:28.463032 [ 198 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_21_4} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5849 | 2025.04.09 19:12:28.463349 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5850 | 2025.04.09 19:12:30.570977 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5851 | 2025.04.09 19:12:30.571186 [ 259 ] {81b8e0d0-eaf4-45bb-b3d7-0a11122c0bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5852 | 2025.04.09 19:12:30.571258 [ 259 ] {81b8e0d0-eaf4-45bb-b3d7-0a11122c0bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5853 | 2025.04.09 19:12:30.572103 [ 259 ] {81b8e0d0-eaf4-45bb-b3d7-0a11122c0bfb} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5854 | 2025.04.09 19:12:30.572151 [ 259 ] {81b8e0d0-eaf4-45bb-b3d7-0a11122c0bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5855 | 2025.04.09 19:12:30.572595 [ 259 ] {81b8e0d0-eaf4-45bb-b3d7-0a11122c0bfb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5856 | 2025.04.09 19:12:30.572847 [ 259 ] {81b8e0d0-eaf4-45bb-b3d7-0a11122c0bfb} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5857 | 2025.04.09 19:12:30.573132 [ 259 ] {81b8e0d0-eaf4-45bb-b3d7-0a11122c0bfb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001993 sec., 106372.3030607125 rows/sec., 6.77 MiB/sec. | ||
| 5858 | 2025.04.09 19:12:30.573369 [ 259 ] {81b8e0d0-eaf4-45bb-b3d7-0a11122c0bfb} <Debug> TCPHandler: Processed in 0.00251975 sec. | ||
| 5859 | 2025.04.09 19:12:30.573520 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5860 | 2025.04.09 19:12:30.573631 [ 259 ] {747c7f48-7793-4ebf-926c-f8dd17928c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5861 | 2025.04.09 19:12:30.573679 [ 259 ] {747c7f48-7793-4ebf-926c-f8dd17928c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5862 | 2025.04.09 19:12:30.574598 [ 259 ] {747c7f48-7793-4ebf-926c-f8dd17928c2f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2025.04.09 19:12:30.574640 [ 259 ] {747c7f48-7793-4ebf-926c-f8dd17928c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5864 | 2025.04.09 19:12:30.575066 [ 259 ] {747c7f48-7793-4ebf-926c-f8dd17928c2f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5865 | 2025.04.09 19:12:30.575335 [ 259 ] {747c7f48-7793-4ebf-926c-f8dd17928c2f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5866 | 2025.04.09 19:12:30.575546 [ 259 ] {747c7f48-7793-4ebf-926c-f8dd17928c2f} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001941 sec., 358062.8541988666 rows/sec., 28.59 MiB/sec. | ||
| 5867 | 2025.04.09 19:12:30.575600 [ 259 ] {747c7f48-7793-4ebf-926c-f8dd17928c2f} <Debug> TCPHandler: Processed in 0.00213347 sec. | ||
| 5868 | 2025.04.09 19:12:30.575734 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5869 | 2025.04.09 19:12:30.575876 [ 259 ] {aa7d9e93-c511-486f-a177-291ed0b54f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5870 | 2025.04.09 19:12:30.575934 [ 259 ] {aa7d9e93-c511-486f-a177-291ed0b54f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5871 | 2025.04.09 19:12:30.576684 [ 259 ] {aa7d9e93-c511-486f-a177-291ed0b54f90} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5872 | 2025.04.09 19:12:30.576735 [ 259 ] {aa7d9e93-c511-486f-a177-291ed0b54f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5873 | 2025.04.09 19:12:30.577117 [ 259 ] {aa7d9e93-c511-486f-a177-291ed0b54f90} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5874 | 2025.04.09 19:12:30.577378 [ 259 ] {aa7d9e93-c511-486f-a177-291ed0b54f90} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5875 | 2025.04.09 19:12:30.577539 [ 150 ] {} <Debug> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5876 | 2025.04.09 19:12:30.577610 [ 259 ] {aa7d9e93-c511-486f-a177-291ed0b54f90} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001759 sec., 82433.2006822058 rows/sec., 5.17 MiB/sec. | ||
| 5877 | 2025.04.09 19:12:30.577619 [ 150 ] {} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5878 | 2025.04.09 19:12:30.577690 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5879 | 2025.04.09 19:12:30.577747 [ 259 ] {aa7d9e93-c511-486f-a177-291ed0b54f90} <Debug> TCPHandler: Processed in 0.002079648 sec. | ||
| 5880 | 2025.04.09 19:12:30.578125 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5881 | 2025.04.09 19:12:30.578252 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::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 | ||
| 5882 | 2025.04.09 19:12:30.578564 [ 259 ] {11f4ef31-34c8-48f9-9ff1-dcf33e8cb79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5883 | 2025.04.09 19:12:30.578759 [ 259 ] {11f4ef31-34c8-48f9-9ff1-dcf33e8cb79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5884 | 2025.04.09 19:12:30.578898 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5885 | 2025.04.09 19:12:30.578998 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 163 rows starting from the beginning of the part | ||
| 5886 | 2025.04.09 19:12:30.579334 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 145 rows starting from the beginning of the part | ||
| 5887 | 2025.04.09 19:12:30.579712 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 145 rows starting from the beginning of the part | ||
| 5888 | 2025.04.09 19:12:30.580066 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
| 5889 | 2025.04.09 19:12:30.580406 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 145 rows starting from the beginning of the part | ||
| 5890 | 2025.04.09 19:12:30.580811 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 145 rows starting from the beginning of the part | ||
| 5891 | 2025.04.09 19:12:30.581936 [ 259 ] {11f4ef31-34c8-48f9-9ff1-dcf33e8cb79e} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5892 | 2025.04.09 19:12:30.582018 [ 259 ] {11f4ef31-34c8-48f9-9ff1-dcf33e8cb79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5893 | 2025.04.09 19:12:30.583003 [ 259 ] {11f4ef31-34c8-48f9-9ff1-dcf33e8cb79e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5894 | 2025.04.09 19:12:30.583518 [ 259 ] {11f4ef31-34c8-48f9-9ff1-dcf33e8cb79e} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5895 | 2025.04.09 19:12:30.583985 [ 150 ] {} <Debug> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5896 | 2025.04.09 19:12:30.584052 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 904 rows, containing 5 columns (5 merged, 0 gathered) in 0.006198052 sec., 145852.27745749793 rows/sec., 9.74 MiB/sec. | ||
| 5897 | 2025.04.09 19:12:30.584162 [ 150 ] {} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5898 | 2025.04.09 19:12:30.584241 [ 259 ] {11f4ef31-34c8-48f9-9ff1-dcf33e8cb79e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005834 sec., 19369.214946863216 rows/sec., 1.25 MiB/sec. | ||
| 5899 | 2025.04.09 19:12:30.584262 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5900 | 2025.04.09 19:12:30.584377 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5901 | 2025.04.09 19:12:30.584533 [ 259 ] {11f4ef31-34c8-48f9-9ff1-dcf33e8cb79e} <Debug> TCPHandler: Processed in 0.006558772 sec. | ||
| 5902 | 2025.04.09 19:12:30.584895 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5903 | 2025.04.09 19:12:30.584935 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::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 | ||
| 5904 | 2025.04.09 19:12:30.585193 [ 259 ] {51261499-b5d8-4bed-9fae-3ec1a2f8d2b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5905 | 2025.04.09 19:12:30.585304 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_20_4} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5906 | 2025.04.09 19:12:30.585339 [ 259 ] {51261499-b5d8-4bed-9fae-3ec1a2f8d2b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5907 | 2025.04.09 19:12:30.585425 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5908 | 2025.04.09 19:12:30.585588 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 341 rows starting from the beginning of the part | ||
| 5909 | 2025.04.09 19:12:30.585799 [ 201 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_20_4} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5910 | 2025.04.09 19:12:30.586100 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 5911 | 2025.04.09 19:12:30.586561 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 5912 | 2025.04.09 19:12:30.586997 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 341 rows starting from the beginning of the part | ||
| 5913 | 2025.04.09 19:12:30.587180 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5914 | 2025.04.09 19:12:30.587474 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
| 5915 | 2025.04.09 19:12:30.587811 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 5916 | 2025.04.09 19:12:30.588812 [ 259 ] {51261499-b5d8-4bed-9fae-3ec1a2f8d2b2} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5917 | 2025.04.09 19:12:30.588878 [ 259 ] {51261499-b5d8-4bed-9fae-3ec1a2f8d2b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5918 | 2025.04.09 19:12:30.589808 [ 259 ] {51261499-b5d8-4bed-9fae-3ec1a2f8d2b2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5919 | 2025.04.09 19:12:30.590232 [ 259 ] {51261499-b5d8-4bed-9fae-3ec1a2f8d2b2} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5920 | 2025.04.09 19:12:30.590859 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.006255713 sec., 181274.30078713648 rows/sec., 12.64 MiB/sec. | ||
| 5921 | 2025.04.09 19:12:30.590991 [ 259 ] {51261499-b5d8-4bed-9fae-3ec1a2f8d2b2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005871 sec., 19076.818259240332 rows/sec., 1.09 MiB/sec. | ||
| 5922 | 2025.04.09 19:12:30.591187 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5923 | 2025.04.09 19:12:30.591311 [ 259 ] {51261499-b5d8-4bed-9fae-3ec1a2f8d2b2} <Debug> TCPHandler: Processed in 0.006538371 sec. | ||
| 5924 | 2025.04.09 19:12:30.591490 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5925 | 2025.04.09 19:12:30.591665 [ 259 ] {4639b53a-496b-452f-baae-70e40e6a8aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5926 | 2025.04.09 19:12:30.591688 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_20_4} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5927 | 2025.04.09 19:12:30.591743 [ 259 ] {4639b53a-496b-452f-baae-70e40e6a8aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5928 | 2025.04.09 19:12:30.591887 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_20_4} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5929 | 2025.04.09 19:12:30.592054 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 5930 | 2025.04.09 19:12:30.592779 [ 259 ] {4639b53a-496b-452f-baae-70e40e6a8aa5} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5931 | 2025.04.09 19:12:30.592822 [ 259 ] {4639b53a-496b-452f-baae-70e40e6a8aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5932 | 2025.04.09 19:12:30.593221 [ 259 ] {4639b53a-496b-452f-baae-70e40e6a8aa5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5933 | 2025.04.09 19:12:30.593462 [ 259 ] {4639b53a-496b-452f-baae-70e40e6a8aa5} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5934 | 2025.04.09 19:12:30.593708 [ 259 ] {4639b53a-496b-452f-baae-70e40e6a8aa5} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.002091 sec., 201339.07221425156 rows/sec., 14.34 MiB/sec. | ||
| 5935 | 2025.04.09 19:12:30.593826 [ 259 ] {4639b53a-496b-452f-baae-70e40e6a8aa5} <Debug> TCPHandler: Processed in 0.002395997 sec. | ||
| 5936 | 2025.04.09 19:12:30.594088 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5937 | 2025.04.09 19:12:30.594222 [ 259 ] {52dde245-ae65-4da1-aa15-5c9c8a6dbbb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5938 | 2025.04.09 19:12:30.594269 [ 259 ] {52dde245-ae65-4da1-aa15-5c9c8a6dbbb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5939 | 2025.04.09 19:12:30.594716 [ 259 ] {52dde245-ae65-4da1-aa15-5c9c8a6dbbb6} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5940 | 2025.04.09 19:12:30.594755 [ 259 ] {52dde245-ae65-4da1-aa15-5c9c8a6dbbb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5941 | 2025.04.09 19:12:30.595131 [ 259 ] {52dde245-ae65-4da1-aa15-5c9c8a6dbbb6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5942 | 2025.04.09 19:12:30.595368 [ 259 ] {52dde245-ae65-4da1-aa15-5c9c8a6dbbb6} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5943 | 2025.04.09 19:12:30.595522 [ 150 ] {} <Debug> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5944 | 2025.04.09 19:12:30.595581 [ 150 ] {} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5945 | 2025.04.09 19:12:30.595626 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5946 | 2025.04.09 19:12:30.595632 [ 259 ] {52dde245-ae65-4da1-aa15-5c9c8a6dbbb6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 220.14 KiB/sec. | ||
| 5947 | 2025.04.09 19:12:30.595822 [ 259 ] {52dde245-ae65-4da1-aa15-5c9c8a6dbbb6} <Debug> TCPHandler: Processed in 0.001822451 sec. | ||
| 5948 | 2025.04.09 19:12:30.595895 [ 188 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::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 | ||
| 5949 | 2025.04.09 19:12:30.595969 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5950 | 2025.04.09 19:12:30.596099 [ 188 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5951 | 2025.04.09 19:12:30.596170 [ 259 ] {49c7daa0-787b-42b4-96bf-d025ac9780da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5952 | 2025.04.09 19:12:30.596183 [ 188 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 5953 | 2025.04.09 19:12:30.596281 [ 259 ] {49c7daa0-787b-42b4-96bf-d025ac9780da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5954 | 2025.04.09 19:12:30.596542 [ 188 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5955 | 2025.04.09 19:12:30.596858 [ 188 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 5956 | 2025.04.09 19:12:30.597235 [ 188 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 5957 | 2025.04.09 19:12:30.597666 [ 188 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 5958 | 2025.04.09 19:12:30.597954 [ 188 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 5959 | 2025.04.09 19:12:30.599130 [ 259 ] {49c7daa0-787b-42b4-96bf-d025ac9780da} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5960 | 2025.04.09 19:12:30.599267 [ 259 ] {49c7daa0-787b-42b4-96bf-d025ac9780da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5961 | 2025.04.09 19:12:30.600820 [ 259 ] {49c7daa0-787b-42b4-96bf-d025ac9780da} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5962 | 2025.04.09 19:12:30.600950 [ 197 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.005216574 sec., 23003.603514490547 rows/sec., 1.17 MiB/sec. | ||
| 5963 | 2025.04.09 19:12:30.601165 [ 197 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5964 | 2025.04.09 19:12:30.601336 [ 259 ] {49c7daa0-787b-42b4-96bf-d025ac9780da} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5965 | 2025.04.09 19:12:30.601753 [ 259 ] {49c7daa0-787b-42b4-96bf-d025ac9780da} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005626 sec., 42125.84429434767 rows/sec., 2.82 MiB/sec. | ||
| 5966 | 2025.04.09 19:12:30.601929 [ 259 ] {49c7daa0-787b-42b4-96bf-d025ac9780da} <Debug> TCPHandler: Processed in 0.006012526 sec. | ||
| 5967 | 2025.04.09 19:12:30.601937 [ 197 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_20_4} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5968 | 2025.04.09 19:12:30.602109 [ 197 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_20_4} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5969 | 2025.04.09 19:12:30.602131 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5970 | 2025.04.09 19:12:30.602249 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5971 | 2025.04.09 19:12:30.602322 [ 259 ] {a1342377-2f15-4b3e-9792-e7de87639b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5972 | 2025.04.09 19:12:30.602376 [ 259 ] {a1342377-2f15-4b3e-9792-e7de87639b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5973 | 2025.04.09 19:12:30.602827 [ 259 ] {a1342377-2f15-4b3e-9792-e7de87639b50} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5974 | 2025.04.09 19:12:30.602868 [ 259 ] {a1342377-2f15-4b3e-9792-e7de87639b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5975 | 2025.04.09 19:12:30.603234 [ 259 ] {a1342377-2f15-4b3e-9792-e7de87639b50} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5976 | 2025.04.09 19:12:30.603478 [ 259 ] {a1342377-2f15-4b3e-9792-e7de87639b50} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5977 | 2025.04.09 19:12:30.603685 [ 259 ] {a1342377-2f15-4b3e-9792-e7de87639b50} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001408 sec., 710.2272727272727 rows/sec., 47.86 KiB/sec. | ||
| 5978 | 2025.04.09 19:12:30.603736 [ 259 ] {a1342377-2f15-4b3e-9792-e7de87639b50} <Debug> TCPHandler: Processed in 0.001685246 sec. | ||
| 5979 | 2025.04.09 19:12:30.603865 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2025.04.09 19:12:30.603970 [ 259 ] {0bd30081-6dbe-4a04-b0b6-02ba4b72244b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5981 | 2025.04.09 19:12:30.604038 [ 259 ] {0bd30081-6dbe-4a04-b0b6-02ba4b72244b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5982 | 2025.04.09 19:12:30.605211 [ 259 ] {0bd30081-6dbe-4a04-b0b6-02ba4b72244b} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2025.04.09 19:12:30.605251 [ 259 ] {0bd30081-6dbe-4a04-b0b6-02ba4b72244b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5984 | 2025.04.09 19:12:30.605933 [ 259 ] {0bd30081-6dbe-4a04-b0b6-02ba4b72244b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5985 | 2025.04.09 19:12:30.606191 [ 259 ] {0bd30081-6dbe-4a04-b0b6-02ba4b72244b} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2025.04.09 19:12:30.606425 [ 259 ] {0bd30081-6dbe-4a04-b0b6-02ba4b72244b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002476 sec., 15751.211631663975 rows/sec., 28.23 MiB/sec. | ||
| 5987 | 2025.04.09 19:12:30.606518 [ 259 ] {0bd30081-6dbe-4a04-b0b6-02ba4b72244b} <Debug> TCPHandler: Processed in 0.002706145 sec. | ||
| 5988 | 2025.04.09 19:12:30.606637 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5989 | 2025.04.09 19:12:30.606740 [ 259 ] {3c67215c-fe1c-4501-9a92-798d6e78b765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5990 | 2025.04.09 19:12:30.606785 [ 259 ] {3c67215c-fe1c-4501-9a92-798d6e78b765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5991 | 2025.04.09 19:12:30.607229 [ 259 ] {3c67215c-fe1c-4501-9a92-798d6e78b765} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2025.04.09 19:12:30.607267 [ 259 ] {3c67215c-fe1c-4501-9a92-798d6e78b765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5993 | 2025.04.09 19:12:30.607630 [ 259 ] {3c67215c-fe1c-4501-9a92-798d6e78b765} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5994 | 2025.04.09 19:12:30.607868 [ 259 ] {3c67215c-fe1c-4501-9a92-798d6e78b765} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5995 | 2025.04.09 19:12:30.608074 [ 259 ] {3c67215c-fe1c-4501-9a92-798d6e78b765} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001356 sec., 60471.97640117994 rows/sec., 3.84 MiB/sec. | ||
| 5996 | 2025.04.09 19:12:30.608124 [ 259 ] {3c67215c-fe1c-4501-9a92-798d6e78b765} <Debug> TCPHandler: Processed in 0.001539083 sec. | ||
| 5997 | 2025.04.09 19:12:33.274476 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5998 | 2025.04.09 19:12:33.274531 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5999 | 2025.04.09 19:12:33.387416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6000 | 2025.04.09 19:12:33.388149 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6001 | 2025.04.09 19:12:33.388195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 6002 | 2025.04.09 19:12:33.388739 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6003 | 2025.04.09 19:12:33.389016 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6004 | 2025.04.09 19:12:33.389316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6005 | 2025.04.09 19:12:34.334423 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6006 | 2025.04.09 19:12:34.356277 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6007 | 2025.04.09 19:12:34.356341 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6008 | 2025.04.09 19:12:34.364242 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6009 | 2025.04.09 19:12:34.365034 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6010 | 2025.04.09 19:12:34.367855 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6011 | 2025.04.09 19:12:35.563555 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6012 | 2025.04.09 19:12:35.563742 [ 259 ] {82ddaad1-bb44-4f35-986f-8640ce1e3d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6013 | 2025.04.09 19:12:35.563810 [ 259 ] {82ddaad1-bb44-4f35-986f-8640ce1e3d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6014 | 2025.04.09 19:12:35.564586 [ 259 ] {82ddaad1-bb44-4f35-986f-8640ce1e3d26} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6015 | 2025.04.09 19:12:35.564629 [ 259 ] {82ddaad1-bb44-4f35-986f-8640ce1e3d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6016 | 2025.04.09 19:12:35.565069 [ 259 ] {82ddaad1-bb44-4f35-986f-8640ce1e3d26} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6017 | 2025.04.09 19:12:35.565329 [ 259 ] {82ddaad1-bb44-4f35-986f-8640ce1e3d26} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6018 | 2025.04.09 19:12:35.565529 [ 259 ] {82ddaad1-bb44-4f35-986f-8640ce1e3d26} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.34 MiB/sec. | ||
| 6019 | 2025.04.09 19:12:35.565585 [ 259 ] {82ddaad1-bb44-4f35-986f-8640ce1e3d26} <Debug> TCPHandler: Processed in 0.00216674 sec. | ||
| 6020 | 2025.04.09 19:12:35.565707 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6021 | 2025.04.09 19:12:35.565814 [ 259 ] {f6829f9f-9585-4107-9baa-646bef26f927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6022 | 2025.04.09 19:12:35.565858 [ 259 ] {f6829f9f-9585-4107-9baa-646bef26f927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6023 | 2025.04.09 19:12:35.566410 [ 259 ] {f6829f9f-9585-4107-9baa-646bef26f927} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6024 | 2025.04.09 19:12:35.566447 [ 259 ] {f6829f9f-9585-4107-9baa-646bef26f927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6025 | 2025.04.09 19:12:35.566802 [ 259 ] {f6829f9f-9585-4107-9baa-646bef26f927} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6026 | 2025.04.09 19:12:35.567050 [ 259 ] {f6829f9f-9585-4107-9baa-646bef26f927} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6027 | 2025.04.09 19:12:35.567225 [ 259 ] {f6829f9f-9585-4107-9baa-646bef26f927} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001433 sec., 44661.54919748779 rows/sec., 3.49 MiB/sec. | ||
| 6028 | 2025.04.09 19:12:35.567276 [ 259 ] {f6829f9f-9585-4107-9baa-646bef26f927} <Debug> TCPHandler: Processed in 0.001621074 sec. | ||
| 6029 | 2025.04.09 19:12:35.567392 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6030 | 2025.04.09 19:12:35.567498 [ 259 ] {cb081a8b-d03f-489a-b67e-b79c5014613c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6031 | 2025.04.09 19:12:35.567546 [ 259 ] {cb081a8b-d03f-489a-b67e-b79c5014613c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6032 | 2025.04.09 19:12:35.568074 [ 259 ] {cb081a8b-d03f-489a-b67e-b79c5014613c} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6033 | 2025.04.09 19:12:35.568111 [ 259 ] {cb081a8b-d03f-489a-b67e-b79c5014613c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6034 | 2025.04.09 19:12:35.568500 [ 259 ] {cb081a8b-d03f-489a-b67e-b79c5014613c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6035 | 2025.04.09 19:12:35.568743 [ 259 ] {cb081a8b-d03f-489a-b67e-b79c5014613c} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6036 | 2025.04.09 19:12:35.568918 [ 259 ] {cb081a8b-d03f-489a-b67e-b79c5014613c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001443 sec., 110880.11088011088 rows/sec., 7.72 MiB/sec. | ||
| 6037 | 2025.04.09 19:12:35.568969 [ 259 ] {cb081a8b-d03f-489a-b67e-b79c5014613c} <Debug> TCPHandler: Processed in 0.001629685 sec. | ||
| 6038 | 2025.04.09 19:12:35.569095 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6039 | 2025.04.09 19:12:35.569201 [ 259 ] {a37ea568-943e-4603-b6c2-ce69580bca91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6040 | 2025.04.09 19:12:35.569248 [ 259 ] {a37ea568-943e-4603-b6c2-ce69580bca91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6041 | 2025.04.09 19:12:35.569686 [ 259 ] {a37ea568-943e-4603-b6c2-ce69580bca91} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2025.04.09 19:12:35.569723 [ 259 ] {a37ea568-943e-4603-b6c2-ce69580bca91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6043 | 2025.04.09 19:12:35.570088 [ 259 ] {a37ea568-943e-4603-b6c2-ce69580bca91} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6044 | 2025.04.09 19:12:35.570330 [ 259 ] {a37ea568-943e-4603-b6c2-ce69580bca91} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6045 | 2025.04.09 19:12:35.570504 [ 259 ] {a37ea568-943e-4603-b6c2-ce69580bca91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec. | ||
| 6046 | 2025.04.09 19:12:35.570552 [ 259 ] {a37ea568-943e-4603-b6c2-ce69580bca91} <Debug> TCPHandler: Processed in 0.001509582 sec. | ||
| 6047 | 2025.04.09 19:12:35.950588 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6048 | 2025.04.09 19:12:35.950778 [ 259 ] {61515e1c-a6cf-46ff-a929-8749573bcd28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6049 | 2025.04.09 19:12:35.950851 [ 259 ] {61515e1c-a6cf-46ff-a929-8749573bcd28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6050 | 2025.04.09 19:12:35.951676 [ 259 ] {61515e1c-a6cf-46ff-a929-8749573bcd28} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6051 | 2025.04.09 19:12:35.951728 [ 259 ] {61515e1c-a6cf-46ff-a929-8749573bcd28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6052 | 2025.04.09 19:12:35.952173 [ 259 ] {61515e1c-a6cf-46ff-a929-8749573bcd28} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6053 | 2025.04.09 19:12:35.952434 [ 259 ] {61515e1c-a6cf-46ff-a929-8749573bcd28} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6054 | 2025.04.09 19:12:35.952637 [ 142 ] {} <Debug> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6055 | 2025.04.09 19:12:35.952661 [ 259 ] {61515e1c-a6cf-46ff-a929-8749573bcd28} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001934 sec., 109617.37331954499 rows/sec., 6.97 MiB/sec. | ||
| 6056 | 2025.04.09 19:12:35.952722 [ 142 ] {} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6057 | 2025.04.09 19:12:35.952797 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6058 | 2025.04.09 19:12:35.952807 [ 259 ] {61515e1c-a6cf-46ff-a929-8749573bcd28} <Debug> TCPHandler: Processed in 0.002355275 sec. | ||
| 6059 | 2025.04.09 19:12:35.953077 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6060 | 2025.04.09 19:12:35.953333 [ 192 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 6061 | 2025.04.09 19:12:35.953439 [ 259 ] {041ffa52-6f89-4186-9698-b77fdd95361e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6062 | 2025.04.09 19:12:35.953583 [ 259 ] {041ffa52-6f89-4186-9698-b77fdd95361e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6063 | 2025.04.09 19:12:35.953924 [ 192 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6064 | 2025.04.09 19:12:35.954075 [ 192 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 6065 | 2025.04.09 19:12:35.954589 [ 192 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 6066 | 2025.04.09 19:12:35.954973 [ 192 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 6067 | 2025.04.09 19:12:35.955422 [ 192 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 6068 | 2025.04.09 19:12:35.955620 [ 259 ] {041ffa52-6f89-4186-9698-b77fdd95361e} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6069 | 2025.04.09 19:12:35.955717 [ 259 ] {041ffa52-6f89-4186-9698-b77fdd95361e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6070 | 2025.04.09 19:12:35.955816 [ 192 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 6071 | 2025.04.09 19:12:35.956673 [ 259 ] {041ffa52-6f89-4186-9698-b77fdd95361e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6072 | 2025.04.09 19:12:35.957304 [ 259 ] {041ffa52-6f89-4186-9698-b77fdd95361e} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6073 | 2025.04.09 19:12:35.957852 [ 259 ] {041ffa52-6f89-4186-9698-b77fdd95361e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004524 sec., 442.0866489832007 rows/sec., 36.05 KiB/sec. | ||
| 6074 | 2025.04.09 19:12:35.958082 [ 259 ] {041ffa52-6f89-4186-9698-b77fdd95361e} <Debug> TCPHandler: Processed in 0.005120592 sec. | ||
| 6075 | 2025.04.09 19:12:35.958285 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2025.04.09 19:12:35.958435 [ 259 ] {d4e4fae6-8e40-4594-bd34-9d18049f708f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6077 | 2025.04.09 19:12:35.958561 [ 259 ] {d4e4fae6-8e40-4594-bd34-9d18049f708f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6078 | 2025.04.09 19:12:35.958848 [ 192 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005883353 sec., 180169.36940550737 rows/sec., 12.15 MiB/sec. | ||
| 6079 | 2025.04.09 19:12:35.959081 [ 192 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6080 | 2025.04.09 19:12:35.959599 [ 192 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_21_5} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6081 | 2025.04.09 19:12:35.959683 [ 192 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_21_5} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6082 | 2025.04.09 19:12:35.959769 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 6083 | 2025.04.09 19:12:35.960669 [ 259 ] {d4e4fae6-8e40-4594-bd34-9d18049f708f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6084 | 2025.04.09 19:12:35.960715 [ 259 ] {d4e4fae6-8e40-4594-bd34-9d18049f708f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6085 | 2025.04.09 19:12:35.961219 [ 259 ] {d4e4fae6-8e40-4594-bd34-9d18049f708f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6086 | 2025.04.09 19:12:35.961478 [ 259 ] {d4e4fae6-8e40-4594-bd34-9d18049f708f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6087 | 2025.04.09 19:12:35.961695 [ 259 ] {d4e4fae6-8e40-4594-bd34-9d18049f708f} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.003316 sec., 553679.1314837154 rows/sec., 45.19 MiB/sec. | ||
| 6088 | 2025.04.09 19:12:35.961765 [ 259 ] {d4e4fae6-8e40-4594-bd34-9d18049f708f} <Debug> TCPHandler: Processed in 0.003561509 sec. | ||
| 6089 | 2025.04.09 19:12:35.961898 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6090 | 2025.04.09 19:12:35.962005 [ 259 ] {f97b490f-6cab-4d13-811f-1f35c11f9338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6091 | 2025.04.09 19:12:35.962052 [ 259 ] {f97b490f-6cab-4d13-811f-1f35c11f9338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6092 | 2025.04.09 19:12:35.962646 [ 259 ] {f97b490f-6cab-4d13-811f-1f35c11f9338} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6093 | 2025.04.09 19:12:35.962686 [ 259 ] {f97b490f-6cab-4d13-811f-1f35c11f9338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6094 | 2025.04.09 19:12:35.963063 [ 259 ] {f97b490f-6cab-4d13-811f-1f35c11f9338} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6095 | 2025.04.09 19:12:35.963319 [ 259 ] {f97b490f-6cab-4d13-811f-1f35c11f9338} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6096 | 2025.04.09 19:12:35.963570 [ 259 ] {f97b490f-6cab-4d13-811f-1f35c11f9338} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001581 sec., 92979.12713472485 rows/sec., 5.84 MiB/sec. | ||
| 6097 | 2025.04.09 19:12:35.963774 [ 259 ] {f97b490f-6cab-4d13-811f-1f35c11f9338} <Debug> TCPHandler: Processed in 0.001923203 sec. | ||
| 6098 | 2025.04.09 19:12:35.963950 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6099 | 2025.04.09 19:12:35.964056 [ 259 ] {dd78dae1-6c9b-4ddc-aa36-5dd535a732d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6100 | 2025.04.09 19:12:35.964102 [ 259 ] {dd78dae1-6c9b-4ddc-aa36-5dd535a732d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6101 | 2025.04.09 19:12:35.964819 [ 259 ] {dd78dae1-6c9b-4ddc-aa36-5dd535a732d7} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6102 | 2025.04.09 19:12:35.964860 [ 259 ] {dd78dae1-6c9b-4ddc-aa36-5dd535a732d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6103 | 2025.04.09 19:12:35.965231 [ 259 ] {dd78dae1-6c9b-4ddc-aa36-5dd535a732d7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6104 | 2025.04.09 19:12:35.965478 [ 259 ] {dd78dae1-6c9b-4ddc-aa36-5dd535a732d7} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6105 | 2025.04.09 19:12:35.965728 [ 259 ] {dd78dae1-6c9b-4ddc-aa36-5dd535a732d7} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001687 sec., 202133.9656194428 rows/sec., 13.49 MiB/sec. | ||
| 6106 | 2025.04.09 19:12:35.965938 [ 259 ] {dd78dae1-6c9b-4ddc-aa36-5dd535a732d7} <Debug> TCPHandler: Processed in 0.002038506 sec. | ||
| 6107 | 2025.04.09 19:12:35.966059 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6108 | 2025.04.09 19:12:35.966162 [ 259 ] {d1033ae7-4fdb-4e69-b628-86d4827a15ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6109 | 2025.04.09 19:12:35.966206 [ 259 ] {d1033ae7-4fdb-4e69-b628-86d4827a15ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6110 | 2025.04.09 19:12:35.966799 [ 259 ] {d1033ae7-4fdb-4e69-b628-86d4827a15ab} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6111 | 2025.04.09 19:12:35.966838 [ 259 ] {d1033ae7-4fdb-4e69-b628-86d4827a15ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6112 | 2025.04.09 19:12:35.967193 [ 259 ] {d1033ae7-4fdb-4e69-b628-86d4827a15ab} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6113 | 2025.04.09 19:12:35.967431 [ 259 ] {d1033ae7-4fdb-4e69-b628-86d4827a15ab} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6114 | 2025.04.09 19:12:35.967579 [ 142 ] {} <Debug> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6115 | 2025.04.09 19:12:35.967649 [ 142 ] {} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6116 | 2025.04.09 19:12:35.967668 [ 259 ] {d1033ae7-4fdb-4e69-b628-86d4827a15ab} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001524 sec., 73490.81364829396 rows/sec., 4.19 MiB/sec. | ||
| 6117 | 2025.04.09 19:12:35.967681 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6118 | 2025.04.09 19:12:35.967813 [ 259 ] {d1033ae7-4fdb-4e69-b628-86d4827a15ab} <Debug> TCPHandler: Processed in 0.0018024 sec. | ||
| 6119 | 2025.04.09 19:12:35.967953 [ 197 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 6120 | 2025.04.09 19:12:35.967990 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6121 | 2025.04.09 19:12:35.968230 [ 259 ] {ab1c4858-3c52-4d19-b6a7-9c9d0d31f6b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6122 | 2025.04.09 19:12:35.968249 [ 197 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6123 | 2025.04.09 19:12:35.968331 [ 259 ] {ab1c4858-3c52-4d19-b6a7-9c9d0d31f6b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6124 | 2025.04.09 19:12:35.968337 [ 197 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 6125 | 2025.04.09 19:12:35.968716 [ 197 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 6126 | 2025.04.09 19:12:35.969143 [ 197 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 6127 | 2025.04.09 19:12:35.969513 [ 197 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 6128 | 2025.04.09 19:12:35.969854 [ 197 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 6129 | 2025.04.09 19:12:35.971434 [ 259 ] {ab1c4858-3c52-4d19-b6a7-9c9d0d31f6b0} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6130 | 2025.04.09 19:12:35.971523 [ 259 ] {ab1c4858-3c52-4d19-b6a7-9c9d0d31f6b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6131 | 2025.04.09 19:12:35.972045 [ 194 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004216687 sec., 132805.68370381772 rows/sec., 8.07 MiB/sec. | ||
| 6132 | 2025.04.09 19:12:35.972313 [ 194 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6133 | 2025.04.09 19:12:35.972391 [ 259 ] {ab1c4858-3c52-4d19-b6a7-9c9d0d31f6b0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6134 | 2025.04.09 19:12:35.972813 [ 259 ] {ab1c4858-3c52-4d19-b6a7-9c9d0d31f6b0} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6135 | 2025.04.09 19:12:35.972826 [ 194 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_21_5} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6136 | 2025.04.09 19:12:35.973026 [ 194 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_21_5} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6137 | 2025.04.09 19:12:35.973215 [ 259 ] {ab1c4858-3c52-4d19-b6a7-9c9d0d31f6b0} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.005074 sec., 173236.10563657864 rows/sec., 12.54 MiB/sec. | ||
| 6138 | 2025.04.09 19:12:35.973226 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6139 | 2025.04.09 19:12:35.973347 [ 259 ] {ab1c4858-3c52-4d19-b6a7-9c9d0d31f6b0} <Debug> TCPHandler: Processed in 0.005413919 sec. | ||
| 6140 | 2025.04.09 19:12:35.973473 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6141 | 2025.04.09 19:12:35.973579 [ 259 ] {b5bcd0ec-5fbb-4d01-bad1-e8c9abaaaf42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6142 | 2025.04.09 19:12:35.973625 [ 259 ] {b5bcd0ec-5fbb-4d01-bad1-e8c9abaaaf42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6143 | 2025.04.09 19:12:35.974065 [ 259 ] {b5bcd0ec-5fbb-4d01-bad1-e8c9abaaaf42} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6144 | 2025.04.09 19:12:35.974104 [ 259 ] {b5bcd0ec-5fbb-4d01-bad1-e8c9abaaaf42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6145 | 2025.04.09 19:12:35.974474 [ 259 ] {b5bcd0ec-5fbb-4d01-bad1-e8c9abaaaf42} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6146 | 2025.04.09 19:12:35.974709 [ 259 ] {b5bcd0ec-5fbb-4d01-bad1-e8c9abaaaf42} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6147 | 2025.04.09 19:12:35.974917 [ 259 ] {b5bcd0ec-5fbb-4d01-bad1-e8c9abaaaf42} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 230.50 KiB/sec. | ||
| 6148 | 2025.04.09 19:12:35.974967 [ 259 ] {b5bcd0ec-5fbb-4d01-bad1-e8c9abaaaf42} <Debug> TCPHandler: Processed in 0.001545813 sec. | ||
| 6149 | 2025.04.09 19:12:35.975088 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6150 | 2025.04.09 19:12:35.975194 [ 259 ] {a65bc58d-dde0-4d55-8c25-1299e2b4d047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6151 | 2025.04.09 19:12:35.975240 [ 259 ] {a65bc58d-dde0-4d55-8c25-1299e2b4d047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6152 | 2025.04.09 19:12:35.975981 [ 259 ] {a65bc58d-dde0-4d55-8c25-1299e2b4d047} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6153 | 2025.04.09 19:12:35.976019 [ 259 ] {a65bc58d-dde0-4d55-8c25-1299e2b4d047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6154 | 2025.04.09 19:12:35.976461 [ 259 ] {a65bc58d-dde0-4d55-8c25-1299e2b4d047} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6155 | 2025.04.09 19:12:35.976696 [ 259 ] {a65bc58d-dde0-4d55-8c25-1299e2b4d047} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6156 | 2025.04.09 19:12:35.976938 [ 259 ] {a65bc58d-dde0-4d55-8c25-1299e2b4d047} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001757 sec., 544109.2771770062 rows/sec., 36.15 MiB/sec. | ||
| 6157 | 2025.04.09 19:12:35.977002 [ 259 ] {a65bc58d-dde0-4d55-8c25-1299e2b4d047} <Debug> TCPHandler: Processed in 0.001961625 sec. | ||
| 6158 | 2025.04.09 19:12:35.977280 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6159 | 2025.04.09 19:12:35.977410 [ 259 ] {626f657a-7a6c-47a3-868f-4f4096c5b43e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6160 | 2025.04.09 19:12:35.977459 [ 259 ] {626f657a-7a6c-47a3-868f-4f4096c5b43e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6161 | 2025.04.09 19:12:35.977878 [ 259 ] {626f657a-7a6c-47a3-868f-4f4096c5b43e} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6162 | 2025.04.09 19:12:35.977917 [ 259 ] {626f657a-7a6c-47a3-868f-4f4096c5b43e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6163 | 2025.04.09 19:12:35.978263 [ 259 ] {626f657a-7a6c-47a3-868f-4f4096c5b43e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6164 | 2025.04.09 19:12:35.978500 [ 259 ] {626f657a-7a6c-47a3-868f-4f4096c5b43e} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6165 | 2025.04.09 19:12:35.978711 [ 259 ] {626f657a-7a6c-47a3-868f-4f4096c5b43e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001324 sec., 755.2870090634441 rows/sec., 50.89 KiB/sec. | ||
| 6166 | 2025.04.09 19:12:35.978759 [ 259 ] {626f657a-7a6c-47a3-868f-4f4096c5b43e} <Debug> TCPHandler: Processed in 0.001586824 sec. | ||
| 6167 | 2025.04.09 19:12:35.978879 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6168 | 2025.04.09 19:12:35.978984 [ 259 ] {fcfdb292-2fbb-4cce-85ff-6e3ee4994e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6169 | 2025.04.09 19:12:35.979049 [ 259 ] {fcfdb292-2fbb-4cce-85ff-6e3ee4994e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6170 | 2025.04.09 19:12:35.980186 [ 259 ] {fcfdb292-2fbb-4cce-85ff-6e3ee4994e19} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6171 | 2025.04.09 19:12:35.980225 [ 259 ] {fcfdb292-2fbb-4cce-85ff-6e3ee4994e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6172 | 2025.04.09 19:12:35.980869 [ 259 ] {fcfdb292-2fbb-4cce-85ff-6e3ee4994e19} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6173 | 2025.04.09 19:12:35.981128 [ 259 ] {fcfdb292-2fbb-4cce-85ff-6e3ee4994e19} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6174 | 2025.04.09 19:12:35.981311 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6175 | 2025.04.09 19:12:35.981386 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6176 | 2025.04.09 19:12:35.981417 [ 259 ] {fcfdb292-2fbb-4cce-85ff-6e3ee4994e19} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002441 sec., 15977.058582548136 rows/sec., 28.63 MiB/sec. | ||
| 6177 | 2025.04.09 19:12:35.981426 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6178 | 2025.04.09 19:12:35.981801 [ 189 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::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 | ||
| 6179 | 2025.04.09 19:12:35.981822 [ 259 ] {fcfdb292-2fbb-4cce-85ff-6e3ee4994e19} <Debug> TCPHandler: Processed in 0.002993823 sec. | ||
| 6180 | 2025.04.09 19:12:35.982065 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6181 | 2025.04.09 19:12:35.982347 [ 259 ] {451fbb71-6f0e-485b-bc97-f3d6ed675f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6182 | 2025.04.09 19:12:35.982429 [ 189 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6183 | 2025.04.09 19:12:35.982449 [ 259 ] {451fbb71-6f0e-485b-bc97-f3d6ed675f85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6184 | 2025.04.09 19:12:35.982648 [ 189 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 518 rows starting from the beginning of the part | ||
| 6185 | 2025.04.09 19:12:35.983551 [ 189 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part | ||
| 6186 | 2025.04.09 19:12:35.984242 [ 189 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part | ||
| 6187 | 2025.04.09 19:12:35.984876 [ 189 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 6188 | 2025.04.09 19:12:35.985052 [ 259 ] {451fbb71-6f0e-485b-bc97-f3d6ed675f85} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6189 | 2025.04.09 19:12:35.985191 [ 259 ] {451fbb71-6f0e-485b-bc97-f3d6ed675f85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6190 | 2025.04.09 19:12:35.985536 [ 189 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part | ||
| 6191 | 2025.04.09 19:12:35.986194 [ 189 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part | ||
| 6192 | 2025.04.09 19:12:35.987071 [ 259 ] {451fbb71-6f0e-485b-bc97-f3d6ed675f85} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6193 | 2025.04.09 19:12:35.987588 [ 259 ] {451fbb71-6f0e-485b-bc97-f3d6ed675f85} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6194 | 2025.04.09 19:12:35.988172 [ 259 ] {451fbb71-6f0e-485b-bc97-f3d6ed675f85} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005912 sec., 5751.014884979702 rows/sec., 341.76 KiB/sec. | ||
| 6195 | 2025.04.09 19:12:35.988331 [ 259 ] {451fbb71-6f0e-485b-bc97-f3d6ed675f85} <Debug> TCPHandler: Processed in 0.006339375 sec. | ||
| 6196 | 2025.04.09 19:12:36.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.98 MiB, peak 205.63 MiB, free memory in arenas 0.00 B, will set to 199.02 MiB (RSS), difference: -3.96 MiB | ||
| 6197 | 2025.04.09 19:12:36.006650 [ 194 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 713 rows, containing 19 columns (19 merged, 0 gathered) in 0.025083434 sec., 28425.13509115219 rows/sec., 50.94 MiB/sec. | ||
| 6198 | 2025.04.09 19:12:36.007778 [ 194 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6199 | 2025.04.09 19:12:36.008245 [ 194 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6200 | 2025.04.09 19:12:36.008336 [ 194 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6201 | 2025.04.09 19:12:36.008511 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB. | ||
| 6202 | 2025.04.09 19:12:37.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.69 MiB, peak 205.63 MiB, free memory in arenas 0.00 B, will set to 199.57 MiB (RSS), difference: 3.88 MiB | ||
| 6203 | 2025.04.09 19:12:38.449197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 882 | ||
| 6204 | 2025.04.09 19:12:38.452676 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6205 | 2025.04.09 19:12:38.452735 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6206 | 2025.04.09 19:12:38.454251 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6207 | 2025.04.09 19:12:38.454570 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6208 | 2025.04.09 19:12:38.455790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 882 | ||
| 6209 | 2025.04.09 19:12:40.561712 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6210 | 2025.04.09 19:12:40.561940 [ 259 ] {4d1b88c8-d9aa-46d1-b46b-a4b830854774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6211 | 2025.04.09 19:12:40.562020 [ 259 ] {4d1b88c8-d9aa-46d1-b46b-a4b830854774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6212 | 2025.04.09 19:12:40.562774 [ 259 ] {4d1b88c8-d9aa-46d1-b46b-a4b830854774} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6213 | 2025.04.09 19:12:40.562825 [ 259 ] {4d1b88c8-d9aa-46d1-b46b-a4b830854774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6214 | 2025.04.09 19:12:40.563264 [ 259 ] {4d1b88c8-d9aa-46d1-b46b-a4b830854774} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6215 | 2025.04.09 19:12:40.563518 [ 259 ] {4d1b88c8-d9aa-46d1-b46b-a4b830854774} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6216 | 2025.04.09 19:12:40.563746 [ 259 ] {4d1b88c8-d9aa-46d1-b46b-a4b830854774} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.31 MiB/sec. | ||
| 6217 | 2025.04.09 19:12:40.563805 [ 259 ] {4d1b88c8-d9aa-46d1-b46b-a4b830854774} <Debug> TCPHandler: Processed in 0.002237562 sec. | ||
| 6218 | 2025.04.09 19:12:40.563945 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6219 | 2025.04.09 19:12:40.564085 [ 259 ] {c53350c3-fb21-4105-927d-037e8da4201e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6220 | 2025.04.09 19:12:40.564141 [ 259 ] {c53350c3-fb21-4105-927d-037e8da4201e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6221 | 2025.04.09 19:12:40.564837 [ 259 ] {c53350c3-fb21-4105-927d-037e8da4201e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6222 | 2025.04.09 19:12:40.564885 [ 259 ] {c53350c3-fb21-4105-927d-037e8da4201e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6223 | 2025.04.09 19:12:40.565292 [ 259 ] {c53350c3-fb21-4105-927d-037e8da4201e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6224 | 2025.04.09 19:12:40.565545 [ 259 ] {c53350c3-fb21-4105-927d-037e8da4201e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6225 | 2025.04.09 19:12:40.565765 [ 259 ] {c53350c3-fb21-4105-927d-037e8da4201e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001709 sec., 37448.80046811001 rows/sec., 2.92 MiB/sec. | ||
| 6226 | 2025.04.09 19:12:40.565819 [ 259 ] {c53350c3-fb21-4105-927d-037e8da4201e} <Debug> TCPHandler: Processed in 0.001941084 sec. | ||
| 6227 | 2025.04.09 19:12:40.565936 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6228 | 2025.04.09 19:12:40.566046 [ 259 ] {d7103e51-b89b-40c8-858d-1b51ad2c9e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6229 | 2025.04.09 19:12:40.566104 [ 259 ] {d7103e51-b89b-40c8-858d-1b51ad2c9e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6230 | 2025.04.09 19:12:40.566733 [ 259 ] {d7103e51-b89b-40c8-858d-1b51ad2c9e27} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6231 | 2025.04.09 19:12:40.566780 [ 259 ] {d7103e51-b89b-40c8-858d-1b51ad2c9e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6232 | 2025.04.09 19:12:40.567221 [ 259 ] {d7103e51-b89b-40c8-858d-1b51ad2c9e27} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6233 | 2025.04.09 19:12:40.567459 [ 259 ] {d7103e51-b89b-40c8-858d-1b51ad2c9e27} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6234 | 2025.04.09 19:12:40.567672 [ 259 ] {d7103e51-b89b-40c8-858d-1b51ad2c9e27} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001648 sec., 77669.90291262136 rows/sec., 5.41 MiB/sec. | ||
| 6235 | 2025.04.09 19:12:40.567723 [ 259 ] {d7103e51-b89b-40c8-858d-1b51ad2c9e27} <Debug> TCPHandler: Processed in 0.001838262 sec. | ||
| 6236 | 2025.04.09 19:12:40.567829 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6237 | 2025.04.09 19:12:40.567932 [ 259 ] {c69188b5-996f-4bbe-8df6-f8603bdb9394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6238 | 2025.04.09 19:12:40.567982 [ 259 ] {c69188b5-996f-4bbe-8df6-f8603bdb9394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6239 | 2025.04.09 19:12:40.568407 [ 259 ] {c69188b5-996f-4bbe-8df6-f8603bdb9394} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6240 | 2025.04.09 19:12:40.568446 [ 259 ] {c69188b5-996f-4bbe-8df6-f8603bdb9394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6241 | 2025.04.09 19:12:40.568806 [ 259 ] {c69188b5-996f-4bbe-8df6-f8603bdb9394} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6242 | 2025.04.09 19:12:40.569037 [ 259 ] {c69188b5-996f-4bbe-8df6-f8603bdb9394} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6243 | 2025.04.09 19:12:40.569252 [ 259 ] {c69188b5-996f-4bbe-8df6-f8603bdb9394} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001341 sec., 35794.18344519016 rows/sec., 2.41 MiB/sec. | ||
| 6244 | 2025.04.09 19:12:40.569301 [ 259 ] {c69188b5-996f-4bbe-8df6-f8603bdb9394} <Debug> TCPHandler: Processed in 0.001524232 sec. | ||
| 6245 | 2025.04.09 19:12:40.889439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6246 | 2025.04.09 19:12:40.890183 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6247 | 2025.04.09 19:12:40.890228 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6248 | 2025.04.09 19:12:40.890775 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6249 | 2025.04.09 19:12:40.891047 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6250 | 2025.04.09 19:12:40.891218 [ 137 ] {} <Debug> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6251 | 2025.04.09 19:12:40.891271 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6252 | 2025.04.09 19:12:40.891274 [ 137 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6253 | 2025.04.09 19:12:40.891310 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6254 | 2025.04.09 19:12:40.891460 [ 190 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 6255 | 2025.04.09 19:12:40.891622 [ 190 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6256 | 2025.04.09 19:12:40.891664 [ 190 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 6257 | 2025.04.09 19:12:40.891746 [ 190 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 6258 | 2025.04.09 19:12:40.891906 [ 190 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 6259 | 2025.04.09 19:12:40.892152 [ 190 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 6260 | 2025.04.09 19:12:40.892246 [ 190 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 6261 | 2025.04.09 19:12:40.892339 [ 190 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 6262 | 2025.04.09 19:12:40.894785 [ 193 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003394764 sec., 4186741.6998648504 rows/sec., 59.89 MiB/sec. | ||
| 6263 | 2025.04.09 19:12:40.895305 [ 193 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6264 | 2025.04.09 19:12:40.895617 [ 193 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_31_6} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6265 | 2025.04.09 19:12:40.895703 [ 193 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_31_6} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6266 | 2025.04.09 19:12:40.895810 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6267 | 2025.04.09 19:12:41.867915 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6268 | 2025.04.09 19:12:41.889382 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6269 | 2025.04.09 19:12:41.889448 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6270 | 2025.04.09 19:12:41.896969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6271 | 2025.04.09 19:12:41.897789 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): 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.04.09 19:12:41.898238 [ 134 ] {} <Debug> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6273 | 2025.04.09 19:12:41.898423 [ 134 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6274 | 2025.04.09 19:12:41.898538 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6275 | 2025.04.09 19:12:41.899384 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 6276 | 2025.04.09 19:12:41.914340 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6277 | 2025.04.09 19:12:41.916198 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6278 | 2025.04.09 19:12:41.917843 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 6279 | 2025.04.09 19:12:41.924252 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 6280 | 2025.04.09 19:12:41.929876 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 6281 | 2025.04.09 19:12:41.935485 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 6282 | 2025.04.09 19:12:41.941335 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 6283 | 2025.04.09 19:12:41.945730 [ 186 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 6284 | 2025.04.09 19:12:42.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.04 MiB, peak 211.63 MiB, free memory in arenas 0.00 B, will set to 202.53 MiB (RSS), difference: -8.51 MiB | ||
| 6285 | 2025.04.09 19:12:42.005533 [ 191 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.106792926 sec., 2191.1563692898535 rows/sec., 11.33 MiB/sec. | ||
| 6286 | 2025.04.09 19:12:42.008700 [ 191 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6287 | 2025.04.09 19:12:42.011754 [ 191 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_31_6} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6288 | 2025.04.09 19:12:42.011887 [ 191 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_31_6} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6289 | 2025.04.09 19:12:42.014592 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 6290 | 2025.04.09 19:12:43.000244 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.56 MiB, peak 211.63 MiB, free memory in arenas 0.00 B, will set to 202.53 MiB (RSS), difference: 9.97 MiB | ||
| 6291 | 2025.04.09 19:12:45.563013 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6292 | 2025.04.09 19:12:45.563246 [ 259 ] {879ce23b-5f67-4466-ad37-2f33c6782291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6293 | 2025.04.09 19:12:45.563322 [ 259 ] {879ce23b-5f67-4466-ad37-2f33c6782291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6294 | 2025.04.09 19:12:45.564153 [ 259 ] {879ce23b-5f67-4466-ad37-2f33c6782291} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6295 | 2025.04.09 19:12:45.564206 [ 259 ] {879ce23b-5f67-4466-ad37-2f33c6782291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6296 | 2025.04.09 19:12:45.564663 [ 259 ] {879ce23b-5f67-4466-ad37-2f33c6782291} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6297 | 2025.04.09 19:12:45.564919 [ 259 ] {879ce23b-5f67-4466-ad37-2f33c6782291} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6298 | 2025.04.09 19:12:45.565092 [ 131 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6299 | 2025.04.09 19:12:45.565141 [ 259 ] {879ce23b-5f67-4466-ad37-2f33c6782291} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.21 MiB/sec. | ||
| 6300 | 2025.04.09 19:12:45.565149 [ 131 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6301 | 2025.04.09 19:12:45.565195 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6302 | 2025.04.09 19:12:45.565231 [ 259 ] {879ce23b-5f67-4466-ad37-2f33c6782291} <Debug> TCPHandler: Processed in 0.002361686 sec. | ||
| 6303 | 2025.04.09 19:12:45.565430 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6304 | 2025.04.09 19:12:45.565493 [ 190 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 6305 | 2025.04.09 19:12:45.565573 [ 259 ] {83dd8568-4cc1-486f-9475-61b4874b69e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6306 | 2025.04.09 19:12:45.565657 [ 259 ] {83dd8568-4cc1-486f-9475-61b4874b69e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6307 | 2025.04.09 19:12:45.565976 [ 190 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6308 | 2025.04.09 19:12:45.566096 [ 190 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::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 | ||
| 6309 | 2025.04.09 19:12:45.566553 [ 190 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 695 rows starting from the beginning of the part | ||
| 6310 | 2025.04.09 19:12:45.567045 [ 190 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 6311 | 2025.04.09 19:12:45.567534 [ 190 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1836 rows starting from the beginning of the part | ||
| 6312 | 2025.04.09 19:12:45.567768 [ 190 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6313 | 2025.04.09 19:12:45.568126 [ 190 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 6314 | 2025.04.09 19:12:45.569159 [ 259 ] {83dd8568-4cc1-486f-9475-61b4874b69e6} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6315 | 2025.04.09 19:12:45.569221 [ 259 ] {83dd8568-4cc1-486f-9475-61b4874b69e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6316 | 2025.04.09 19:12:45.570189 [ 259 ] {83dd8568-4cc1-486f-9475-61b4874b69e6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6317 | 2025.04.09 19:12:45.570724 [ 259 ] {83dd8568-4cc1-486f-9475-61b4874b69e6} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6318 | 2025.04.09 19:12:45.570979 [ 131 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6319 | 2025.04.09 19:12:45.571028 [ 131 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6320 | 2025.04.09 19:12:45.571058 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6321 | 2025.04.09 19:12:45.571101 [ 259 ] {83dd8568-4cc1-486f-9475-61b4874b69e6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005553 sec., 11525.301638753826 rows/sec., 921.17 KiB/sec. | ||
| 6322 | 2025.04.09 19:12:45.571238 [ 259 ] {83dd8568-4cc1-486f-9475-61b4874b69e6} <Debug> TCPHandler: Processed in 0.005905324 sec. | ||
| 6323 | 2025.04.09 19:12:45.571241 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 6324 | 2025.04.09 19:12:45.571422 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6325 | 2025.04.09 19:12:45.571479 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6326 | 2025.04.09 19:12:45.571521 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::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 | ||
| 6327 | 2025.04.09 19:12:45.571578 [ 259 ] {11274eb6-8dac-42dc-9289-6c91ef84997d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6328 | 2025.04.09 19:12:45.571857 [ 259 ] {11274eb6-8dac-42dc-9289-6c91ef84997d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6329 | 2025.04.09 19:12:45.571923 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 421 rows starting from the beginning of the part | ||
| 6330 | 2025.04.09 19:12:45.572532 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 6331 | 2025.04.09 19:12:45.573158 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 879 rows starting from the beginning of the part | ||
| 6332 | 2025.04.09 19:12:45.573289 [ 198 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.00795423 sec., 571142.6498856583 rows/sec., 48.53 MiB/sec. | ||
| 6333 | 2025.04.09 19:12:45.573519 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6334 | 2025.04.09 19:12:45.573883 [ 198 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6335 | 2025.04.09 19:12:45.574045 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 6336 | 2025.04.09 19:12:45.575115 [ 198 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_51_10} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6337 | 2025.04.09 19:12:45.575592 [ 198 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_51_10} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6338 | 2025.04.09 19:12:45.576000 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 6339 | 2025.04.09 19:12:45.576550 [ 259 ] {11274eb6-8dac-42dc-9289-6c91ef84997d} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6340 | 2025.04.09 19:12:45.576647 [ 259 ] {11274eb6-8dac-42dc-9289-6c91ef84997d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6341 | 2025.04.09 19:12:45.577339 [ 259 ] {11274eb6-8dac-42dc-9289-6c91ef84997d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6342 | 2025.04.09 19:12:45.577619 [ 259 ] {11274eb6-8dac-42dc-9289-6c91ef84997d} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6343 | 2025.04.09 19:12:45.577835 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006704636 sec., 358707.02003807516 rows/sec., 27.46 MiB/sec. | ||
| 6344 | 2025.04.09 19:12:45.577850 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6345 | 2025.04.09 19:12:45.577911 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6346 | 2025.04.09 19:12:45.577940 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6347 | 2025.04.09 19:12:45.577948 [ 259 ] {11274eb6-8dac-42dc-9289-6c91ef84997d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006408 sec., 24968.789013732836 rows/sec., 1.74 MiB/sec. | ||
| 6348 | 2025.04.09 19:12:45.578080 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6349 | 2025.04.09 19:12:45.578210 [ 259 ] {11274eb6-8dac-42dc-9289-6c91ef84997d} <Debug> TCPHandler: Processed in 0.006876051 sec. | ||
| 6350 | 2025.04.09 19:12:45.578245 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 6351 | 2025.04.09 19:12:45.578402 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6352 | 2025.04.09 19:12:45.578415 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6353 | 2025.04.09 19:12:45.578456 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14167 rows starting from the beginning of the part | ||
| 6354 | 2025.04.09 19:12:45.578600 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_51_10} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6355 | 2025.04.09 19:12:45.578659 [ 259 ] {ca22cbca-b9ec-481d-b60b-de1ab7402e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6356 | 2025.04.09 19:12:45.578768 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6357 | 2025.04.09 19:12:45.578829 [ 259 ] {ca22cbca-b9ec-481d-b60b-de1ab7402e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6358 | 2025.04.09 19:12:45.578880 [ 187 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_51_10} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6359 | 2025.04.09 19:12:45.579138 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6360 | 2025.04.09 19:12:45.579160 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6361 | 2025.04.09 19:12:45.579407 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 956 rows starting from the beginning of the part | ||
| 6362 | 2025.04.09 19:12:45.579667 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part | ||
| 6363 | 2025.04.09 19:12:45.579877 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::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 | ||
| 6364 | 2025.04.09 19:12:45.580454 [ 259 ] {ca22cbca-b9ec-481d-b60b-de1ab7402e00} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6365 | 2025.04.09 19:12:45.580500 [ 259 ] {ca22cbca-b9ec-481d-b60b-de1ab7402e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6366 | 2025.04.09 19:12:45.580882 [ 259 ] {ca22cbca-b9ec-481d-b60b-de1ab7402e00} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6367 | 2025.04.09 19:12:45.581275 [ 259 ] {ca22cbca-b9ec-481d-b60b-de1ab7402e00} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6368 | 2025.04.09 19:12:45.581426 [ 131 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6369 | 2025.04.09 19:12:45.581496 [ 131 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6370 | 2025.04.09 19:12:45.581535 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6371 | 2025.04.09 19:12:45.581576 [ 259 ] {ca22cbca-b9ec-481d-b60b-de1ab7402e00} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003047 sec., 19691.49983590417 rows/sec., 1.33 MiB/sec. | ||
| 6372 | 2025.04.09 19:12:45.582026 [ 259 ] {ca22cbca-b9ec-481d-b60b-de1ab7402e00} <Debug> TCPHandler: Processed in 0.003688512 sec. | ||
| 6373 | 2025.04.09 19:12:45.582195 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 6374 | 2025.04.09 19:12:45.582886 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6375 | 2025.04.09 19:12:45.583087 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2806 rows starting from the beginning of the part | ||
| 6376 | 2025.04.09 19:12:45.583545 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 6377 | 2025.04.09 19:12:45.584052 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6378 | 2025.04.09 19:12:45.584461 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 6379 | 2025.04.09 19:12:45.584711 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 6380 | 2025.04.09 19:12:45.584839 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::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 | ||
| 6381 | 2025.04.09 19:12:45.587676 [ 196 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15808 rows, containing 5 columns (5 merged, 0 gathered) in 0.009652248 sec., 1637753.194903405 rows/sec., 110.57 MiB/sec. | ||
| 6382 | 2025.04.09 19:12:45.587701 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 4 columns (4 merged, 0 gathered) in 0.006043267 sec., 511312.837907046 rows/sec., 33.35 MiB/sec. | ||
| 6383 | 2025.04.09 19:12:45.588213 [ 196 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6384 | 2025.04.09 19:12:45.588414 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6385 | 2025.04.09 19:12:45.588749 [ 196 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6386 | 2025.04.09 19:12:45.588928 [ 196 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6387 | 2025.04.09 19:12:45.588990 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_51_10} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6388 | 2025.04.09 19:12:45.589106 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
| 6389 | 2025.04.09 19:12:45.589193 [ 201 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_51_10} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6390 | 2025.04.09 19:12:45.589308 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6391 | 2025.04.09 19:12:48.274787 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6392 | 2025.04.09 19:12:48.274836 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6393 | 2025.04.09 19:12:48.391391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6394 | 2025.04.09 19:12:48.392194 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6395 | 2025.04.09 19:12:48.392254 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6396 | 2025.04.09 19:12:48.392835 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6397 | 2025.04.09 19:12:48.393115 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6398 | 2025.04.09 19:12:48.393360 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6399 | 2025.04.09 19:12:48.456092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 898 | ||
| 6400 | 2025.04.09 19:12:48.460327 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6401 | 2025.04.09 19:12:48.460389 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6402 | 2025.04.09 19:12:48.461906 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6403 | 2025.04.09 19:12:48.462230 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6404 | 2025.04.09 19:12:48.462922 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 898 | ||
| 6405 | 2025.04.09 19:12:49.001750 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001258205 sec. | ||
| 6406 | 2025.04.09 19:12:49.414417 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6407 | 2025.04.09 19:12:49.433223 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6408 | 2025.04.09 19:12:49.433269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6409 | 2025.04.09 19:12:49.440201 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6410 | 2025.04.09 19:12:49.440981 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6411 | 2025.04.09 19:12:49.443541 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6412 | 2025.04.09 19:12:50.572451 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6413 | 2025.04.09 19:12:50.572647 [ 259 ] {2f119100-717f-4ce1-9fec-1ec357e41b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6414 | 2025.04.09 19:12:50.572721 [ 259 ] {2f119100-717f-4ce1-9fec-1ec357e41b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6415 | 2025.04.09 19:12:50.573612 [ 259 ] {2f119100-717f-4ce1-9fec-1ec357e41b64} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6416 | 2025.04.09 19:12:50.573669 [ 259 ] {2f119100-717f-4ce1-9fec-1ec357e41b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6417 | 2025.04.09 19:12:50.574142 [ 259 ] {2f119100-717f-4ce1-9fec-1ec357e41b64} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6418 | 2025.04.09 19:12:50.574442 [ 259 ] {2f119100-717f-4ce1-9fec-1ec357e41b64} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6419 | 2025.04.09 19:12:50.574711 [ 259 ] {2f119100-717f-4ce1-9fec-1ec357e41b64} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002116 sec., 100189.0359168242 rows/sec., 6.37 MiB/sec. | ||
| 6420 | 2025.04.09 19:12:50.574778 [ 259 ] {2f119100-717f-4ce1-9fec-1ec357e41b64} <Debug> TCPHandler: Processed in 0.002460308 sec. | ||
| 6421 | 2025.04.09 19:12:50.574913 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6422 | 2025.04.09 19:12:50.575047 [ 259 ] {fbf11498-8070-488e-a0fe-8bb4168b76a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6423 | 2025.04.09 19:12:50.575101 [ 259 ] {fbf11498-8070-488e-a0fe-8bb4168b76a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6424 | 2025.04.09 19:12:50.576161 [ 259 ] {fbf11498-8070-488e-a0fe-8bb4168b76a3} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6425 | 2025.04.09 19:12:50.576203 [ 259 ] {fbf11498-8070-488e-a0fe-8bb4168b76a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6426 | 2025.04.09 19:12:50.576662 [ 259 ] {fbf11498-8070-488e-a0fe-8bb4168b76a3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6427 | 2025.04.09 19:12:50.576942 [ 259 ] {fbf11498-8070-488e-a0fe-8bb4168b76a3} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6428 | 2025.04.09 19:12:50.577201 [ 259 ] {fbf11498-8070-488e-a0fe-8bb4168b76a3} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002175 sec., 319540.2298850575 rows/sec., 25.51 MiB/sec. | ||
| 6429 | 2025.04.09 19:12:50.577298 [ 259 ] {fbf11498-8070-488e-a0fe-8bb4168b76a3} <Debug> TCPHandler: Processed in 0.002442907 sec. | ||
| 6430 | 2025.04.09 19:12:50.577568 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6431 | 2025.04.09 19:12:50.577718 [ 259 ] {7ff15bfc-8cd2-4005-92c1-c75f2975122a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6432 | 2025.04.09 19:12:50.577771 [ 259 ] {7ff15bfc-8cd2-4005-92c1-c75f2975122a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6433 | 2025.04.09 19:12:50.578584 [ 259 ] {7ff15bfc-8cd2-4005-92c1-c75f2975122a} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6434 | 2025.04.09 19:12:50.578636 [ 259 ] {7ff15bfc-8cd2-4005-92c1-c75f2975122a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6435 | 2025.04.09 19:12:50.579006 [ 259 ] {7ff15bfc-8cd2-4005-92c1-c75f2975122a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6436 | 2025.04.09 19:12:50.579241 [ 259 ] {7ff15bfc-8cd2-4005-92c1-c75f2975122a} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6437 | 2025.04.09 19:12:50.579457 [ 259 ] {7ff15bfc-8cd2-4005-92c1-c75f2975122a} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001768 sec., 82013.57466063349 rows/sec., 5.15 MiB/sec. | ||
| 6438 | 2025.04.09 19:12:50.579510 [ 259 ] {7ff15bfc-8cd2-4005-92c1-c75f2975122a} <Debug> TCPHandler: Processed in 0.002051927 sec. | ||
| 6439 | 2025.04.09 19:12:50.579623 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6440 | 2025.04.09 19:12:50.579728 [ 259 ] {7ca7180a-bfad-4db8-82ea-88abd83e7241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6441 | 2025.04.09 19:12:50.579772 [ 259 ] {7ca7180a-bfad-4db8-82ea-88abd83e7241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6442 | 2025.04.09 19:12:50.580324 [ 259 ] {7ca7180a-bfad-4db8-82ea-88abd83e7241} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6443 | 2025.04.09 19:12:50.580363 [ 259 ] {7ca7180a-bfad-4db8-82ea-88abd83e7241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6444 | 2025.04.09 19:12:50.580723 [ 259 ] {7ca7180a-bfad-4db8-82ea-88abd83e7241} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6445 | 2025.04.09 19:12:50.580958 [ 259 ] {7ca7180a-bfad-4db8-82ea-88abd83e7241} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6446 | 2025.04.09 19:12:50.581171 [ 259 ] {7ca7180a-bfad-4db8-82ea-88abd83e7241} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001463 sec., 77238.55092276144 rows/sec., 5.00 MiB/sec. | ||
| 6447 | 2025.04.09 19:12:50.581224 [ 259 ] {7ca7180a-bfad-4db8-82ea-88abd83e7241} <Debug> TCPHandler: Processed in 0.001650745 sec. | ||
| 6448 | 2025.04.09 19:12:50.581337 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6449 | 2025.04.09 19:12:50.581443 [ 259 ] {1f10ccac-74bb-4200-9e57-59607b993d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6450 | 2025.04.09 19:12:50.581486 [ 259 ] {1f10ccac-74bb-4200-9e57-59607b993d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6451 | 2025.04.09 19:12:50.582039 [ 259 ] {1f10ccac-74bb-4200-9e57-59607b993d28} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6452 | 2025.04.09 19:12:50.582079 [ 259 ] {1f10ccac-74bb-4200-9e57-59607b993d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6453 | 2025.04.09 19:12:50.582425 [ 259 ] {1f10ccac-74bb-4200-9e57-59607b993d28} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6454 | 2025.04.09 19:12:50.582658 [ 259 ] {1f10ccac-74bb-4200-9e57-59607b993d28} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2025.04.09 19:12:50.582904 [ 259 ] {1f10ccac-74bb-4200-9e57-59607b993d28} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00148 sec., 75675.67567567568 rows/sec., 4.31 MiB/sec. | ||
| 6456 | 2025.04.09 19:12:50.583240 [ 259 ] {1f10ccac-74bb-4200-9e57-59607b993d28} <Debug> TCPHandler: Processed in 0.001945974 sec. | ||
| 6457 | 2025.04.09 19:12:50.583430 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2025.04.09 19:12:50.583536 [ 259 ] {4568b92d-582a-466b-9e6e-09c9cac0280d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6459 | 2025.04.09 19:12:50.583581 [ 259 ] {4568b92d-582a-466b-9e6e-09c9cac0280d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6460 | 2025.04.09 19:12:50.584295 [ 259 ] {4568b92d-582a-466b-9e6e-09c9cac0280d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2025.04.09 19:12:50.584336 [ 259 ] {4568b92d-582a-466b-9e6e-09c9cac0280d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6462 | 2025.04.09 19:12:50.584710 [ 259 ] {4568b92d-582a-466b-9e6e-09c9cac0280d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6463 | 2025.04.09 19:12:50.584940 [ 259 ] {4568b92d-582a-466b-9e6e-09c9cac0280d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2025.04.09 19:12:50.585135 [ 259 ] {4568b92d-582a-466b-9e6e-09c9cac0280d} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001622 sec., 259556.1035758323 rows/sec., 18.49 MiB/sec. | ||
| 6465 | 2025.04.09 19:12:50.585185 [ 259 ] {4568b92d-582a-466b-9e6e-09c9cac0280d} <Debug> TCPHandler: Processed in 0.00181265 sec. | ||
| 6466 | 2025.04.09 19:12:50.585300 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6467 | 2025.04.09 19:12:50.585405 [ 259 ] {e3d4f169-ece0-457a-b112-4fe200092b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6468 | 2025.04.09 19:12:50.585451 [ 259 ] {e3d4f169-ece0-457a-b112-4fe200092b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6469 | 2025.04.09 19:12:50.585872 [ 259 ] {e3d4f169-ece0-457a-b112-4fe200092b1f} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6470 | 2025.04.09 19:12:50.585909 [ 259 ] {e3d4f169-ece0-457a-b112-4fe200092b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6471 | 2025.04.09 19:12:50.586268 [ 259 ] {e3d4f169-ece0-457a-b112-4fe200092b1f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6472 | 2025.04.09 19:12:50.586506 [ 259 ] {e3d4f169-ece0-457a-b112-4fe200092b1f} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6473 | 2025.04.09 19:12:50.586676 [ 259 ] {e3d4f169-ece0-457a-b112-4fe200092b1f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001294 sec., 4636.7851622874805 rows/sec., 242.25 KiB/sec. | ||
| 6474 | 2025.04.09 19:12:50.586725 [ 259 ] {e3d4f169-ece0-457a-b112-4fe200092b1f} <Debug> TCPHandler: Processed in 0.00147673 sec. | ||
| 6475 | 2025.04.09 19:12:50.586829 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6476 | 2025.04.09 19:12:50.586930 [ 259 ] {6d7e2f93-4081-4900-b73f-0620b98af5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6477 | 2025.04.09 19:12:50.586976 [ 259 ] {6d7e2f93-4081-4900-b73f-0620b98af5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6478 | 2025.04.09 19:12:50.587490 [ 259 ] {6d7e2f93-4081-4900-b73f-0620b98af5e2} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6479 | 2025.04.09 19:12:50.587527 [ 259 ] {6d7e2f93-4081-4900-b73f-0620b98af5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6480 | 2025.04.09 19:12:50.587897 [ 259 ] {6d7e2f93-4081-4900-b73f-0620b98af5e2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6481 | 2025.04.09 19:12:50.588124 [ 259 ] {6d7e2f93-4081-4900-b73f-0620b98af5e2} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6482 | 2025.04.09 19:12:50.588295 [ 259 ] {6d7e2f93-4081-4900-b73f-0620b98af5e2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001387 sec., 170872.38644556596 rows/sec., 11.45 MiB/sec. | ||
| 6483 | 2025.04.09 19:12:50.588344 [ 259 ] {6d7e2f93-4081-4900-b73f-0620b98af5e2} <Debug> TCPHandler: Processed in 0.001565903 sec. | ||
| 6484 | 2025.04.09 19:12:50.588459 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6485 | 2025.04.09 19:12:50.588564 [ 259 ] {a1f15ea0-464f-4e67-9c19-c34ec07d5614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6486 | 2025.04.09 19:12:50.588610 [ 259 ] {a1f15ea0-464f-4e67-9c19-c34ec07d5614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6487 | 2025.04.09 19:12:50.589023 [ 259 ] {a1f15ea0-464f-4e67-9c19-c34ec07d5614} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6488 | 2025.04.09 19:12:50.589058 [ 259 ] {a1f15ea0-464f-4e67-9c19-c34ec07d5614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6489 | 2025.04.09 19:12:50.589396 [ 259 ] {a1f15ea0-464f-4e67-9c19-c34ec07d5614} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6490 | 2025.04.09 19:12:50.589629 [ 259 ] {a1f15ea0-464f-4e67-9c19-c34ec07d5614} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6491 | 2025.04.09 19:12:50.589825 [ 259 ] {a1f15ea0-464f-4e67-9c19-c34ec07d5614} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001271 sec., 786.7820613690008 rows/sec., 53.02 KiB/sec. | ||
| 6492 | 2025.04.09 19:12:50.589970 [ 259 ] {a1f15ea0-464f-4e67-9c19-c34ec07d5614} <Debug> TCPHandler: Processed in 0.001557053 sec. | ||
| 6493 | 2025.04.09 19:12:50.590161 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6494 | 2025.04.09 19:12:50.590267 [ 259 ] {a99dda6e-ea71-4da4-8ceb-641af523d14f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6495 | 2025.04.09 19:12:50.590343 [ 259 ] {a99dda6e-ea71-4da4-8ceb-641af523d14f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6496 | 2025.04.09 19:12:50.591513 [ 259 ] {a99dda6e-ea71-4da4-8ceb-641af523d14f} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6497 | 2025.04.09 19:12:50.591550 [ 259 ] {a99dda6e-ea71-4da4-8ceb-641af523d14f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6498 | 2025.04.09 19:12:50.592197 [ 259 ] {a99dda6e-ea71-4da4-8ceb-641af523d14f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6499 | 2025.04.09 19:12:50.592457 [ 259 ] {a99dda6e-ea71-4da4-8ceb-641af523d14f} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6500 | 2025.04.09 19:12:50.592647 [ 259 ] {a99dda6e-ea71-4da4-8ceb-641af523d14f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002404 sec., 16222.961730449251 rows/sec., 29.07 MiB/sec. | ||
| 6501 | 2025.04.09 19:12:50.592739 [ 259 ] {a99dda6e-ea71-4da4-8ceb-641af523d14f} <Debug> TCPHandler: Processed in 0.002640483 sec. | ||
| 6502 | 2025.04.09 19:12:50.592877 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6503 | 2025.04.09 19:12:50.592982 [ 259 ] {1c323cc2-be0a-4849-8cf4-3cf2f9103da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6504 | 2025.04.09 19:12:50.593027 [ 259 ] {1c323cc2-be0a-4849-8cf4-3cf2f9103da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6505 | 2025.04.09 19:12:50.593455 [ 259 ] {1c323cc2-be0a-4849-8cf4-3cf2f9103da2} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6506 | 2025.04.09 19:12:50.593491 [ 259 ] {1c323cc2-be0a-4849-8cf4-3cf2f9103da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6507 | 2025.04.09 19:12:50.593839 [ 259 ] {1c323cc2-be0a-4849-8cf4-3cf2f9103da2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6508 | 2025.04.09 19:12:50.594072 [ 259 ] {1c323cc2-be0a-4849-8cf4-3cf2f9103da2} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6509 | 2025.04.09 19:12:50.594240 [ 259 ] {1c323cc2-be0a-4849-8cf4-3cf2f9103da2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001281 sec., 64012.490241998436 rows/sec., 4.07 MiB/sec. | ||
| 6510 | 2025.04.09 19:12:50.594288 [ 259 ] {1c323cc2-be0a-4849-8cf4-3cf2f9103da2} <Debug> TCPHandler: Processed in 0.001462581 sec. | ||
| 6511 | 2025.04.09 19:12:55.563295 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6512 | 2025.04.09 19:12:55.563501 [ 259 ] {4ba2700e-d78f-4705-b7fe-6fe51aedbcbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6513 | 2025.04.09 19:12:55.563574 [ 259 ] {4ba2700e-d78f-4705-b7fe-6fe51aedbcbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6514 | 2025.04.09 19:12:55.564330 [ 259 ] {4ba2700e-d78f-4705-b7fe-6fe51aedbcbe} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6515 | 2025.04.09 19:12:55.564384 [ 259 ] {4ba2700e-d78f-4705-b7fe-6fe51aedbcbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6516 | 2025.04.09 19:12:55.564813 [ 259 ] {4ba2700e-d78f-4705-b7fe-6fe51aedbcbe} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6517 | 2025.04.09 19:12:55.565059 [ 259 ] {4ba2700e-d78f-4705-b7fe-6fe51aedbcbe} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6518 | 2025.04.09 19:12:55.565301 [ 259 ] {4ba2700e-d78f-4705-b7fe-6fe51aedbcbe} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00185 sec., 30270.27027027027 rows/sec., 2.33 MiB/sec. | ||
| 6519 | 2025.04.09 19:12:55.565367 [ 259 ] {4ba2700e-d78f-4705-b7fe-6fe51aedbcbe} <Debug> TCPHandler: Processed in 0.002206551 sec. | ||
| 6520 | 2025.04.09 19:12:55.565511 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6521 | 2025.04.09 19:12:55.565624 [ 259 ] {8c786f52-f7b2-4748-8cee-461ce1eafef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6522 | 2025.04.09 19:12:55.565672 [ 259 ] {8c786f52-f7b2-4748-8cee-461ce1eafef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6523 | 2025.04.09 19:12:55.566223 [ 259 ] {8c786f52-f7b2-4748-8cee-461ce1eafef5} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6524 | 2025.04.09 19:12:55.566264 [ 259 ] {8c786f52-f7b2-4748-8cee-461ce1eafef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6525 | 2025.04.09 19:12:55.566623 [ 259 ] {8c786f52-f7b2-4748-8cee-461ce1eafef5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6526 | 2025.04.09 19:12:55.566866 [ 259 ] {8c786f52-f7b2-4748-8cee-461ce1eafef5} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6527 | 2025.04.09 19:12:55.567082 [ 259 ] {8c786f52-f7b2-4748-8cee-461ce1eafef5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001484 sec., 43126.684636118596 rows/sec., 3.37 MiB/sec. | ||
| 6528 | 2025.04.09 19:12:55.567137 [ 259 ] {8c786f52-f7b2-4748-8cee-461ce1eafef5} <Debug> TCPHandler: Processed in 0.001679986 sec. | ||
| 6529 | 2025.04.09 19:12:55.567251 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6530 | 2025.04.09 19:12:55.567359 [ 259 ] {cddd5935-d16f-475c-8f70-8918290ee313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6531 | 2025.04.09 19:12:55.567408 [ 259 ] {cddd5935-d16f-475c-8f70-8918290ee313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6532 | 2025.04.09 19:12:55.567923 [ 259 ] {cddd5935-d16f-475c-8f70-8918290ee313} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6533 | 2025.04.09 19:12:55.567963 [ 259 ] {cddd5935-d16f-475c-8f70-8918290ee313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6534 | 2025.04.09 19:12:55.568351 [ 259 ] {cddd5935-d16f-475c-8f70-8918290ee313} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6535 | 2025.04.09 19:12:55.568585 [ 259 ] {cddd5935-d16f-475c-8f70-8918290ee313} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6536 | 2025.04.09 19:12:55.568798 [ 259 ] {cddd5935-d16f-475c-8f70-8918290ee313} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001462 sec., 109439.12448700411 rows/sec., 7.62 MiB/sec. | ||
| 6537 | 2025.04.09 19:12:55.568850 [ 259 ] {cddd5935-d16f-475c-8f70-8918290ee313} <Debug> TCPHandler: Processed in 0.001650516 sec. | ||
| 6538 | 2025.04.09 19:12:55.568985 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6539 | 2025.04.09 19:12:55.569091 [ 259 ] {27734c82-799c-46b7-bb0a-37c05c7a891d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6540 | 2025.04.09 19:12:55.569138 [ 259 ] {27734c82-799c-46b7-bb0a-37c05c7a891d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6541 | 2025.04.09 19:12:55.569571 [ 259 ] {27734c82-799c-46b7-bb0a-37c05c7a891d} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6542 | 2025.04.09 19:12:55.569610 [ 259 ] {27734c82-799c-46b7-bb0a-37c05c7a891d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6543 | 2025.04.09 19:12:55.569969 [ 259 ] {27734c82-799c-46b7-bb0a-37c05c7a891d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6544 | 2025.04.09 19:12:55.570215 [ 259 ] {27734c82-799c-46b7-bb0a-37c05c7a891d} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6545 | 2025.04.09 19:12:55.570444 [ 259 ] {27734c82-799c-46b7-bb0a-37c05c7a891d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 6546 | 2025.04.09 19:12:55.570508 [ 259 ] {27734c82-799c-46b7-bb0a-37c05c7a891d} <Debug> TCPHandler: Processed in 0.001573804 sec. | ||
| 6547 | 2025.04.09 19:12:55.893485 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6548 | 2025.04.09 19:12:55.894166 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6549 | 2025.04.09 19:12:55.894217 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6550 | 2025.04.09 19:12:55.894763 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6551 | 2025.04.09 19:12:55.895025 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6552 | 2025.04.09 19:12:55.895308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6553 | 2025.04.09 19:12:56.943593 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6554 | 2025.04.09 19:12:56.963886 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6555 | 2025.04.09 19:12:56.963942 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6556 | 2025.04.09 19:12:56.972569 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6557 | 2025.04.09 19:12:56.973330 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6558 | 2025.04.09 19:12:56.976012 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6559 | 2025.04.09 19:12:58.463041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 928 | ||
| 6560 | 2025.04.09 19:12:58.466064 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6561 | 2025.04.09 19:12:58.466120 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6562 | 2025.04.09 19:12:58.467630 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6563 | 2025.04.09 19:12:58.467956 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6564 | 2025.04.09 19:12:58.469087 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 928 | ||
| 6565 | 2025.04.09 19:13:00.570836 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6566 | 2025.04.09 19:13:00.571064 [ 259 ] {eced1b68-d9d3-47a9-9a5e-c48a30060ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6567 | 2025.04.09 19:13:00.571145 [ 259 ] {eced1b68-d9d3-47a9-9a5e-c48a30060ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6568 | 2025.04.09 19:13:00.572078 [ 259 ] {eced1b68-d9d3-47a9-9a5e-c48a30060ab1} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6569 | 2025.04.09 19:13:00.572130 [ 259 ] {eced1b68-d9d3-47a9-9a5e-c48a30060ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6570 | 2025.04.09 19:13:00.572586 [ 259 ] {eced1b68-d9d3-47a9-9a5e-c48a30060ab1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6571 | 2025.04.09 19:13:00.572880 [ 259 ] {eced1b68-d9d3-47a9-9a5e-c48a30060ab1} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6572 | 2025.04.09 19:13:00.573224 [ 259 ] {eced1b68-d9d3-47a9-9a5e-c48a30060ab1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002195 sec., 96583.14350797267 rows/sec., 6.14 MiB/sec. | ||
| 6573 | 2025.04.09 19:13:00.573480 [ 259 ] {eced1b68-d9d3-47a9-9a5e-c48a30060ab1} <Debug> TCPHandler: Processed in 0.002793978 sec. | ||
| 6574 | 2025.04.09 19:13:00.573610 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6575 | 2025.04.09 19:13:00.573722 [ 259 ] {70798df6-2753-4c79-a98a-10151bfcf9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6576 | 2025.04.09 19:13:00.573771 [ 259 ] {70798df6-2753-4c79-a98a-10151bfcf9ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6577 | 2025.04.09 19:13:00.574717 [ 259 ] {70798df6-2753-4c79-a98a-10151bfcf9ed} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6578 | 2025.04.09 19:13:00.574756 [ 259 ] {70798df6-2753-4c79-a98a-10151bfcf9ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6579 | 2025.04.09 19:13:00.575191 [ 259 ] {70798df6-2753-4c79-a98a-10151bfcf9ed} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6580 | 2025.04.09 19:13:00.575429 [ 259 ] {70798df6-2753-4c79-a98a-10151bfcf9ed} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6581 | 2025.04.09 19:13:00.575634 [ 259 ] {70798df6-2753-4c79-a98a-10151bfcf9ed} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001932 sec., 359730.8488612837 rows/sec., 28.72 MiB/sec. | ||
| 6582 | 2025.04.09 19:13:00.575718 [ 259 ] {70798df6-2753-4c79-a98a-10151bfcf9ed} <Debug> TCPHandler: Processed in 0.00215911 sec. | ||
| 6583 | 2025.04.09 19:13:00.576000 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6584 | 2025.04.09 19:13:00.576152 [ 259 ] {d40658a4-2850-4cf0-853b-b90c6ab0ed8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6585 | 2025.04.09 19:13:00.576201 [ 259 ] {d40658a4-2850-4cf0-853b-b90c6ab0ed8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6586 | 2025.04.09 19:13:00.576797 [ 259 ] {d40658a4-2850-4cf0-853b-b90c6ab0ed8e} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6587 | 2025.04.09 19:13:00.576835 [ 259 ] {d40658a4-2850-4cf0-853b-b90c6ab0ed8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6588 | 2025.04.09 19:13:00.577192 [ 259 ] {d40658a4-2850-4cf0-853b-b90c6ab0ed8e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6589 | 2025.04.09 19:13:00.577426 [ 259 ] {d40658a4-2850-4cf0-853b-b90c6ab0ed8e} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): 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.04.09 19:13:00.577641 [ 259 ] {d40658a4-2850-4cf0-853b-b90c6ab0ed8e} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001512 sec., 95899.47089947089 rows/sec., 6.02 MiB/sec. | ||
| 6591 | 2025.04.09 19:13:00.577877 [ 259 ] {d40658a4-2850-4cf0-853b-b90c6ab0ed8e} <Debug> TCPHandler: Processed in 0.001979294 sec. | ||
| 6592 | 2025.04.09 19:13:00.578021 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6593 | 2025.04.09 19:13:00.578127 [ 259 ] {2a19e31a-565f-4939-b38e-8d66e0938274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6594 | 2025.04.09 19:13:00.578171 [ 259 ] {2a19e31a-565f-4939-b38e-8d66e0938274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6595 | 2025.04.09 19:13:00.578751 [ 259 ] {2a19e31a-565f-4939-b38e-8d66e0938274} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6596 | 2025.04.09 19:13:00.578788 [ 259 ] {2a19e31a-565f-4939-b38e-8d66e0938274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6597 | 2025.04.09 19:13:00.579135 [ 259 ] {2a19e31a-565f-4939-b38e-8d66e0938274} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6598 | 2025.04.09 19:13:00.579370 [ 259 ] {2a19e31a-565f-4939-b38e-8d66e0938274} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6599 | 2025.04.09 19:13:00.579545 [ 259 ] {2a19e31a-565f-4939-b38e-8d66e0938274} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001443 sec., 78309.07830907831 rows/sec., 5.07 MiB/sec. | ||
| 6600 | 2025.04.09 19:13:00.579597 [ 259 ] {2a19e31a-565f-4939-b38e-8d66e0938274} <Debug> TCPHandler: Processed in 0.001627855 sec. | ||
| 6601 | 2025.04.09 19:13:00.579709 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6602 | 2025.04.09 19:13:00.579814 [ 259 ] {7b891de0-ee68-4812-b37d-da59d1e07319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6603 | 2025.04.09 19:13:00.579858 [ 259 ] {7b891de0-ee68-4812-b37d-da59d1e07319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6604 | 2025.04.09 19:13:00.580398 [ 259 ] {7b891de0-ee68-4812-b37d-da59d1e07319} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6605 | 2025.04.09 19:13:00.580435 [ 259 ] {7b891de0-ee68-4812-b37d-da59d1e07319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6606 | 2025.04.09 19:13:00.580781 [ 259 ] {7b891de0-ee68-4812-b37d-da59d1e07319} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6607 | 2025.04.09 19:13:00.581015 [ 259 ] {7b891de0-ee68-4812-b37d-da59d1e07319} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6608 | 2025.04.09 19:13:00.581222 [ 259 ] {7b891de0-ee68-4812-b37d-da59d1e07319} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001429 sec., 78376.48705388384 rows/sec., 4.46 MiB/sec. | ||
| 6609 | 2025.04.09 19:13:00.581436 [ 259 ] {7b891de0-ee68-4812-b37d-da59d1e07319} <Debug> TCPHandler: Processed in 0.001770219 sec. | ||
| 6610 | 2025.04.09 19:13:00.581581 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6611 | 2025.04.09 19:13:00.581684 [ 259 ] {6567de1a-ce64-4026-844d-43414e41e9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6612 | 2025.04.09 19:13:00.581729 [ 259 ] {6567de1a-ce64-4026-844d-43414e41e9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6613 | 2025.04.09 19:13:00.582452 [ 259 ] {6567de1a-ce64-4026-844d-43414e41e9c9} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6614 | 2025.04.09 19:13:00.582490 [ 259 ] {6567de1a-ce64-4026-844d-43414e41e9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6615 | 2025.04.09 19:13:00.582859 [ 259 ] {6567de1a-ce64-4026-844d-43414e41e9c9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6616 | 2025.04.09 19:13:00.583097 [ 259 ] {6567de1a-ce64-4026-844d-43414e41e9c9} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6617 | 2025.04.09 19:13:00.583281 [ 259 ] {6567de1a-ce64-4026-844d-43414e41e9c9} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001618 sec., 260197.77503090232 rows/sec., 18.53 MiB/sec. | ||
| 6618 | 2025.04.09 19:13:00.583335 [ 259 ] {6567de1a-ce64-4026-844d-43414e41e9c9} <Debug> TCPHandler: Processed in 0.00180478 sec. | ||
| 6619 | 2025.04.09 19:13:00.583455 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6620 | 2025.04.09 19:13:00.583560 [ 259 ] {ded87bde-bc7b-435d-a80b-516cd1e421f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6621 | 2025.04.09 19:13:00.583606 [ 259 ] {ded87bde-bc7b-435d-a80b-516cd1e421f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6622 | 2025.04.09 19:13:00.584041 [ 259 ] {ded87bde-bc7b-435d-a80b-516cd1e421f1} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6623 | 2025.04.09 19:13:00.584079 [ 259 ] {ded87bde-bc7b-435d-a80b-516cd1e421f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6624 | 2025.04.09 19:13:00.584464 [ 259 ] {ded87bde-bc7b-435d-a80b-516cd1e421f1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6625 | 2025.04.09 19:13:00.584920 [ 259 ] {ded87bde-bc7b-435d-a80b-516cd1e421f1} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6626 | 2025.04.09 19:13:00.585101 [ 259 ] {ded87bde-bc7b-435d-a80b-516cd1e421f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001562 sec., 3841.229193341869 rows/sec., 200.69 KiB/sec. | ||
| 6627 | 2025.04.09 19:13:00.585152 [ 259 ] {ded87bde-bc7b-435d-a80b-516cd1e421f1} <Debug> TCPHandler: Processed in 0.001747769 sec. | ||
| 6628 | 2025.04.09 19:13:00.585266 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6629 | 2025.04.09 19:13:00.585371 [ 259 ] {1bdc8a12-1d42-448e-be9c-e8726008b0f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6630 | 2025.04.09 19:13:00.585419 [ 259 ] {1bdc8a12-1d42-448e-be9c-e8726008b0f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6631 | 2025.04.09 19:13:00.585961 [ 259 ] {1bdc8a12-1d42-448e-be9c-e8726008b0f7} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6632 | 2025.04.09 19:13:00.585997 [ 259 ] {1bdc8a12-1d42-448e-be9c-e8726008b0f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6633 | 2025.04.09 19:13:00.586380 [ 259 ] {1bdc8a12-1d42-448e-be9c-e8726008b0f7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6634 | 2025.04.09 19:13:00.586613 [ 259 ] {1bdc8a12-1d42-448e-be9c-e8726008b0f7} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6635 | 2025.04.09 19:13:00.586783 [ 259 ] {1bdc8a12-1d42-448e-be9c-e8726008b0f7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001434 sec., 165271.96652719667 rows/sec., 11.08 MiB/sec. | ||
| 6636 | 2025.04.09 19:13:00.586833 [ 259 ] {1bdc8a12-1d42-448e-be9c-e8726008b0f7} <Debug> TCPHandler: Processed in 0.001618724 sec. | ||
| 6637 | 2025.04.09 19:13:00.586944 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6638 | 2025.04.09 19:13:00.587050 [ 259 ] {fcd8938f-532e-4021-b916-80d85fb7a41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6639 | 2025.04.09 19:13:00.587096 [ 259 ] {fcd8938f-532e-4021-b916-80d85fb7a41f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6640 | 2025.04.09 19:13:00.587493 [ 259 ] {fcd8938f-532e-4021-b916-80d85fb7a41f} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6641 | 2025.04.09 19:13:00.587529 [ 259 ] {fcd8938f-532e-4021-b916-80d85fb7a41f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6642 | 2025.04.09 19:13:00.587872 [ 259 ] {fcd8938f-532e-4021-b916-80d85fb7a41f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6643 | 2025.04.09 19:13:00.588103 [ 259 ] {fcd8938f-532e-4021-b916-80d85fb7a41f} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6644 | 2025.04.09 19:13:00.588223 [ 111 ] {} <Debug> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 6645 | 2025.04.09 19:13:00.588264 [ 111 ] {} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6646 | 2025.04.09 19:13:00.588284 [ 259 ] {fcd8938f-532e-4021-b916-80d85fb7a41f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001252 sec., 798.7220447284344 rows/sec., 53.82 KiB/sec. | ||
| 6647 | 2025.04.09 19:13:00.588289 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6648 | 2025.04.09 19:13:00.588384 [ 259 ] {fcd8938f-532e-4021-b916-80d85fb7a41f} <Debug> TCPHandler: Processed in 0.001490321 sec. | ||
| 6649 | 2025.04.09 19:13:00.588716 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6650 | 2025.04.09 19:13:00.588870 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 6651 | 2025.04.09 19:13:00.589048 [ 259 ] {a13a3ba9-f106-45e1-9bcf-70daad527482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6652 | 2025.04.09 19:13:00.589252 [ 259 ] {a13a3ba9-f106-45e1-9bcf-70daad527482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6653 | 2025.04.09 19:13:00.589286 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6654 | 2025.04.09 19:13:00.589444 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 6655 | 2025.04.09 19:13:00.589762 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6656 | 2025.04.09 19:13:00.590211 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6657 | 2025.04.09 19:13:00.590563 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 6658 | 2025.04.09 19:13:00.590955 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 6659 | 2025.04.09 19:13:00.591470 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 6660 | 2025.04.09 19:13:00.595053 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.006628334 sec., 3469.9518762935004 rows/sec., 233.82 KiB/sec. | ||
| 6661 | 2025.04.09 19:13:00.595115 [ 259 ] {a13a3ba9-f106-45e1-9bcf-70daad527482} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6662 | 2025.04.09 19:13:00.595181 [ 259 ] {a13a3ba9-f106-45e1-9bcf-70daad527482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6663 | 2025.04.09 19:13:00.595240 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 6664 | 2025.04.09 19:13:00.595903 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6665 | 2025.04.09 19:13:00.596081 [ 192 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_23_5} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 6666 | 2025.04.09 19:13:00.596249 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6667 | 2025.04.09 19:13:00.596586 [ 259 ] {a13a3ba9-f106-45e1-9bcf-70daad527482} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6668 | 2025.04.09 19:13:00.596860 [ 259 ] {a13a3ba9-f106-45e1-9bcf-70daad527482} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6669 | 2025.04.09 19:13:00.597062 [ 259 ] {a13a3ba9-f106-45e1-9bcf-70daad527482} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00813 sec., 4797.047970479704 rows/sec., 8.60 MiB/sec. | ||
| 6670 | 2025.04.09 19:13:00.597193 [ 259 ] {a13a3ba9-f106-45e1-9bcf-70daad527482} <Debug> TCPHandler: Processed in 0.008617808 sec. | ||
| 6671 | 2025.04.09 19:13:00.597318 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6672 | 2025.04.09 19:13:00.597421 [ 259 ] {84e6ebfd-9989-46e5-8cb1-9e65d6929849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6673 | 2025.04.09 19:13:00.597467 [ 259 ] {84e6ebfd-9989-46e5-8cb1-9e65d6929849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6674 | 2025.04.09 19:13:00.597911 [ 259 ] {84e6ebfd-9989-46e5-8cb1-9e65d6929849} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6675 | 2025.04.09 19:13:00.597948 [ 259 ] {84e6ebfd-9989-46e5-8cb1-9e65d6929849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6676 | 2025.04.09 19:13:00.598309 [ 259 ] {84e6ebfd-9989-46e5-8cb1-9e65d6929849} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6677 | 2025.04.09 19:13:00.598574 [ 259 ] {84e6ebfd-9989-46e5-8cb1-9e65d6929849} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6678 | 2025.04.09 19:13:00.598796 [ 259 ] {84e6ebfd-9989-46e5-8cb1-9e65d6929849} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001388 sec., 59077.8097982709 rows/sec., 3.75 MiB/sec. | ||
| 6679 | 2025.04.09 19:13:00.598866 [ 259 ] {84e6ebfd-9989-46e5-8cb1-9e65d6929849} <Debug> TCPHandler: Processed in 0.001601095 sec. | ||
| 6680 | 2025.04.09 19:13:03.274895 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6681 | 2025.04.09 19:13:03.274959 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6682 | 2025.04.09 19:13:03.395444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6683 | 2025.04.09 19:13:03.396256 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2025.04.09 19:13:03.396307 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6685 | 2025.04.09 19:13:03.396852 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6686 | 2025.04.09 19:13:03.397119 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2025.04.09 19:13:03.397370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6688 | 2025.04.09 19:13:04.476070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6689 | 2025.04.09 19:13:04.497225 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6690 | 2025.04.09 19:13:04.497284 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6691 | 2025.04.09 19:13:04.504906 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6692 | 2025.04.09 19:13:04.505705 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6693 | 2025.04.09 19:13:04.508449 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6694 | 2025.04.09 19:13:05.563652 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6695 | 2025.04.09 19:13:05.563876 [ 259 ] {b1e1dcb0-45a9-4ada-a0df-4fdc8ba58d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6696 | 2025.04.09 19:13:05.563960 [ 259 ] {b1e1dcb0-45a9-4ada-a0df-4fdc8ba58d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6697 | 2025.04.09 19:13:05.564806 [ 259 ] {b1e1dcb0-45a9-4ada-a0df-4fdc8ba58d0c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6698 | 2025.04.09 19:13:05.564863 [ 259 ] {b1e1dcb0-45a9-4ada-a0df-4fdc8ba58d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6699 | 2025.04.09 19:13:05.565322 [ 259 ] {b1e1dcb0-45a9-4ada-a0df-4fdc8ba58d0c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6700 | 2025.04.09 19:13:05.565576 [ 259 ] {b1e1dcb0-45a9-4ada-a0df-4fdc8ba58d0c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6701 | 2025.04.09 19:13:05.565830 [ 259 ] {b1e1dcb0-45a9-4ada-a0df-4fdc8ba58d0c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002013 sec., 27819.175360158966 rows/sec., 2.14 MiB/sec. | ||
| 6702 | 2025.04.09 19:13:05.565897 [ 259 ] {b1e1dcb0-45a9-4ada-a0df-4fdc8ba58d0c} <Debug> TCPHandler: Processed in 0.002391456 sec. | ||
| 6703 | 2025.04.09 19:13:05.566018 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6704 | 2025.04.09 19:13:05.566128 [ 259 ] {e3706466-73bc-4ef8-93f2-436899cf02cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6705 | 2025.04.09 19:13:05.566176 [ 259 ] {e3706466-73bc-4ef8-93f2-436899cf02cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6706 | 2025.04.09 19:13:05.566777 [ 259 ] {e3706466-73bc-4ef8-93f2-436899cf02cf} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6707 | 2025.04.09 19:13:05.566820 [ 259 ] {e3706466-73bc-4ef8-93f2-436899cf02cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6708 | 2025.04.09 19:13:05.567183 [ 259 ] {e3706466-73bc-4ef8-93f2-436899cf02cf} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6709 | 2025.04.09 19:13:05.567423 [ 259 ] {e3706466-73bc-4ef8-93f2-436899cf02cf} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2025.04.09 19:13:05.567647 [ 259 ] {e3706466-73bc-4ef8-93f2-436899cf02cf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001545 sec., 41423.948220064725 rows/sec., 3.23 MiB/sec. | ||
| 6711 | 2025.04.09 19:13:05.567699 [ 259 ] {e3706466-73bc-4ef8-93f2-436899cf02cf} <Debug> TCPHandler: Processed in 0.001736318 sec. | ||
| 6712 | 2025.04.09 19:13:05.567835 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6713 | 2025.04.09 19:13:05.567977 [ 259 ] {ac693712-6f06-4569-a98c-4ea7860f7c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6714 | 2025.04.09 19:13:05.568039 [ 259 ] {ac693712-6f06-4569-a98c-4ea7860f7c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6715 | 2025.04.09 19:13:05.568692 [ 259 ] {ac693712-6f06-4569-a98c-4ea7860f7c11} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6716 | 2025.04.09 19:13:05.568740 [ 259 ] {ac693712-6f06-4569-a98c-4ea7860f7c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6717 | 2025.04.09 19:13:05.569194 [ 259 ] {ac693712-6f06-4569-a98c-4ea7860f7c11} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6718 | 2025.04.09 19:13:05.569449 [ 259 ] {ac693712-6f06-4569-a98c-4ea7860f7c11} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6719 | 2025.04.09 19:13:05.569672 [ 259 ] {ac693712-6f06-4569-a98c-4ea7860f7c11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001727 sec., 92646.20729588882 rows/sec., 6.45 MiB/sec. | ||
| 6720 | 2025.04.09 19:13:05.569726 [ 259 ] {ac693712-6f06-4569-a98c-4ea7860f7c11} <Debug> TCPHandler: Processed in 0.001957984 sec. | ||
| 6721 | 2025.04.09 19:13:05.569865 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6722 | 2025.04.09 19:13:05.569971 [ 259 ] {f62ee891-3f88-4c9a-a3b2-6e41ede14ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6723 | 2025.04.09 19:13:05.570019 [ 259 ] {f62ee891-3f88-4c9a-a3b2-6e41ede14ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6724 | 2025.04.09 19:13:05.570470 [ 259 ] {f62ee891-3f88-4c9a-a3b2-6e41ede14ef4} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6725 | 2025.04.09 19:13:05.570508 [ 259 ] {f62ee891-3f88-4c9a-a3b2-6e41ede14ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6726 | 2025.04.09 19:13:05.570880 [ 259 ] {f62ee891-3f88-4c9a-a3b2-6e41ede14ef4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6727 | 2025.04.09 19:13:05.571122 [ 259 ] {f62ee891-3f88-4c9a-a3b2-6e41ede14ef4} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6728 | 2025.04.09 19:13:05.571337 [ 259 ] {f62ee891-3f88-4c9a-a3b2-6e41ede14ef4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
| 6729 | 2025.04.09 19:13:05.571387 [ 259 ] {f62ee891-3f88-4c9a-a3b2-6e41ede14ef4} <Debug> TCPHandler: Processed in 0.001574204 sec. | ||
| 6730 | 2025.04.09 19:13:05.951253 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6731 | 2025.04.09 19:13:05.951465 [ 259 ] {3dfe9b72-cab8-413e-a21b-2a727992a0fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6732 | 2025.04.09 19:13:05.951544 [ 259 ] {3dfe9b72-cab8-413e-a21b-2a727992a0fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6733 | 2025.04.09 19:13:05.952439 [ 259 ] {3dfe9b72-cab8-413e-a21b-2a727992a0fe} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6734 | 2025.04.09 19:13:05.952491 [ 259 ] {3dfe9b72-cab8-413e-a21b-2a727992a0fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6735 | 2025.04.09 19:13:05.952941 [ 259 ] {3dfe9b72-cab8-413e-a21b-2a727992a0fe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6736 | 2025.04.09 19:13:05.953191 [ 259 ] {3dfe9b72-cab8-413e-a21b-2a727992a0fe} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6737 | 2025.04.09 19:13:05.953441 [ 259 ] {3dfe9b72-cab8-413e-a21b-2a727992a0fe} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002035 sec., 104176.90417690418 rows/sec., 6.63 MiB/sec. | ||
| 6738 | 2025.04.09 19:13:05.953498 [ 259 ] {3dfe9b72-cab8-413e-a21b-2a727992a0fe} <Debug> TCPHandler: Processed in 0.002390926 sec. | ||
| 6739 | 2025.04.09 19:13:05.953619 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6740 | 2025.04.09 19:13:05.953727 [ 259 ] {d08e4599-03de-4427-891f-6ce2916bc1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6741 | 2025.04.09 19:13:05.953773 [ 259 ] {d08e4599-03de-4427-891f-6ce2916bc1d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6742 | 2025.04.09 19:13:05.954298 [ 259 ] {d08e4599-03de-4427-891f-6ce2916bc1d7} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6743 | 2025.04.09 19:13:05.954337 [ 259 ] {d08e4599-03de-4427-891f-6ce2916bc1d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6744 | 2025.04.09 19:13:05.954679 [ 259 ] {d08e4599-03de-4427-891f-6ce2916bc1d7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6745 | 2025.04.09 19:13:05.954918 [ 259 ] {d08e4599-03de-4427-891f-6ce2916bc1d7} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6746 | 2025.04.09 19:13:05.955126 [ 259 ] {d08e4599-03de-4427-891f-6ce2916bc1d7} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001422 sec., 11251.758087201124 rows/sec., 917.50 KiB/sec. | ||
| 6747 | 2025.04.09 19:13:05.955179 [ 259 ] {d08e4599-03de-4427-891f-6ce2916bc1d7} <Debug> TCPHandler: Processed in 0.001612375 sec. | ||
| 6748 | 2025.04.09 19:13:05.955309 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6749 | 2025.04.09 19:13:05.955446 [ 259 ] {3f594fbc-c2e0-4f2d-af86-f6840689c79f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6750 | 2025.04.09 19:13:05.955501 [ 259 ] {3f594fbc-c2e0-4f2d-af86-f6840689c79f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6751 | 2025.04.09 19:13:05.957392 [ 259 ] {3f594fbc-c2e0-4f2d-af86-f6840689c79f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6752 | 2025.04.09 19:13:05.957432 [ 259 ] {3f594fbc-c2e0-4f2d-af86-f6840689c79f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6753 | 2025.04.09 19:13:05.957904 [ 259 ] {3f594fbc-c2e0-4f2d-af86-f6840689c79f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6754 | 2025.04.09 19:13:05.958146 [ 259 ] {3f594fbc-c2e0-4f2d-af86-f6840689c79f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6755 | 2025.04.09 19:13:05.958324 [ 105 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6756 | 2025.04.09 19:13:05.958390 [ 259 ] {3f594fbc-c2e0-4f2d-af86-f6840689c79f} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.002968 sec., 620956.8733153639 rows/sec., 50.66 MiB/sec. | ||
| 6757 | 2025.04.09 19:13:05.958419 [ 105 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6758 | 2025.04.09 19:13:05.958493 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6759 | 2025.04.09 19:13:05.958517 [ 259 ] {3f594fbc-c2e0-4f2d-af86-f6840689c79f} <Debug> TCPHandler: Processed in 0.00327289 sec. | ||
| 6760 | 2025.04.09 19:13:05.958715 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6761 | 2025.04.09 19:13:05.958738 [ 196 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6762 | 2025.04.09 19:13:05.958861 [ 259 ] {ff720bfd-3417-4792-a9b0-15be257302b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6763 | 2025.04.09 19:13:05.958966 [ 259 ] {ff720bfd-3417-4792-a9b0-15be257302b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6764 | 2025.04.09 19:13:05.959115 [ 196 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6765 | 2025.04.09 19:13:05.959208 [ 196 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1844 rows starting from the beginning of the part | ||
| 6766 | 2025.04.09 19:13:05.959550 [ 196 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 695 rows starting from the beginning of the part | ||
| 6767 | 2025.04.09 19:13:05.960049 [ 196 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 6768 | 2025.04.09 19:13:05.960372 [ 196 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 695 rows starting from the beginning of the part | ||
| 6769 | 2025.04.09 19:13:05.960487 [ 196 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
| 6770 | 2025.04.09 19:13:05.960966 [ 196 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1843 rows starting from the beginning of the part | ||
| 6771 | 2025.04.09 19:13:05.961788 [ 259 ] {ff720bfd-3417-4792-a9b0-15be257302b0} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6772 | 2025.04.09 19:13:05.961853 [ 259 ] {ff720bfd-3417-4792-a9b0-15be257302b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6773 | 2025.04.09 19:13:05.962598 [ 259 ] {ff720bfd-3417-4792-a9b0-15be257302b0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6774 | 2025.04.09 19:13:05.963110 [ 259 ] {ff720bfd-3417-4792-a9b0-15be257302b0} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6775 | 2025.04.09 19:13:05.963575 [ 259 ] {ff720bfd-3417-4792-a9b0-15be257302b0} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.00476 sec., 33823.529411764706 rows/sec., 2.14 MiB/sec. | ||
| 6776 | 2025.04.09 19:13:05.963781 [ 259 ] {ff720bfd-3417-4792-a9b0-15be257302b0} <Debug> TCPHandler: Processed in 0.005142633 sec. | ||
| 6777 | 2025.04.09 19:13:05.963933 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6778 | 2025.04.09 19:13:05.964063 [ 259 ] {53316207-92a2-4d2e-af85-284952a03239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6779 | 2025.04.09 19:13:05.964111 [ 259 ] {53316207-92a2-4d2e-af85-284952a03239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6780 | 2025.04.09 19:13:05.965109 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5189 rows, containing 5 columns (5 merged, 0 gathered) in 0.006479089 sec., 800884.1983803586 rows/sec., 67.94 MiB/sec. | ||
| 6781 | 2025.04.09 19:13:05.965360 [ 259 ] {53316207-92a2-4d2e-af85-284952a03239} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6782 | 2025.04.09 19:13:05.965419 [ 259 ] {53316207-92a2-4d2e-af85-284952a03239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6783 | 2025.04.09 19:13:05.965509 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6784 | 2025.04.09 19:13:05.966106 [ 259 ] {53316207-92a2-4d2e-af85-284952a03239} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6785 | 2025.04.09 19:13:05.966150 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6786 | 2025.04.09 19:13:05.966284 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_56_11} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6787 | 2025.04.09 19:13:05.966462 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 6788 | 2025.04.09 19:13:05.966563 [ 259 ] {53316207-92a2-4d2e-af85-284952a03239} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6789 | 2025.04.09 19:13:05.966758 [ 259 ] {53316207-92a2-4d2e-af85-284952a03239} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002734 sec., 124725.67666422825 rows/sec., 8.32 MiB/sec. | ||
| 6790 | 2025.04.09 19:13:05.966818 [ 259 ] {53316207-92a2-4d2e-af85-284952a03239} <Debug> TCPHandler: Processed in 0.002941482 sec. | ||
| 6791 | 2025.04.09 19:13:05.966944 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6792 | 2025.04.09 19:13:05.967049 [ 259 ] {cf804475-bc2b-4198-bdd7-1d10afc553bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6793 | 2025.04.09 19:13:05.967093 [ 259 ] {cf804475-bc2b-4198-bdd7-1d10afc553bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6794 | 2025.04.09 19:13:05.967672 [ 259 ] {cf804475-bc2b-4198-bdd7-1d10afc553bc} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6795 | 2025.04.09 19:13:05.967709 [ 259 ] {cf804475-bc2b-4198-bdd7-1d10afc553bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6796 | 2025.04.09 19:13:05.968057 [ 259 ] {cf804475-bc2b-4198-bdd7-1d10afc553bc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6797 | 2025.04.09 19:13:05.968284 [ 259 ] {cf804475-bc2b-4198-bdd7-1d10afc553bc} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6798 | 2025.04.09 19:13:05.968505 [ 259 ] {cf804475-bc2b-4198-bdd7-1d10afc553bc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001474 sec., 75983.71777476255 rows/sec., 4.33 MiB/sec. | ||
| 6799 | 2025.04.09 19:13:05.968699 [ 259 ] {cf804475-bc2b-4198-bdd7-1d10afc553bc} <Debug> TCPHandler: Processed in 0.00180229 sec. | ||
| 6800 | 2025.04.09 19:13:05.968888 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6801 | 2025.04.09 19:13:05.968994 [ 259 ] {3278a71f-d196-4d47-980e-58d671352e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6802 | 2025.04.09 19:13:05.969040 [ 259 ] {3278a71f-d196-4d47-980e-58d671352e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6803 | 2025.04.09 19:13:05.970109 [ 259 ] {3278a71f-d196-4d47-980e-58d671352e27} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6804 | 2025.04.09 19:13:05.970146 [ 259 ] {3278a71f-d196-4d47-980e-58d671352e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6805 | 2025.04.09 19:13:05.970535 [ 259 ] {3278a71f-d196-4d47-980e-58d671352e27} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6806 | 2025.04.09 19:13:05.970774 [ 259 ] {3278a71f-d196-4d47-980e-58d671352e27} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6807 | 2025.04.09 19:13:05.970901 [ 103 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6808 | 2025.04.09 19:13:05.970946 [ 103 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6809 | 2025.04.09 19:13:05.970952 [ 259 ] {3278a71f-d196-4d47-980e-58d671352e27} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.00198 sec., 451010.10101010103 rows/sec., 32.70 MiB/sec. | ||
| 6810 | 2025.04.09 19:13:05.970973 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6811 | 2025.04.09 19:13:05.971041 [ 259 ] {3278a71f-d196-4d47-980e-58d671352e27} <Debug> TCPHandler: Processed in 0.002206201 sec. | ||
| 6812 | 2025.04.09 19:13:05.971210 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6813 | 2025.04.09 19:13:05.971240 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6814 | 2025.04.09 19:13:05.971479 [ 259 ] {26382474-5da0-4997-98da-4664dfd07ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6815 | 2025.04.09 19:13:05.971484 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6816 | 2025.04.09 19:13:05.971575 [ 259 ] {26382474-5da0-4997-98da-4664dfd07ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6817 | 2025.04.09 19:13:05.971580 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 6818 | 2025.04.09 19:13:05.971904 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 421 rows starting from the beginning of the part | ||
| 6819 | 2025.04.09 19:13:05.972253 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 6820 | 2025.04.09 19:13:05.972610 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 421 rows starting from the beginning of the part | ||
| 6821 | 2025.04.09 19:13:05.972938 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
| 6822 | 2025.04.09 19:13:05.973224 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 893 rows starting from the beginning of the part | ||
| 6823 | 2025.04.09 19:13:05.973937 [ 259 ] {26382474-5da0-4997-98da-4664dfd07ae2} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6824 | 2025.04.09 19:13:05.973997 [ 259 ] {26382474-5da0-4997-98da-4664dfd07ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6825 | 2025.04.09 19:13:05.974897 [ 259 ] {26382474-5da0-4997-98da-4664dfd07ae2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6826 | 2025.04.09 19:13:05.975370 [ 259 ] {26382474-5da0-4997-98da-4664dfd07ae2} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6827 | 2025.04.09 19:13:05.975639 [ 259 ] {26382474-5da0-4997-98da-4664dfd07ae2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004251 sec., 1411.4326040931546 rows/sec., 73.74 KiB/sec. | ||
| 6828 | 2025.04.09 19:13:05.975999 [ 259 ] {26382474-5da0-4997-98da-4664dfd07ae2} <Debug> TCPHandler: Processed in 0.004810484 sec. | ||
| 6829 | 2025.04.09 19:13:05.976346 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6830 | 2025.04.09 19:13:05.976384 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.005305646 sec., 523216.2115602888 rows/sec., 39.89 MiB/sec. | ||
| 6831 | 2025.04.09 19:13:05.976499 [ 259 ] {f9f5148e-e8e9-4108-879f-eb2f84d94f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6832 | 2025.04.09 19:13:05.976567 [ 259 ] {f9f5148e-e8e9-4108-879f-eb2f84d94f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6833 | 2025.04.09 19:13:05.976619 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6834 | 2025.04.09 19:13:05.977200 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6835 | 2025.04.09 19:13:05.977282 [ 194 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_56_11} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6836 | 2025.04.09 19:13:05.977381 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 6837 | 2025.04.09 19:13:05.977758 [ 259 ] {f9f5148e-e8e9-4108-879f-eb2f84d94f3b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6838 | 2025.04.09 19:13:05.977800 [ 259 ] {f9f5148e-e8e9-4108-879f-eb2f84d94f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6839 | 2025.04.09 19:13:05.978258 [ 259 ] {f9f5148e-e8e9-4108-879f-eb2f84d94f3b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6840 | 2025.04.09 19:13:05.978506 [ 259 ] {f9f5148e-e8e9-4108-879f-eb2f84d94f3b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6841 | 2025.04.09 19:13:05.978638 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6842 | 2025.04.09 19:13:05.978678 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6843 | 2025.04.09 19:13:05.978700 [ 259 ] {f9f5148e-e8e9-4108-879f-eb2f84d94f3b} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002229 sec., 432032.3014804845 rows/sec., 28.71 MiB/sec. | ||
| 6844 | 2025.04.09 19:13:05.978705 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6845 | 2025.04.09 19:13:05.978842 [ 259 ] {f9f5148e-e8e9-4108-879f-eb2f84d94f3b} <Debug> TCPHandler: Processed in 0.002587101 sec. | ||
| 6846 | 2025.04.09 19:13:05.978945 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6847 | 2025.04.09 19:13:05.979016 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6848 | 2025.04.09 19:13:05.979175 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6849 | 2025.04.09 19:13:05.979246 [ 259 ] {7d675cde-db85-469c-96e3-ea41c2b82628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6850 | 2025.04.09 19:13:05.979262 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15808 rows starting from the beginning of the part | ||
| 6851 | 2025.04.09 19:13:05.979346 [ 259 ] {7d675cde-db85-469c-96e3-ea41c2b82628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6852 | 2025.04.09 19:13:05.979617 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 6853 | 2025.04.09 19:13:05.980151 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 6854 | 2025.04.09 19:13:05.980520 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 6855 | 2025.04.09 19:13:05.980932 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 6856 | 2025.04.09 19:13:05.981240 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 963 rows starting from the beginning of the part | ||
| 6857 | 2025.04.09 19:13:05.982039 [ 259 ] {7d675cde-db85-469c-96e3-ea41c2b82628} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6858 | 2025.04.09 19:13:05.982116 [ 259 ] {7d675cde-db85-469c-96e3-ea41c2b82628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6859 | 2025.04.09 19:13:05.982775 [ 259 ] {7d675cde-db85-469c-96e3-ea41c2b82628} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6860 | 2025.04.09 19:13:05.983121 [ 259 ] {7d675cde-db85-469c-96e3-ea41c2b82628} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6861 | 2025.04.09 19:13:05.983484 [ 259 ] {7d675cde-db85-469c-96e3-ea41c2b82628} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004286 sec., 233.31777881474568 rows/sec., 15.72 KiB/sec. | ||
| 6862 | 2025.04.09 19:13:05.983570 [ 259 ] {7d675cde-db85-469c-96e3-ea41c2b82628} <Debug> TCPHandler: Processed in 0.004608527 sec. | ||
| 6863 | 2025.04.09 19:13:05.983753 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6864 | 2025.04.09 19:13:05.983997 [ 259 ] {0b427603-69f3-4879-b480-f377defb3ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6865 | 2025.04.09 19:13:05.984226 [ 259 ] {0b427603-69f3-4879-b480-f377defb3ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6866 | 2025.04.09 19:13:05.986677 [ 259 ] {0b427603-69f3-4879-b480-f377defb3ebe} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6867 | 2025.04.09 19:13:05.986717 [ 259 ] {0b427603-69f3-4879-b480-f377defb3ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6868 | 2025.04.09 19:13:05.987625 [ 259 ] {0b427603-69f3-4879-b480-f377defb3ebe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6869 | 2025.04.09 19:13:05.987993 [ 259 ] {0b427603-69f3-4879-b480-f377defb3ebe} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6870 | 2025.04.09 19:13:05.988211 [ 259 ] {0b427603-69f3-4879-b480-f377defb3ebe} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004305 sec., 9059.233449477353 rows/sec., 16.23 MiB/sec. | ||
| 6871 | 2025.04.09 19:13:05.988506 [ 259 ] {0b427603-69f3-4879-b480-f377defb3ebe} <Debug> TCPHandler: Processed in 0.004826894 sec. | ||
| 6872 | 2025.04.09 19:13:05.988685 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6873 | 2025.04.09 19:13:05.988811 [ 259 ] {8c135225-3aeb-4817-8ca2-aa8bad8b9e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6874 | 2025.04.09 19:13:05.988873 [ 259 ] {8c135225-3aeb-4817-8ca2-aa8bad8b9e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6875 | 2025.04.09 19:13:05.989429 [ 259 ] {8c135225-3aeb-4817-8ca2-aa8bad8b9e9f} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6876 | 2025.04.09 19:13:05.989491 [ 259 ] {8c135225-3aeb-4817-8ca2-aa8bad8b9e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6877 | 2025.04.09 19:13:05.989633 [ 191 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17565 rows, containing 5 columns (5 merged, 0 gathered) in 0.010813119 sec., 1624415.675070255 rows/sec., 109.62 MiB/sec. | ||
| 6878 | 2025.04.09 19:13:05.989960 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6879 | 2025.04.09 19:13:05.990086 [ 259 ] {8c135225-3aeb-4817-8ca2-aa8bad8b9e9f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6880 | 2025.04.09 19:13:05.990472 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6881 | 2025.04.09 19:13:05.990513 [ 259 ] {8c135225-3aeb-4817-8ca2-aa8bad8b9e9f} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6882 | 2025.04.09 19:13:05.990658 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6883 | 2025.04.09 19:13:05.990747 [ 103 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6884 | 2025.04.09 19:13:05.990843 [ 103 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6885 | 2025.04.09 19:13:05.990916 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6886 | 2025.04.09 19:13:05.990945 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 6887 | 2025.04.09 19:13:05.990974 [ 259 ] {8c135225-3aeb-4817-8ca2-aa8bad8b9e9f} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002191 sec., 15518.028297581015 rows/sec., 922.19 KiB/sec. | ||
| 6888 | 2025.04.09 19:13:05.991153 [ 259 ] {8c135225-3aeb-4817-8ca2-aa8bad8b9e9f} <Debug> TCPHandler: Processed in 0.00252758 sec. | ||
| 6889 | 2025.04.09 19:13:05.991223 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6890 | 2025.04.09 19:13:05.991343 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6891 | 2025.04.09 19:13:05.991372 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3090 rows starting from the beginning of the part | ||
| 6892 | 2025.04.09 19:13:05.991438 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 6893 | 2025.04.09 19:13:05.991613 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 6894 | 2025.04.09 19:13:05.991770 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 6895 | 2025.04.09 19:13:05.991918 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 6896 | 2025.04.09 19:13:05.992056 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
| 6897 | 2025.04.09 19:13:05.993594 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.00251223 sec., 1356563.690426434 rows/sec., 88.38 MiB/sec. | ||
| 6898 | 2025.04.09 19:13:05.994092 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6899 | 2025.04.09 19:13:05.994400 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6900 | 2025.04.09 19:13:05.994489 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_56_11} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6901 | 2025.04.09 19:13:05.994581 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 6902 | 2025.04.09 19:13:08.469306 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 982 | ||
| 6903 | 2025.04.09 19:13:08.473185 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6904 | 2025.04.09 19:13:08.473245 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6905 | 2025.04.09 19:13:08.474790 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6906 | 2025.04.09 19:13:08.475115 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6907 | 2025.04.09 19:13:08.476627 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 982 | ||
| 6908 | 2025.04.09 19:13:10.562245 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6909 | 2025.04.09 19:13:10.562470 [ 259 ] {0e51a9e5-6168-4993-8432-97ed1cebb9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6910 | 2025.04.09 19:13:10.562548 [ 259 ] {0e51a9e5-6168-4993-8432-97ed1cebb9f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6911 | 2025.04.09 19:13:10.563411 [ 259 ] {0e51a9e5-6168-4993-8432-97ed1cebb9f9} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6912 | 2025.04.09 19:13:10.563464 [ 259 ] {0e51a9e5-6168-4993-8432-97ed1cebb9f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6913 | 2025.04.09 19:13:10.563942 [ 259 ] {0e51a9e5-6168-4993-8432-97ed1cebb9f9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6914 | 2025.04.09 19:13:10.564209 [ 259 ] {0e51a9e5-6168-4993-8432-97ed1cebb9f9} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6915 | 2025.04.09 19:13:10.564421 [ 259 ] {0e51a9e5-6168-4993-8432-97ed1cebb9f9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002009 sec., 27874.564459930316 rows/sec., 2.14 MiB/sec. | ||
| 6916 | 2025.04.09 19:13:10.564479 [ 259 ] {0e51a9e5-6168-4993-8432-97ed1cebb9f9} <Debug> TCPHandler: Processed in 0.002396657 sec. | ||
| 6917 | 2025.04.09 19:13:10.564600 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6918 | 2025.04.09 19:13:10.564707 [ 259 ] {9eb8d576-bade-45d2-a914-3834d9abb89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6919 | 2025.04.09 19:13:10.564753 [ 259 ] {9eb8d576-bade-45d2-a914-3834d9abb89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6920 | 2025.04.09 19:13:10.565315 [ 259 ] {9eb8d576-bade-45d2-a914-3834d9abb89c} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6921 | 2025.04.09 19:13:10.565359 [ 259 ] {9eb8d576-bade-45d2-a914-3834d9abb89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6922 | 2025.04.09 19:13:10.565745 [ 259 ] {9eb8d576-bade-45d2-a914-3834d9abb89c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6923 | 2025.04.09 19:13:10.566016 [ 259 ] {9eb8d576-bade-45d2-a914-3834d9abb89c} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6924 | 2025.04.09 19:13:10.566234 [ 259 ] {9eb8d576-bade-45d2-a914-3834d9abb89c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00155 sec., 41290.32258064516 rows/sec., 3.22 MiB/sec. | ||
| 6925 | 2025.04.09 19:13:10.566288 [ 259 ] {9eb8d576-bade-45d2-a914-3834d9abb89c} <Debug> TCPHandler: Processed in 0.001741538 sec. | ||
| 6926 | 2025.04.09 19:13:10.566407 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6927 | 2025.04.09 19:13:10.566513 [ 259 ] {4d51f5ba-2fa0-48df-886f-aa18e3808822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6928 | 2025.04.09 19:13:10.566563 [ 259 ] {4d51f5ba-2fa0-48df-886f-aa18e3808822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6929 | 2025.04.09 19:13:10.567068 [ 259 ] {4d51f5ba-2fa0-48df-886f-aa18e3808822} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6930 | 2025.04.09 19:13:10.567109 [ 259 ] {4d51f5ba-2fa0-48df-886f-aa18e3808822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6931 | 2025.04.09 19:13:10.567501 [ 259 ] {4d51f5ba-2fa0-48df-886f-aa18e3808822} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6932 | 2025.04.09 19:13:10.567742 [ 259 ] {4d51f5ba-2fa0-48df-886f-aa18e3808822} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6933 | 2025.04.09 19:13:10.567958 [ 259 ] {4d51f5ba-2fa0-48df-886f-aa18e3808822} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001468 sec., 87193.46049046321 rows/sec., 6.07 MiB/sec. | ||
| 6934 | 2025.04.09 19:13:10.568011 [ 259 ] {4d51f5ba-2fa0-48df-886f-aa18e3808822} <Debug> TCPHandler: Processed in 0.001657006 sec. | ||
| 6935 | 2025.04.09 19:13:10.568128 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6936 | 2025.04.09 19:13:10.568233 [ 259 ] {d6556e56-e0d2-4f4d-a6b3-f20946d852a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6937 | 2025.04.09 19:13:10.568280 [ 259 ] {d6556e56-e0d2-4f4d-a6b3-f20946d852a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6938 | 2025.04.09 19:13:10.568710 [ 259 ] {d6556e56-e0d2-4f4d-a6b3-f20946d852a9} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6939 | 2025.04.09 19:13:10.568750 [ 259 ] {d6556e56-e0d2-4f4d-a6b3-f20946d852a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6940 | 2025.04.09 19:13:10.569109 [ 259 ] {d6556e56-e0d2-4f4d-a6b3-f20946d852a9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6941 | 2025.04.09 19:13:10.569359 [ 259 ] {d6556e56-e0d2-4f4d-a6b3-f20946d852a9} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6942 | 2025.04.09 19:13:10.569564 [ 259 ] {d6556e56-e0d2-4f4d-a6b3-f20946d852a9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001354 sec., 35450.516986706054 rows/sec., 2.39 MiB/sec. | ||
| 6943 | 2025.04.09 19:13:10.569615 [ 259 ] {d6556e56-e0d2-4f4d-a6b3-f20946d852a9} <Debug> TCPHandler: Processed in 0.001540902 sec. | ||
| 6944 | 2025.04.09 19:13:10.897486 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 6945 | 2025.04.09 19:13:10.898229 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6946 | 2025.04.09 19:13:10.898270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6947 | 2025.04.09 19:13:10.898828 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6948 | 2025.04.09 19:13:10.899094 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6949 | 2025.04.09 19:13:10.899290 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 6950 | 2025.04.09 19:13:12.008498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6951 | 2025.04.09 19:13:12.029793 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6952 | 2025.04.09 19:13:12.029854 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6953 | 2025.04.09 19:13:12.038113 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6954 | 2025.04.09 19:13:12.038945 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6955 | 2025.04.09 19:13:12.041867 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6956 | 2025.04.09 19:13:15.564145 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6957 | 2025.04.09 19:13:15.564359 [ 259 ] {b83ee3f5-43f0-4600-bb0f-42e6b074f22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6958 | 2025.04.09 19:13:15.564431 [ 259 ] {b83ee3f5-43f0-4600-bb0f-42e6b074f22c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6959 | 2025.04.09 19:13:15.565211 [ 259 ] {b83ee3f5-43f0-4600-bb0f-42e6b074f22c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6960 | 2025.04.09 19:13:15.565266 [ 259 ] {b83ee3f5-43f0-4600-bb0f-42e6b074f22c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6961 | 2025.04.09 19:13:15.565722 [ 259 ] {b83ee3f5-43f0-4600-bb0f-42e6b074f22c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6962 | 2025.04.09 19:13:15.565986 [ 259 ] {b83ee3f5-43f0-4600-bb0f-42e6b074f22c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6963 | 2025.04.09 19:13:15.566219 [ 259 ] {b83ee3f5-43f0-4600-bb0f-42e6b074f22c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.25 MiB/sec. | ||
| 6964 | 2025.04.09 19:13:15.566278 [ 259 ] {b83ee3f5-43f0-4600-bb0f-42e6b074f22c} <Debug> TCPHandler: Processed in 0.002270583 sec. | ||
| 6965 | 2025.04.09 19:13:15.566404 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6966 | 2025.04.09 19:13:15.566510 [ 259 ] {8205dd3e-b061-45fb-ab13-0e04345a009b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6967 | 2025.04.09 19:13:15.566557 [ 259 ] {8205dd3e-b061-45fb-ab13-0e04345a009b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6968 | 2025.04.09 19:13:15.567113 [ 259 ] {8205dd3e-b061-45fb-ab13-0e04345a009b} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6969 | 2025.04.09 19:13:15.567154 [ 259 ] {8205dd3e-b061-45fb-ab13-0e04345a009b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6970 | 2025.04.09 19:13:15.567516 [ 259 ] {8205dd3e-b061-45fb-ab13-0e04345a009b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6971 | 2025.04.09 19:13:15.567753 [ 259 ] {8205dd3e-b061-45fb-ab13-0e04345a009b} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6972 | 2025.04.09 19:13:15.567977 [ 259 ] {8205dd3e-b061-45fb-ab13-0e04345a009b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001489 sec., 42981.86702484889 rows/sec., 3.35 MiB/sec. | ||
| 6973 | 2025.04.09 19:13:15.568032 [ 259 ] {8205dd3e-b061-45fb-ab13-0e04345a009b} <Debug> TCPHandler: Processed in 0.001680587 sec. | ||
| 6974 | 2025.04.09 19:13:15.568152 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6975 | 2025.04.09 19:13:15.568257 [ 259 ] {93bef738-2fe4-419e-9cbf-856c7da03ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6976 | 2025.04.09 19:13:15.568306 [ 259 ] {93bef738-2fe4-419e-9cbf-856c7da03ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6977 | 2025.04.09 19:13:15.568836 [ 259 ] {93bef738-2fe4-419e-9cbf-856c7da03ad0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6978 | 2025.04.09 19:13:15.568876 [ 259 ] {93bef738-2fe4-419e-9cbf-856c7da03ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6979 | 2025.04.09 19:13:15.569268 [ 259 ] {93bef738-2fe4-419e-9cbf-856c7da03ad0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6980 | 2025.04.09 19:13:15.569521 [ 259 ] {93bef738-2fe4-419e-9cbf-856c7da03ad0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6981 | 2025.04.09 19:13:15.569727 [ 259 ] {93bef738-2fe4-419e-9cbf-856c7da03ad0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec. | ||
| 6982 | 2025.04.09 19:13:15.569780 [ 259 ] {93bef738-2fe4-419e-9cbf-856c7da03ad0} <Debug> TCPHandler: Processed in 0.001680147 sec. | ||
| 6983 | 2025.04.09 19:13:15.569888 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6984 | 2025.04.09 19:13:15.569989 [ 259 ] {8f3ea04c-489b-4ef9-9c11-b85956bde17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6985 | 2025.04.09 19:13:15.570036 [ 259 ] {8f3ea04c-489b-4ef9-9c11-b85956bde17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6986 | 2025.04.09 19:13:15.570476 [ 259 ] {8f3ea04c-489b-4ef9-9c11-b85956bde17d} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6987 | 2025.04.09 19:13:15.570516 [ 259 ] {8f3ea04c-489b-4ef9-9c11-b85956bde17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6988 | 2025.04.09 19:13:15.570874 [ 259 ] {8f3ea04c-489b-4ef9-9c11-b85956bde17d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6989 | 2025.04.09 19:13:15.571111 [ 259 ] {8f3ea04c-489b-4ef9-9c11-b85956bde17d} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6990 | 2025.04.09 19:13:15.571320 [ 259 ] {8f3ea04c-489b-4ef9-9c11-b85956bde17d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
| 6991 | 2025.04.09 19:13:15.571370 [ 259 ] {8f3ea04c-489b-4ef9-9c11-b85956bde17d} <Debug> TCPHandler: Processed in 0.001533583 sec. | ||
| 6992 | 2025.04.09 19:13:16.333865 [ 92 ] {} <Debug> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 6993 | 2025.04.09 19:13:16.333940 [ 92 ] {} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6994 | 2025.04.09 19:13:16.333968 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6995 | 2025.04.09 19:13:16.334198 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 6996 | 2025.04.09 19:13:16.334467 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6997 | 2025.04.09 19:13:16.334507 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 6998 | 2025.04.09 19:13:16.334580 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 6999 | 2025.04.09 19:13:16.334674 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7000 | 2025.04.09 19:13:16.334910 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7001 | 2025.04.09 19:13:16.335119 [ 186 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7002 | 2025.04.09 19:13:16.336210 [ 195 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002149579 sec., 66989.86173571662 rows/sec., 3.42 MiB/sec. | ||
| 7003 | 2025.04.09 19:13:16.336421 [ 195 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7004 | 2025.04.09 19:13:16.336798 [ 195 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_24_5} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7005 | 2025.04.09 19:13:16.336908 [ 195 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_24_5} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7006 | 2025.04.09 19:13:16.337020 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7007 | 2025.04.09 19:13:16.681394 [ 92 ] {} <Debug> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7008 | 2025.04.09 19:13:16.681494 [ 92 ] {} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7009 | 2025.04.09 19:13:16.681543 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7010 | 2025.04.09 19:13:16.681858 [ 187 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7011 | 2025.04.09 19:13:16.682193 [ 187 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7012 | 2025.04.09 19:13:16.682254 [ 187 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 163 rows starting from the beginning of the part | ||
| 7013 | 2025.04.09 19:13:16.682392 [ 187 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 147 rows starting from the beginning of the part | ||
| 7014 | 2025.04.09 19:13:16.682633 [ 187 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 145 rows starting from the beginning of the part | ||
| 7015 | 2025.04.09 19:13:16.682971 [ 187 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 145 rows starting from the beginning of the part | ||
| 7016 | 2025.04.09 19:13:16.683050 [ 187 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 161 rows starting from the beginning of the part | ||
| 7017 | 2025.04.09 19:13:16.684411 [ 186 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.002744926 sec., 277238.8035233008 rows/sec., 18.53 MiB/sec. | ||
| 7018 | 2025.04.09 19:13:16.684614 [ 186 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7019 | 2025.04.09 19:13:16.684985 [ 186 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_24_5} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7020 | 2025.04.09 19:13:16.685114 [ 186 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_24_5} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7021 | 2025.04.09 19:13:16.685268 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7022 | 2025.04.09 19:13:17.350024 [ 92 ] {} <Debug> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7023 | 2025.04.09 19:13:17.350088 [ 92 ] {} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7024 | 2025.04.09 19:13:17.350112 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7025 | 2025.04.09 19:13:17.350309 [ 195 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7026 | 2025.04.09 19:13:17.350523 [ 195 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7027 | 2025.04.09 19:13:17.350560 [ 195 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 341 rows starting from the beginning of the part | ||
| 7028 | 2025.04.09 19:13:17.350640 [ 195 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 341 rows starting from the beginning of the part | ||
| 7029 | 2025.04.09 19:13:17.350732 [ 195 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 7030 | 2025.04.09 19:13:17.350982 [ 195 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 7031 | 2025.04.09 19:13:17.351129 [ 195 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 341 rows starting from the beginning of the part | ||
| 7032 | 2025.04.09 19:13:17.352215 [ 186 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002022666 sec., 617501.8515167607 rows/sec., 43.33 MiB/sec. | ||
| 7033 | 2025.04.09 19:13:17.352439 [ 188 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7034 | 2025.04.09 19:13:17.352787 [ 188 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_24_5} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2025.04.09 19:13:17.352879 [ 188 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_24_5} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7036 | 2025.04.09 19:13:17.352985 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 7037 | 2025.04.09 19:13:18.275205 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7038 | 2025.04.09 19:13:18.275257 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7039 | 2025.04.09 19:13:18.399409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7040 | 2025.04.09 19:13:18.400452 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7041 | 2025.04.09 19:13:18.400527 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7042 | 2025.04.09 19:13:18.401066 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7043 | 2025.04.09 19:13:18.401331 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7044 | 2025.04.09 19:13:18.401589 [ 90 ] {} <Debug> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7045 | 2025.04.09 19:13:18.401605 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7046 | 2025.04.09 19:13:18.401682 [ 90 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7047 | 2025.04.09 19:13:18.401714 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7048 | 2025.04.09 19:13:18.401829 [ 186 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 7049 | 2025.04.09 19:13:18.401953 [ 186 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7050 | 2025.04.09 19:13:18.401995 [ 186 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 7051 | 2025.04.09 19:13:18.402074 [ 186 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 7052 | 2025.04.09 19:13:18.402259 [ 186 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 7053 | 2025.04.09 19:13:18.402489 [ 186 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 7054 | 2025.04.09 19:13:18.402596 [ 186 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 7055 | 2025.04.09 19:13:18.402653 [ 186 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 7056 | 2025.04.09 19:13:18.405233 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003450286 sec., 4791197.019609389 rows/sec., 68.54 MiB/sec. | ||
| 7057 | 2025.04.09 19:13:18.405373 [ 198 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7058 | 2025.04.09 19:13:18.405714 [ 198 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_36_7} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7059 | 2025.04.09 19:13:18.405809 [ 198 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_36_7} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7060 | 2025.04.09 19:13:18.405915 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7061 | 2025.04.09 19:13:18.477850 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 998 | ||
| 7062 | 2025.04.09 19:13:18.480390 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7063 | 2025.04.09 19:13:18.480430 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7064 | 2025.04.09 19:13:18.481814 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7065 | 2025.04.09 19:13:18.482140 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7066 | 2025.04.09 19:13:18.482313 [ 90 ] {} <Debug> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7067 | 2025.04.09 19:13:18.482381 [ 90 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7068 | 2025.04.09 19:13:18.482430 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7069 | 2025.04.09 19:13:18.482952 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::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 | ||
| 7070 | 2025.04.09 19:13:18.484018 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 998 | ||
| 7071 | 2025.04.09 19:13:18.484333 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7072 | 2025.04.09 19:13:18.484468 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 828 rows starting from the beginning of the part | ||
| 7073 | 2025.04.09 19:13:18.484932 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 54 rows starting from the beginning of the part | ||
| 7074 | 2025.04.09 19:13:18.485342 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
| 7075 | 2025.04.09 19:13:18.485750 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
| 7076 | 2025.04.09 19:13:18.486169 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 54 rows starting from the beginning of the part | ||
| 7077 | 2025.04.09 19:13:18.486615 [ 186 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 7078 | 2025.04.09 19:13:18.494411 [ 198 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 998 rows, containing 72 columns (72 merged, 0 gathered) in 0.011884279 sec., 83976.48692024144 rows/sec., 67.83 MiB/sec. | ||
| 7079 | 2025.04.09 19:13:18.495493 [ 198 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7080 | 2025.04.09 19:13:18.496155 [ 198 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_26_5} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7081 | 2025.04.09 19:13:18.496232 [ 198 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_26_5} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7082 | 2025.04.09 19:13:18.496417 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 7083 | 2025.04.09 19:13:19.542914 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7084 | 2025.04.09 19:13:19.565041 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7085 | 2025.04.09 19:13:19.565107 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7086 | 2025.04.09 19:13:19.572844 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7087 | 2025.04.09 19:13:19.573659 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7088 | 2025.04.09 19:13:19.574131 [ 89 ] {} <Debug> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7089 | 2025.04.09 19:13:19.574335 [ 89 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7090 | 2025.04.09 19:13:19.574459 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7091 | 2025.04.09 19:13:19.574776 [ 192 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 7092 | 2025.04.09 19:13:19.582717 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7093 | 2025.04.09 19:13:19.583990 [ 192 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7094 | 2025.04.09 19:13:19.584877 [ 192 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 7095 | 2025.04.09 19:13:19.589914 [ 192 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 7096 | 2025.04.09 19:13:19.594887 [ 192 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 7097 | 2025.04.09 19:13:19.600396 [ 192 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 7098 | 2025.04.09 19:13:19.605838 [ 192 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 7099 | 2025.04.09 19:13:19.610550 [ 192 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 7100 | 2025.04.09 19:13:19.669973 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.095355369 sec., 2852.4875196067883 rows/sec., 14.75 MiB/sec. | ||
| 7101 | 2025.04.09 19:13:19.673149 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7102 | 2025.04.09 19:13:19.676129 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_36_7} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7103 | 2025.04.09 19:13:19.676282 [ 198 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_36_7} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7104 | 2025.04.09 19:13:19.678891 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7105 | 2025.04.09 19:13:20.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.20 MiB, peak 219.08 MiB, free memory in arenas 0.00 B, will set to 208.88 MiB (RSS), difference: 1.68 MiB | ||
| 7106 | 2025.04.09 19:13:20.570552 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7107 | 2025.04.09 19:13:20.570768 [ 259 ] {dc61ccfa-0a1f-44e7-b582-14b07bddd070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7108 | 2025.04.09 19:13:20.570849 [ 259 ] {dc61ccfa-0a1f-44e7-b582-14b07bddd070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7109 | 2025.04.09 19:13:20.571791 [ 259 ] {dc61ccfa-0a1f-44e7-b582-14b07bddd070} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7110 | 2025.04.09 19:13:20.571841 [ 259 ] {dc61ccfa-0a1f-44e7-b582-14b07bddd070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7111 | 2025.04.09 19:13:20.572291 [ 259 ] {dc61ccfa-0a1f-44e7-b582-14b07bddd070} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7112 | 2025.04.09 19:13:20.572554 [ 259 ] {dc61ccfa-0a1f-44e7-b582-14b07bddd070} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7113 | 2025.04.09 19:13:20.572744 [ 88 ] {} <Debug> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7114 | 2025.04.09 19:13:20.572783 [ 259 ] {dc61ccfa-0a1f-44e7-b582-14b07bddd070} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002075 sec., 102168.67469879518 rows/sec., 6.50 MiB/sec. | ||
| 7115 | 2025.04.09 19:13:20.572838 [ 88 ] {} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7116 | 2025.04.09 19:13:20.572917 [ 259 ] {dc61ccfa-0a1f-44e7-b582-14b07bddd070} <Debug> TCPHandler: Processed in 0.002513969 sec. | ||
| 7117 | 2025.04.09 19:13:20.572917 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7118 | 2025.04.09 19:13:20.573199 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 7119 | 2025.04.09 19:13:20.573223 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7120 | 2025.04.09 19:13:20.573596 [ 259 ] {a08988a0-9913-4253-9b4c-022e40e0ed02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7121 | 2025.04.09 19:13:20.573757 [ 259 ] {a08988a0-9913-4253-9b4c-022e40e0ed02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7122 | 2025.04.09 19:13:20.573776 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7123 | 2025.04.09 19:13:20.573942 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 7124 | 2025.04.09 19:13:20.574256 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 7125 | 2025.04.09 19:13:20.574586 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 7126 | 2025.04.09 19:13:20.574954 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 7127 | 2025.04.09 19:13:20.575275 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::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 | ||
| 7128 | 2025.04.09 19:13:20.577230 [ 259 ] {a08988a0-9913-4253-9b4c-022e40e0ed02} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7129 | 2025.04.09 19:13:20.577307 [ 259 ] {a08988a0-9913-4253-9b4c-022e40e0ed02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7130 | 2025.04.09 19:13:20.577853 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004825193 sec., 219680.33195770613 rows/sec., 14.81 MiB/sec. | ||
| 7131 | 2025.04.09 19:13:20.578111 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7132 | 2025.04.09 19:13:20.578223 [ 259 ] {a08988a0-9913-4253-9b4c-022e40e0ed02} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7133 | 2025.04.09 19:13:20.578632 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_25_6} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7134 | 2025.04.09 19:13:20.578812 [ 200 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_25_6} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7135 | 2025.04.09 19:13:20.578818 [ 259 ] {a08988a0-9913-4253-9b4c-022e40e0ed02} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2025.04.09 19:13:20.578962 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 7137 | 2025.04.09 19:13:20.579200 [ 259 ] {a08988a0-9913-4253-9b4c-022e40e0ed02} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.005749 sec., 120890.58966776832 rows/sec., 9.65 MiB/sec. | ||
| 7138 | 2025.04.09 19:13:20.579279 [ 259 ] {a08988a0-9913-4253-9b4c-022e40e0ed02} <Debug> TCPHandler: Processed in 0.00613979 sec. | ||
| 7139 | 2025.04.09 19:13:20.579409 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7140 | 2025.04.09 19:13:20.579536 [ 259 ] {d8dab372-edd0-4b3b-9f70-56def7267a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7141 | 2025.04.09 19:13:20.579584 [ 259 ] {d8dab372-edd0-4b3b-9f70-56def7267a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7142 | 2025.04.09 19:13:20.580176 [ 259 ] {d8dab372-edd0-4b3b-9f70-56def7267a74} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7143 | 2025.04.09 19:13:20.580216 [ 259 ] {d8dab372-edd0-4b3b-9f70-56def7267a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7144 | 2025.04.09 19:13:20.580578 [ 259 ] {d8dab372-edd0-4b3b-9f70-56def7267a74} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7145 | 2025.04.09 19:13:20.580817 [ 259 ] {d8dab372-edd0-4b3b-9f70-56def7267a74} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7146 | 2025.04.09 19:13:20.581027 [ 259 ] {d8dab372-edd0-4b3b-9f70-56def7267a74} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001519 sec., 95457.53785385122 rows/sec., 5.99 MiB/sec. | ||
| 7147 | 2025.04.09 19:13:20.581078 [ 259 ] {d8dab372-edd0-4b3b-9f70-56def7267a74} <Debug> TCPHandler: Processed in 0.001731437 sec. | ||
| 7148 | 2025.04.09 19:13:20.581194 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7149 | 2025.04.09 19:13:20.581300 [ 259 ] {c6d55c65-b541-4283-9967-79d24b66d098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7150 | 2025.04.09 19:13:20.581344 [ 259 ] {c6d55c65-b541-4283-9967-79d24b66d098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7151 | 2025.04.09 19:13:20.581896 [ 259 ] {c6d55c65-b541-4283-9967-79d24b66d098} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7152 | 2025.04.09 19:13:20.581936 [ 259 ] {c6d55c65-b541-4283-9967-79d24b66d098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7153 | 2025.04.09 19:13:20.582287 [ 259 ] {c6d55c65-b541-4283-9967-79d24b66d098} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7154 | 2025.04.09 19:13:20.582527 [ 259 ] {c6d55c65-b541-4283-9967-79d24b66d098} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7155 | 2025.04.09 19:13:20.582776 [ 259 ] {c6d55c65-b541-4283-9967-79d24b66d098} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001495 sec., 75585.28428093645 rows/sec., 4.89 MiB/sec. | ||
| 7156 | 2025.04.09 19:13:20.583013 [ 259 ] {c6d55c65-b541-4283-9967-79d24b66d098} <Debug> TCPHandler: Processed in 0.001865222 sec. | ||
| 7157 | 2025.04.09 19:13:20.583188 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7158 | 2025.04.09 19:13:20.583296 [ 259 ] {b76bb087-2447-4ae1-bc59-3c5a22466329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7159 | 2025.04.09 19:13:20.583342 [ 259 ] {b76bb087-2447-4ae1-bc59-3c5a22466329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7160 | 2025.04.09 19:13:20.583929 [ 259 ] {b76bb087-2447-4ae1-bc59-3c5a22466329} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7161 | 2025.04.09 19:13:20.583968 [ 259 ] {b76bb087-2447-4ae1-bc59-3c5a22466329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7162 | 2025.04.09 19:13:20.584331 [ 259 ] {b76bb087-2447-4ae1-bc59-3c5a22466329} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7163 | 2025.04.09 19:13:20.584565 [ 259 ] {b76bb087-2447-4ae1-bc59-3c5a22466329} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): 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.04.09 19:13:20.584717 [ 88 ] {} <Debug> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7165 | 2025.04.09 19:13:20.584772 [ 88 ] {} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7166 | 2025.04.09 19:13:20.584809 [ 259 ] {b76bb087-2447-4ae1-bc59-3c5a22466329} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001526 sec., 73394.49541284403 rows/sec., 4.18 MiB/sec. | ||
| 7167 | 2025.04.09 19:13:20.584815 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7168 | 2025.04.09 19:13:20.584976 [ 259 ] {b76bb087-2447-4ae1-bc59-3c5a22466329} <Debug> TCPHandler: Processed in 0.001841711 sec. | ||
| 7169 | 2025.04.09 19:13:20.585078 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 7170 | 2025.04.09 19:13:20.585156 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7171 | 2025.04.09 19:13:20.585357 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7172 | 2025.04.09 19:13:20.585389 [ 259 ] {b5a24b57-6bbb-4456-98cc-e062228cba2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7173 | 2025.04.09 19:13:20.585426 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 7174 | 2025.04.09 19:13:20.585468 [ 259 ] {b5a24b57-6bbb-4456-98cc-e062228cba2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7175 | 2025.04.09 19:13:20.585783 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 7176 | 2025.04.09 19:13:20.586065 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 7177 | 2025.04.09 19:13:20.586460 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 7178 | 2025.04.09 19:13:20.586918 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::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 | ||
| 7179 | 2025.04.09 19:13:20.588512 [ 259 ] {b5a24b57-6bbb-4456-98cc-e062228cba2b} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7180 | 2025.04.09 19:13:20.588589 [ 259 ] {b5a24b57-6bbb-4456-98cc-e062228cba2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7181 | 2025.04.09 19:13:20.589618 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004658509 sec., 120210.13590399847 rows/sec., 7.31 MiB/sec. | ||
| 7182 | 2025.04.09 19:13:20.589666 [ 259 ] {b5a24b57-6bbb-4456-98cc-e062228cba2b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7183 | 2025.04.09 19:13:20.589834 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7184 | 2025.04.09 19:13:20.590179 [ 259 ] {b5a24b57-6bbb-4456-98cc-e062228cba2b} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7185 | 2025.04.09 19:13:20.590484 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_25_6} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2025.04.09 19:13:20.590677 [ 259 ] {b5a24b57-6bbb-4456-98cc-e062228cba2b} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.005341 sec., 78824.19022654933 rows/sec., 5.61 MiB/sec. | ||
| 7187 | 2025.04.09 19:13:20.590812 [ 189 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_25_6} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7188 | 2025.04.09 19:13:20.590937 [ 259 ] {b5a24b57-6bbb-4456-98cc-e062228cba2b} <Debug> TCPHandler: Processed in 0.005844012 sec. | ||
| 7189 | 2025.04.09 19:13:20.591193 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7190 | 2025.04.09 19:13:20.591319 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7191 | 2025.04.09 19:13:20.591518 [ 259 ] {e85e38e0-8590-4dd5-9ac8-cebc2d366fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7192 | 2025.04.09 19:13:20.591566 [ 259 ] {e85e38e0-8590-4dd5-9ac8-cebc2d366fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7193 | 2025.04.09 19:13:20.592051 [ 259 ] {e85e38e0-8590-4dd5-9ac8-cebc2d366fab} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7194 | 2025.04.09 19:13:20.592092 [ 259 ] {e85e38e0-8590-4dd5-9ac8-cebc2d366fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7195 | 2025.04.09 19:13:20.592465 [ 259 ] {e85e38e0-8590-4dd5-9ac8-cebc2d366fab} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7196 | 2025.04.09 19:13:20.592704 [ 259 ] {e85e38e0-8590-4dd5-9ac8-cebc2d366fab} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7197 | 2025.04.09 19:13:20.592909 [ 259 ] {e85e38e0-8590-4dd5-9ac8-cebc2d366fab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 220.14 KiB/sec. | ||
| 7198 | 2025.04.09 19:13:20.592965 [ 259 ] {e85e38e0-8590-4dd5-9ac8-cebc2d366fab} <Debug> TCPHandler: Processed in 0.00177422 sec. | ||
| 7199 | 2025.04.09 19:13:20.593086 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7200 | 2025.04.09 19:13:20.593193 [ 259 ] {aaf64867-4bd7-488f-b93e-81e9f52121c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7201 | 2025.04.09 19:13:20.593240 [ 259 ] {aaf64867-4bd7-488f-b93e-81e9f52121c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7202 | 2025.04.09 19:13:20.593770 [ 259 ] {aaf64867-4bd7-488f-b93e-81e9f52121c7} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7203 | 2025.04.09 19:13:20.593809 [ 259 ] {aaf64867-4bd7-488f-b93e-81e9f52121c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7204 | 2025.04.09 19:13:20.594223 [ 259 ] {aaf64867-4bd7-488f-b93e-81e9f52121c7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7205 | 2025.04.09 19:13:20.594487 [ 259 ] {aaf64867-4bd7-488f-b93e-81e9f52121c7} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7206 | 2025.04.09 19:13:20.594693 [ 259 ] {aaf64867-4bd7-488f-b93e-81e9f52121c7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001521 sec., 155818.54043392505 rows/sec., 10.44 MiB/sec. | ||
| 7207 | 2025.04.09 19:13:20.594744 [ 259 ] {aaf64867-4bd7-488f-b93e-81e9f52121c7} <Debug> TCPHandler: Processed in 0.001709517 sec. | ||
| 7208 | 2025.04.09 19:13:20.594865 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7209 | 2025.04.09 19:13:20.594980 [ 259 ] {ff1210ca-3b85-425c-9b6b-45c7b155916f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7210 | 2025.04.09 19:13:20.595027 [ 259 ] {ff1210ca-3b85-425c-9b6b-45c7b155916f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7211 | 2025.04.09 19:13:20.595462 [ 259 ] {ff1210ca-3b85-425c-9b6b-45c7b155916f} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7212 | 2025.04.09 19:13:20.595502 [ 259 ] {ff1210ca-3b85-425c-9b6b-45c7b155916f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7213 | 2025.04.09 19:13:20.595879 [ 259 ] {ff1210ca-3b85-425c-9b6b-45c7b155916f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7214 | 2025.04.09 19:13:20.596123 [ 259 ] {ff1210ca-3b85-425c-9b6b-45c7b155916f} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7215 | 2025.04.09 19:13:20.596329 [ 259 ] {ff1210ca-3b85-425c-9b6b-45c7b155916f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001372 sec., 728.862973760933 rows/sec., 49.11 KiB/sec. | ||
| 7216 | 2025.04.09 19:13:20.596380 [ 259 ] {ff1210ca-3b85-425c-9b6b-45c7b155916f} <Debug> TCPHandler: Processed in 0.001568104 sec. | ||
| 7217 | 2025.04.09 19:13:20.596484 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7218 | 2025.04.09 19:13:20.596585 [ 259 ] {89de5997-dee4-4f55-9f56-cc4287f7d2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7219 | 2025.04.09 19:13:20.596650 [ 259 ] {89de5997-dee4-4f55-9f56-cc4287f7d2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7220 | 2025.04.09 19:13:20.597817 [ 259 ] {89de5997-dee4-4f55-9f56-cc4287f7d2e1} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7221 | 2025.04.09 19:13:20.597857 [ 259 ] {89de5997-dee4-4f55-9f56-cc4287f7d2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7222 | 2025.04.09 19:13:20.601064 [ 259 ] {89de5997-dee4-4f55-9f56-cc4287f7d2e1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7223 | 2025.04.09 19:13:20.601346 [ 259 ] {89de5997-dee4-4f55-9f56-cc4287f7d2e1} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7224 | 2025.04.09 19:13:20.601671 [ 259 ] {89de5997-dee4-4f55-9f56-cc4287f7d2e1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005106 sec., 7638.072855464159 rows/sec., 13.69 MiB/sec. | ||
| 7225 | 2025.04.09 19:13:20.602112 [ 259 ] {89de5997-dee4-4f55-9f56-cc4287f7d2e1} <Debug> TCPHandler: Processed in 0.005677337 sec. | ||
| 7226 | 2025.04.09 19:13:20.602265 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7227 | 2025.04.09 19:13:20.602372 [ 259 ] {c72566ce-05f8-45b9-9dfe-107ddb26dae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7228 | 2025.04.09 19:13:20.602421 [ 259 ] {c72566ce-05f8-45b9-9dfe-107ddb26dae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7229 | 2025.04.09 19:13:20.602882 [ 259 ] {c72566ce-05f8-45b9-9dfe-107ddb26dae1} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7230 | 2025.04.09 19:13:20.602922 [ 259 ] {c72566ce-05f8-45b9-9dfe-107ddb26dae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 7231 | 2025.04.09 19:13:20.603290 [ 259 ] {c72566ce-05f8-45b9-9dfe-107ddb26dae1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7232 | 2025.04.09 19:13:20.603533 [ 259 ] {c72566ce-05f8-45b9-9dfe-107ddb26dae1} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7233 | 2025.04.09 19:13:20.603745 [ 259 ] {c72566ce-05f8-45b9-9dfe-107ddb26dae1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec. | ||
| 7234 | 2025.04.09 19:13:20.603796 [ 259 ] {c72566ce-05f8-45b9-9dfe-107ddb26dae1} <Debug> TCPHandler: Processed in 0.001584724 sec. | ||
| 7235 | 2025.04.09 19:13:25.563097 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7236 | 2025.04.09 19:13:25.563298 [ 259 ] {cbf9ee5c-d0a9-481a-805a-b7cfd30c1f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7237 | 2025.04.09 19:13:25.563368 [ 259 ] {cbf9ee5c-d0a9-481a-805a-b7cfd30c1f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7238 | 2025.04.09 19:13:25.564140 [ 259 ] {cbf9ee5c-d0a9-481a-805a-b7cfd30c1f31} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7239 | 2025.04.09 19:13:25.564181 [ 259 ] {cbf9ee5c-d0a9-481a-805a-b7cfd30c1f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7240 | 2025.04.09 19:13:25.564616 [ 259 ] {cbf9ee5c-d0a9-481a-805a-b7cfd30c1f31} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7241 | 2025.04.09 19:13:25.564874 [ 259 ] {cbf9ee5c-d0a9-481a-805a-b7cfd30c1f31} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7242 | 2025.04.09 19:13:25.565067 [ 259 ] {cbf9ee5c-d0a9-481a-805a-b7cfd30c1f31} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001821 sec., 30752.333882482155 rows/sec., 2.36 MiB/sec. | ||
| 7243 | 2025.04.09 19:13:25.565123 [ 259 ] {cbf9ee5c-d0a9-481a-805a-b7cfd30c1f31} <Debug> TCPHandler: Processed in 0.00216291 sec. | ||
| 7244 | 2025.04.09 19:13:25.565266 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7245 | 2025.04.09 19:13:25.565405 [ 259 ] {982f6c7c-0c04-4850-8013-fcde809ba4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7246 | 2025.04.09 19:13:25.565459 [ 259 ] {982f6c7c-0c04-4850-8013-fcde809ba4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7247 | 2025.04.09 19:13:25.566068 [ 259 ] {982f6c7c-0c04-4850-8013-fcde809ba4c4} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7248 | 2025.04.09 19:13:25.566107 [ 259 ] {982f6c7c-0c04-4850-8013-fcde809ba4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7249 | 2025.04.09 19:13:25.566480 [ 259 ] {982f6c7c-0c04-4850-8013-fcde809ba4c4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7250 | 2025.04.09 19:13:25.566722 [ 259 ] {982f6c7c-0c04-4850-8013-fcde809ba4c4} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7251 | 2025.04.09 19:13:25.566917 [ 259 ] {982f6c7c-0c04-4850-8013-fcde809ba4c4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00154 sec., 41558.44155844156 rows/sec., 3.24 MiB/sec. | ||
| 7252 | 2025.04.09 19:13:25.567018 [ 259 ] {982f6c7c-0c04-4850-8013-fcde809ba4c4} <Debug> TCPHandler: Processed in 0.00181942 sec. | ||
| 7253 | 2025.04.09 19:13:25.567261 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7254 | 2025.04.09 19:13:25.567433 [ 259 ] {9eac1cde-3185-4db0-a16b-329b7679917c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7255 | 2025.04.09 19:13:25.567486 [ 259 ] {9eac1cde-3185-4db0-a16b-329b7679917c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7256 | 2025.04.09 19:13:25.568033 [ 259 ] {9eac1cde-3185-4db0-a16b-329b7679917c} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7257 | 2025.04.09 19:13:25.568071 [ 259 ] {9eac1cde-3185-4db0-a16b-329b7679917c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7258 | 2025.04.09 19:13:25.568460 [ 259 ] {9eac1cde-3185-4db0-a16b-329b7679917c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7259 | 2025.04.09 19:13:25.568695 [ 259 ] {9eac1cde-3185-4db0-a16b-329b7679917c} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7260 | 2025.04.09 19:13:25.568874 [ 259 ] {9eac1cde-3185-4db0-a16b-329b7679917c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001469 sec., 108917.63104152484 rows/sec., 7.59 MiB/sec. | ||
| 7261 | 2025.04.09 19:13:25.568925 [ 259 ] {9eac1cde-3185-4db0-a16b-329b7679917c} <Debug> TCPHandler: Processed in 0.001772609 sec. | ||
| 7262 | 2025.04.09 19:13:25.569058 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7263 | 2025.04.09 19:13:25.569165 [ 259 ] {f1dffe2b-d889-4c29-8c08-bfb1fa303401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7264 | 2025.04.09 19:13:25.569210 [ 259 ] {f1dffe2b-d889-4c29-8c08-bfb1fa303401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7265 | 2025.04.09 19:13:25.569647 [ 259 ] {f1dffe2b-d889-4c29-8c08-bfb1fa303401} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7266 | 2025.04.09 19:13:25.569684 [ 259 ] {f1dffe2b-d889-4c29-8c08-bfb1fa303401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7267 | 2025.04.09 19:13:25.570048 [ 259 ] {f1dffe2b-d889-4c29-8c08-bfb1fa303401} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7268 | 2025.04.09 19:13:25.570292 [ 259 ] {f1dffe2b-d889-4c29-8c08-bfb1fa303401} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7269 | 2025.04.09 19:13:25.570466 [ 259 ] {f1dffe2b-d889-4c29-8c08-bfb1fa303401} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec. | ||
| 7270 | 2025.04.09 19:13:25.570516 [ 259 ] {f1dffe2b-d889-4c29-8c08-bfb1fa303401} <Debug> TCPHandler: Processed in 0.001510552 sec. | ||
| 7271 | 2025.04.09 19:13:25.902773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7272 | 2025.04.09 19:13:25.903475 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7273 | 2025.04.09 19:13:25.903528 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7274 | 2025.04.09 19:13:25.904085 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7275 | 2025.04.09 19:13:25.904353 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7276 | 2025.04.09 19:13:25.904610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7277 | 2025.04.09 19:13:27.082775 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7278 | 2025.04.09 19:13:27.101468 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7279 | 2025.04.09 19:13:27.101528 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7280 | 2025.04.09 19:13:27.108709 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7281 | 2025.04.09 19:13:27.109480 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7282 | 2025.04.09 19:13:27.112117 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7283 | 2025.04.09 19:13:28.484135 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1028 | ||
| 7284 | 2025.04.09 19:13:28.487144 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7285 | 2025.04.09 19:13:28.487195 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7286 | 2025.04.09 19:13:28.488643 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7287 | 2025.04.09 19:13:28.488949 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7288 | 2025.04.09 19:13:28.490145 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028 | ||
| 7289 | 2025.04.09 19:13:30.571474 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7290 | 2025.04.09 19:13:30.571705 [ 259 ] {dab60604-5b5b-4623-97eb-10712f23cf29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7291 | 2025.04.09 19:13:30.571786 [ 259 ] {dab60604-5b5b-4623-97eb-10712f23cf29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7292 | 2025.04.09 19:13:30.572670 [ 259 ] {dab60604-5b5b-4623-97eb-10712f23cf29} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7293 | 2025.04.09 19:13:30.572723 [ 259 ] {dab60604-5b5b-4623-97eb-10712f23cf29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7294 | 2025.04.09 19:13:30.573180 [ 259 ] {dab60604-5b5b-4623-97eb-10712f23cf29} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7295 | 2025.04.09 19:13:30.573440 [ 259 ] {dab60604-5b5b-4623-97eb-10712f23cf29} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7296 | 2025.04.09 19:13:30.573712 [ 259 ] {dab60604-5b5b-4623-97eb-10712f23cf29} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002057 sec., 103062.71268838114 rows/sec., 6.55 MiB/sec. | ||
| 7297 | 2025.04.09 19:13:30.573801 [ 259 ] {dab60604-5b5b-4623-97eb-10712f23cf29} <Debug> TCPHandler: Processed in 0.002471458 sec. | ||
| 7298 | 2025.04.09 19:13:30.574042 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7299 | 2025.04.09 19:13:30.574150 [ 259 ] {4362482c-7bd3-4e74-90b3-20065fcb4131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7300 | 2025.04.09 19:13:30.574197 [ 259 ] {4362482c-7bd3-4e74-90b3-20065fcb4131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7301 | 2025.04.09 19:13:30.575105 [ 259 ] {4362482c-7bd3-4e74-90b3-20065fcb4131} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7302 | 2025.04.09 19:13:30.575145 [ 259 ] {4362482c-7bd3-4e74-90b3-20065fcb4131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7303 | 2025.04.09 19:13:30.575551 [ 259 ] {4362482c-7bd3-4e74-90b3-20065fcb4131} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7304 | 2025.04.09 19:13:30.575795 [ 259 ] {4362482c-7bd3-4e74-90b3-20065fcb4131} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7305 | 2025.04.09 19:13:30.575974 [ 77 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7306 | 2025.04.09 19:13:30.576038 [ 259 ] {4362482c-7bd3-4e74-90b3-20065fcb4131} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001911 sec., 363683.93511250656 rows/sec., 29.04 MiB/sec. | ||
| 7307 | 2025.04.09 19:13:30.576067 [ 77 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7308 | 2025.04.09 19:13:30.576144 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7309 | 2025.04.09 19:13:30.576156 [ 259 ] {4362482c-7bd3-4e74-90b3-20065fcb4131} <Debug> TCPHandler: Processed in 0.002181511 sec. | ||
| 7310 | 2025.04.09 19:13:30.576453 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7311 | 2025.04.09 19:13:30.576469 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7312 | 2025.04.09 19:13:30.576770 [ 259 ] {f0cc8fb3-aec5-42e5-b600-534390a62823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7313 | 2025.04.09 19:13:30.576937 [ 259 ] {f0cc8fb3-aec5-42e5-b600-534390a62823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7314 | 2025.04.09 19:13:30.577362 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7315 | 2025.04.09 19:13:30.577560 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1844 rows starting from the beginning of the part | ||
| 7316 | 2025.04.09 19:13:30.578057 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7317 | 2025.04.09 19:13:30.578494 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
| 7318 | 2025.04.09 19:13:30.578880 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 695 rows starting from the beginning of the part | ||
| 7319 | 2025.04.09 19:13:30.579146 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 7320 | 2025.04.09 19:13:30.579515 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 695 rows starting from the beginning of the part | ||
| 7321 | 2025.04.09 19:13:30.580308 [ 259 ] {f0cc8fb3-aec5-42e5-b600-534390a62823} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7322 | 2025.04.09 19:13:30.580374 [ 259 ] {f0cc8fb3-aec5-42e5-b600-534390a62823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7323 | 2025.04.09 19:13:30.581320 [ 259 ] {f0cc8fb3-aec5-42e5-b600-534390a62823} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7324 | 2025.04.09 19:13:30.581901 [ 259 ] {f0cc8fb3-aec5-42e5-b600-534390a62823} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2025.04.09 19:13:30.582454 [ 259 ] {f0cc8fb3-aec5-42e5-b600-534390a62823} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.00576 sec., 25173.61111111111 rows/sec., 1.58 MiB/sec. | ||
| 7326 | 2025.04.09 19:13:30.582692 [ 259 ] {f0cc8fb3-aec5-42e5-b600-534390a62823} <Debug> TCPHandler: Processed in 0.006341035 sec. | ||
| 7327 | 2025.04.09 19:13:30.582924 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7328 | 2025.04.09 19:13:30.583125 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.0068729 sec., 494987.5598364591 rows/sec., 41.80 MiB/sec. | ||
| 7329 | 2025.04.09 19:13:30.583152 [ 259 ] {17eaec99-af1c-4e09-bc18-2231a557d425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7330 | 2025.04.09 19:13:30.583219 [ 259 ] {17eaec99-af1c-4e09-bc18-2231a557d425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7331 | 2025.04.09 19:13:30.583410 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7332 | 2025.04.09 19:13:30.584003 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7333 | 2025.04.09 19:13:30.584206 [ 189 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_61_12} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7334 | 2025.04.09 19:13:30.584379 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7335 | 2025.04.09 19:13:30.584529 [ 259 ] {17eaec99-af1c-4e09-bc18-2231a557d425} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7336 | 2025.04.09 19:13:30.584575 [ 259 ] {17eaec99-af1c-4e09-bc18-2231a557d425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7337 | 2025.04.09 19:13:30.584960 [ 259 ] {17eaec99-af1c-4e09-bc18-2231a557d425} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7338 | 2025.04.09 19:13:30.585203 [ 259 ] {17eaec99-af1c-4e09-bc18-2231a557d425} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7339 | 2025.04.09 19:13:30.585423 [ 259 ] {17eaec99-af1c-4e09-bc18-2231a557d425} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002314 sec., 48833.189282627485 rows/sec., 3.16 MiB/sec. | ||
| 7340 | 2025.04.09 19:13:30.585480 [ 259 ] {17eaec99-af1c-4e09-bc18-2231a557d425} <Debug> TCPHandler: Processed in 0.002676935 sec. | ||
| 7341 | 2025.04.09 19:13:30.585599 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7342 | 2025.04.09 19:13:30.585704 [ 259 ] {15db1765-8934-4cdd-aa37-5638ea9f3beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7343 | 2025.04.09 19:13:30.585749 [ 259 ] {15db1765-8934-4cdd-aa37-5638ea9f3beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7344 | 2025.04.09 19:13:30.586319 [ 259 ] {15db1765-8934-4cdd-aa37-5638ea9f3beb} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7345 | 2025.04.09 19:13:30.586359 [ 259 ] {15db1765-8934-4cdd-aa37-5638ea9f3beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7346 | 2025.04.09 19:13:30.586719 [ 259 ] {15db1765-8934-4cdd-aa37-5638ea9f3beb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7347 | 2025.04.09 19:13:30.586958 [ 259 ] {15db1765-8934-4cdd-aa37-5638ea9f3beb} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7348 | 2025.04.09 19:13:30.587165 [ 259 ] {15db1765-8934-4cdd-aa37-5638ea9f3beb} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001482 sec., 75573.54925775978 rows/sec., 4.31 MiB/sec. | ||
| 7349 | 2025.04.09 19:13:30.587219 [ 259 ] {15db1765-8934-4cdd-aa37-5638ea9f3beb} <Debug> TCPHandler: Processed in 0.001672616 sec. | ||
| 7350 | 2025.04.09 19:13:30.587352 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7351 | 2025.04.09 19:13:30.587494 [ 259 ] {1b0aaf70-a878-4baa-845c-a1ca4be656b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7352 | 2025.04.09 19:13:30.587550 [ 259 ] {1b0aaf70-a878-4baa-845c-a1ca4be656b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7353 | 2025.04.09 19:13:30.588338 [ 259 ] {1b0aaf70-a878-4baa-845c-a1ca4be656b3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7354 | 2025.04.09 19:13:30.588380 [ 259 ] {1b0aaf70-a878-4baa-845c-a1ca4be656b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7355 | 2025.04.09 19:13:30.588772 [ 259 ] {1b0aaf70-a878-4baa-845c-a1ca4be656b3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7356 | 2025.04.09 19:13:30.589015 [ 259 ] {1b0aaf70-a878-4baa-845c-a1ca4be656b3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7357 | 2025.04.09 19:13:30.589187 [ 77 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7358 | 2025.04.09 19:13:30.589247 [ 77 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7359 | 2025.04.09 19:13:30.589260 [ 259 ] {1b0aaf70-a878-4baa-845c-a1ca4be656b3} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001787 sec., 235590.37493005037 rows/sec., 16.78 MiB/sec. | ||
| 7360 | 2025.04.09 19:13:30.589291 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7361 | 2025.04.09 19:13:30.589463 [ 259 ] {1b0aaf70-a878-4baa-845c-a1ca4be656b3} <Debug> TCPHandler: Processed in 0.00216764 sec. | ||
| 7362 | 2025.04.09 19:13:30.589701 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7363 | 2025.04.09 19:13:30.589820 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7364 | 2025.04.09 19:13:30.590213 [ 259 ] {d1db9486-9fdf-49a0-92b2-07596e824fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7365 | 2025.04.09 19:13:30.590397 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7366 | 2025.04.09 19:13:30.590416 [ 259 ] {d1db9486-9fdf-49a0-92b2-07596e824fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7367 | 2025.04.09 19:13:30.590535 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 7368 | 2025.04.09 19:13:30.590989 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 7369 | 2025.04.09 19:13:30.591520 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
| 7370 | 2025.04.09 19:13:30.591958 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 421 rows starting from the beginning of the part | ||
| 7371 | 2025.04.09 19:13:30.592185 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 7372 | 2025.04.09 19:13:30.592531 [ 189 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 421 rows starting from the beginning of the part | ||
| 7373 | 2025.04.09 19:13:30.593243 [ 259 ] {d1db9486-9fdf-49a0-92b2-07596e824fd8} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7374 | 2025.04.09 19:13:30.593315 [ 259 ] {d1db9486-9fdf-49a0-92b2-07596e824fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7375 | 2025.04.09 19:13:30.594329 [ 259 ] {d1db9486-9fdf-49a0-92b2-07596e824fd8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7376 | 2025.04.09 19:13:30.594821 [ 259 ] {d1db9486-9fdf-49a0-92b2-07596e824fd8} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7377 | 2025.04.09 19:13:30.595270 [ 259 ] {d1db9486-9fdf-49a0-92b2-07596e824fd8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005182 sec., 1157.854110382092 rows/sec., 60.49 KiB/sec. | ||
| 7378 | 2025.04.09 19:13:30.595513 [ 259 ] {d1db9486-9fdf-49a0-92b2-07596e824fd8} <Debug> TCPHandler: Processed in 0.005818431 sec. | ||
| 7379 | 2025.04.09 19:13:30.595534 [ 193 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.006115179 sec., 318388.06353828724 rows/sec., 24.32 MiB/sec. | ||
| 7380 | 2025.04.09 19:13:30.595684 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7381 | 2025.04.09 19:13:30.595834 [ 196 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7382 | 2025.04.09 19:13:30.595856 [ 259 ] {3c3ed597-7efd-463f-9a1b-77b100573dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7383 | 2025.04.09 19:13:30.596002 [ 259 ] {3c3ed597-7efd-463f-9a1b-77b100573dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7384 | 2025.04.09 19:13:30.596466 [ 196 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7385 | 2025.04.09 19:13:30.596583 [ 196 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_61_12} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7386 | 2025.04.09 19:13:30.596786 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 7387 | 2025.04.09 19:13:30.597011 [ 259 ] {3c3ed597-7efd-463f-9a1b-77b100573dc8} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7388 | 2025.04.09 19:13:30.597056 [ 259 ] {3c3ed597-7efd-463f-9a1b-77b100573dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7389 | 2025.04.09 19:13:30.597461 [ 259 ] {3c3ed597-7efd-463f-9a1b-77b100573dc8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7390 | 2025.04.09 19:13:30.597714 [ 259 ] {3c3ed597-7efd-463f-9a1b-77b100573dc8} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7391 | 2025.04.09 19:13:30.597894 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7392 | 2025.04.09 19:13:30.597950 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2025.04.09 19:13:30.597977 [ 259 ] {3c3ed597-7efd-463f-9a1b-77b100573dc8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002153 sec., 110078.959591268 rows/sec., 7.38 MiB/sec. | ||
| 7394 | 2025.04.09 19:13:30.597992 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7395 | 2025.04.09 19:13:30.598165 [ 259 ] {3c3ed597-7efd-463f-9a1b-77b100573dc8} <Debug> TCPHandler: Processed in 0.00253705 sec. | ||
| 7396 | 2025.04.09 19:13:30.598234 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7397 | 2025.04.09 19:13:30.598341 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7398 | 2025.04.09 19:13:30.598414 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7399 | 2025.04.09 19:13:30.598487 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17565 rows starting from the beginning of the part | ||
| 7400 | 2025.04.09 19:13:30.598579 [ 259 ] {a1bde9d8-ef36-49af-8d29-9674bb0a8fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7401 | 2025.04.09 19:13:30.598684 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part | ||
| 7402 | 2025.04.09 19:13:30.598756 [ 259 ] {a1bde9d8-ef36-49af-8d29-9674bb0a8fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7403 | 2025.04.09 19:13:30.599162 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 7404 | 2025.04.09 19:13:30.599682 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 7405 | 2025.04.09 19:13:30.600022 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 7406 | 2025.04.09 19:13:30.600282 [ 197 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 7407 | 2025.04.09 19:13:30.601092 [ 259 ] {a1bde9d8-ef36-49af-8d29-9674bb0a8fb4} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7408 | 2025.04.09 19:13:30.601165 [ 259 ] {a1bde9d8-ef36-49af-8d29-9674bb0a8fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7409 | 2025.04.09 19:13:30.601771 [ 259 ] {a1bde9d8-ef36-49af-8d29-9674bb0a8fb4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7410 | 2025.04.09 19:13:30.602184 [ 259 ] {a1bde9d8-ef36-49af-8d29-9674bb0a8fb4} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7411 | 2025.04.09 19:13:30.602547 [ 259 ] {a1bde9d8-ef36-49af-8d29-9674bb0a8fb4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004027 sec., 248.32381425378694 rows/sec., 16.73 KiB/sec. | ||
| 7412 | 2025.04.09 19:13:30.602765 [ 259 ] {a1bde9d8-ef36-49af-8d29-9674bb0a8fb4} <Debug> TCPHandler: Processed in 0.004480824 sec. | ||
| 7413 | 2025.04.09 19:13:30.602977 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7414 | 2025.04.09 19:13:30.603228 [ 259 ] {a268cedd-9fba-492b-aac2-5e44bc7ab04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7415 | 2025.04.09 19:13:30.603471 [ 259 ] {a268cedd-9fba-492b-aac2-5e44bc7ab04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7416 | 2025.04.09 19:13:30.605493 [ 259 ] {a268cedd-9fba-492b-aac2-5e44bc7ab04e} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7417 | 2025.04.09 19:13:30.605536 [ 259 ] {a268cedd-9fba-492b-aac2-5e44bc7ab04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7418 | 2025.04.09 19:13:30.606636 [ 259 ] {a268cedd-9fba-492b-aac2-5e44bc7ab04e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7419 | 2025.04.09 19:13:30.607047 [ 259 ] {a268cedd-9fba-492b-aac2-5e44bc7ab04e} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7420 | 2025.04.09 19:13:30.607282 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7421 | 2025.04.09 19:13:30.607352 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7422 | 2025.04.09 19:13:30.607385 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7423 | 2025.04.09 19:13:30.607407 [ 259 ] {a268cedd-9fba-492b-aac2-5e44bc7ab04e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004255 sec., 9165.687426556991 rows/sec., 16.42 MiB/sec. | ||
| 7424 | 2025.04.09 19:13:30.607962 [ 187 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::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 | ||
| 7425 | 2025.04.09 19:13:30.608870 [ 259 ] {a268cedd-9fba-492b-aac2-5e44bc7ab04e} <Debug> TCPHandler: Processed in 0.005968385 sec. | ||
| 7426 | 2025.04.09 19:13:30.609472 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7427 | 2025.04.09 19:13:30.609711 [ 193 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18487 rows, containing 5 columns (5 merged, 0 gathered) in 0.011589441 sec., 1595158.9036951824 rows/sec., 107.71 MiB/sec. | ||
| 7428 | 2025.04.09 19:13:30.609771 [ 259 ] {61182c46-412f-43a2-8a94-5fda2284d09e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7429 | 2025.04.09 19:13:30.609872 [ 259 ] {61182c46-412f-43a2-8a94-5fda2284d09e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7430 | 2025.04.09 19:13:30.609908 [ 187 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7431 | 2025.04.09 19:13:30.610075 [ 187 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 713 rows starting from the beginning of the part | ||
| 7432 | 2025.04.09 19:13:30.610147 [ 195 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7433 | 2025.04.09 19:13:30.611231 [ 187 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part | ||
| 7434 | 2025.04.09 19:13:30.611242 [ 195 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7435 | 2025.04.09 19:13:30.611474 [ 195 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7436 | 2025.04.09 19:13:30.611877 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.17 MiB. | ||
| 7437 | 2025.04.09 19:13:30.612187 [ 187 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 7438 | 2025.04.09 19:13:30.612238 [ 259 ] {61182c46-412f-43a2-8a94-5fda2284d09e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7439 | 2025.04.09 19:13:30.612293 [ 259 ] {61182c46-412f-43a2-8a94-5fda2284d09e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7440 | 2025.04.09 19:13:30.612694 [ 187 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part | ||
| 7441 | 2025.04.09 19:13:30.613205 [ 187 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 7442 | 2025.04.09 19:13:30.613345 [ 259 ] {61182c46-412f-43a2-8a94-5fda2284d09e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7443 | 2025.04.09 19:13:30.613634 [ 187 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part | ||
| 7444 | 2025.04.09 19:13:30.614050 [ 259 ] {61182c46-412f-43a2-8a94-5fda2284d09e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7445 | 2025.04.09 19:13:30.614346 [ 77 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7446 | 2025.04.09 19:13:30.614463 [ 77 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7447 | 2025.04.09 19:13:30.614533 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7448 | 2025.04.09 19:13:30.614547 [ 259 ] {61182c46-412f-43a2-8a94-5fda2284d09e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004847 sec., 16917.681039818446 rows/sec., 1.07 MiB/sec. | ||
| 7449 | 2025.04.09 19:13:30.614945 [ 259 ] {61182c46-412f-43a2-8a94-5fda2284d09e} <Debug> TCPHandler: Processed in 0.005591995 sec. | ||
| 7450 | 2025.04.09 19:13:30.615252 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7451 | 2025.04.09 19:13:30.615570 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7452 | 2025.04.09 19:13:30.615643 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3408 rows starting from the beginning of the part | ||
| 7453 | 2025.04.09 19:13:30.616038 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part | ||
| 7454 | 2025.04.09 19:13:30.616406 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 7455 | 2025.04.09 19:13:30.616651 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 7456 | 2025.04.09 19:13:30.616767 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 7457 | 2025.04.09 19:13:30.616992 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 7458 | 2025.04.09 19:13:30.620371 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3740 rows, containing 4 columns (4 merged, 0 gathered) in 0.005615235 sec., 666045.1432575841 rows/sec., 43.41 MiB/sec. | ||
| 7459 | 2025.04.09 19:13:30.620824 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7460 | 2025.04.09 19:13:30.621380 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7461 | 2025.04.09 19:13:30.621463 [ 188 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_61_12} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7462 | 2025.04.09 19:13:30.622085 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 7463 | 2025.04.09 19:13:30.632509 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 19 columns (19 merged, 0 gathered) in 0.025000422 sec., 36319.38692874864 rows/sec., 65.08 MiB/sec. | ||
| 7464 | 2025.04.09 19:13:30.633846 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7465 | 2025.04.09 19:13:30.634278 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7466 | 2025.04.09 19:13:30.634360 [ 201 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7467 | 2025.04.09 19:13:30.634508 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 7468 | 2025.04.09 19:13:31.000254 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.36 MiB, peak 219.08 MiB, free memory in arenas 0.00 B, will set to 213.94 MiB (RSS), difference: 3.58 MiB | ||
| 7469 | 2025.04.09 19:13:33.275314 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7470 | 2025.04.09 19:13:33.275364 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7471 | 2025.04.09 19:13:33.404731 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7472 | 2025.04.09 19:13:33.405454 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7473 | 2025.04.09 19:13:33.405500 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7474 | 2025.04.09 19:13:33.406029 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7475 | 2025.04.09 19:13:33.406302 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7476 | 2025.04.09 19:13:33.406545 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7477 | 2025.04.09 19:13:34.612175 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7478 | 2025.04.09 19:13:34.633229 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7479 | 2025.04.09 19:13:34.633297 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7480 | 2025.04.09 19:13:34.640639 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7481 | 2025.04.09 19:13:34.641412 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7482 | 2025.04.09 19:13:34.645392 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7483 | 2025.04.09 19:13:35.563791 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7484 | 2025.04.09 19:13:35.564005 [ 259 ] {8cb738a9-93a6-43f5-8c23-773068b4262b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7485 | 2025.04.09 19:13:35.564085 [ 259 ] {8cb738a9-93a6-43f5-8c23-773068b4262b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7486 | 2025.04.09 19:13:35.564867 [ 259 ] {8cb738a9-93a6-43f5-8c23-773068b4262b} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7487 | 2025.04.09 19:13:35.564919 [ 259 ] {8cb738a9-93a6-43f5-8c23-773068b4262b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7488 | 2025.04.09 19:13:35.565362 [ 259 ] {8cb738a9-93a6-43f5-8c23-773068b4262b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7489 | 2025.04.09 19:13:35.565619 [ 259 ] {8cb738a9-93a6-43f5-8c23-773068b4262b} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7490 | 2025.04.09 19:13:35.565837 [ 259 ] {8cb738a9-93a6-43f5-8c23-773068b4262b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.28 MiB/sec. | ||
| 7491 | 2025.04.09 19:13:35.565896 [ 259 ] {8cb738a9-93a6-43f5-8c23-773068b4262b} <Debug> TCPHandler: Processed in 0.002248082 sec. | ||
| 7492 | 2025.04.09 19:13:35.566023 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7493 | 2025.04.09 19:13:35.566130 [ 259 ] {a319bd70-c1bc-41b4-a9a8-adf8f643a16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7494 | 2025.04.09 19:13:35.566177 [ 259 ] {a319bd70-c1bc-41b4-a9a8-adf8f643a16e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7495 | 2025.04.09 19:13:35.566731 [ 259 ] {a319bd70-c1bc-41b4-a9a8-adf8f643a16e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7496 | 2025.04.09 19:13:35.566771 [ 259 ] {a319bd70-c1bc-41b4-a9a8-adf8f643a16e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7497 | 2025.04.09 19:13:35.567131 [ 259 ] {a319bd70-c1bc-41b4-a9a8-adf8f643a16e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7498 | 2025.04.09 19:13:35.567381 [ 259 ] {a319bd70-c1bc-41b4-a9a8-adf8f643a16e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7499 | 2025.04.09 19:13:35.567591 [ 259 ] {a319bd70-c1bc-41b4-a9a8-adf8f643a16e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001484 sec., 43126.684636118596 rows/sec., 3.37 MiB/sec. | ||
| 7500 | 2025.04.09 19:13:35.567644 [ 259 ] {a319bd70-c1bc-41b4-a9a8-adf8f643a16e} <Debug> TCPHandler: Processed in 0.001673926 sec. | ||
| 7501 | 2025.04.09 19:13:35.567760 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7502 | 2025.04.09 19:13:35.567866 [ 259 ] {abc8a485-9f47-44c8-a90e-c31837d8afe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7503 | 2025.04.09 19:13:35.567915 [ 259 ] {abc8a485-9f47-44c8-a90e-c31837d8afe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7504 | 2025.04.09 19:13:35.568441 [ 259 ] {abc8a485-9f47-44c8-a90e-c31837d8afe1} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7505 | 2025.04.09 19:13:35.568480 [ 259 ] {abc8a485-9f47-44c8-a90e-c31837d8afe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7506 | 2025.04.09 19:13:35.568865 [ 259 ] {abc8a485-9f47-44c8-a90e-c31837d8afe1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7507 | 2025.04.09 19:13:35.569105 [ 259 ] {abc8a485-9f47-44c8-a90e-c31837d8afe1} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7508 | 2025.04.09 19:13:35.569328 [ 259 ] {abc8a485-9f47-44c8-a90e-c31837d8afe1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec. | ||
| 7509 | 2025.04.09 19:13:35.569381 [ 259 ] {abc8a485-9f47-44c8-a90e-c31837d8afe1} <Debug> TCPHandler: Processed in 0.001672346 sec. | ||
| 7510 | 2025.04.09 19:13:35.569508 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7511 | 2025.04.09 19:13:35.569613 [ 259 ] {46cc13dd-ca65-4ee3-9d57-b4bc5b4bc984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7512 | 2025.04.09 19:13:35.569659 [ 259 ] {46cc13dd-ca65-4ee3-9d57-b4bc5b4bc984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7513 | 2025.04.09 19:13:35.570104 [ 259 ] {46cc13dd-ca65-4ee3-9d57-b4bc5b4bc984} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7514 | 2025.04.09 19:13:35.570144 [ 259 ] {46cc13dd-ca65-4ee3-9d57-b4bc5b4bc984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7515 | 2025.04.09 19:13:35.570506 [ 259 ] {46cc13dd-ca65-4ee3-9d57-b4bc5b4bc984} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7516 | 2025.04.09 19:13:35.570743 [ 259 ] {46cc13dd-ca65-4ee3-9d57-b4bc5b4bc984} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7517 | 2025.04.09 19:13:35.570948 [ 259 ] {46cc13dd-ca65-4ee3-9d57-b4bc5b4bc984} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
| 7518 | 2025.04.09 19:13:35.570998 [ 259 ] {46cc13dd-ca65-4ee3-9d57-b4bc5b4bc984} <Debug> TCPHandler: Processed in 0.001542693 sec. | ||
| 7519 | 2025.04.09 19:13:35.950280 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7520 | 2025.04.09 19:13:35.950486 [ 259 ] {22a76951-9559-4ebc-ad17-70b41e568e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7521 | 2025.04.09 19:13:35.950561 [ 259 ] {22a76951-9559-4ebc-ad17-70b41e568e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7522 | 2025.04.09 19:13:35.951431 [ 259 ] {22a76951-9559-4ebc-ad17-70b41e568e0e} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7523 | 2025.04.09 19:13:35.951480 [ 259 ] {22a76951-9559-4ebc-ad17-70b41e568e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7524 | 2025.04.09 19:13:35.951923 [ 259 ] {22a76951-9559-4ebc-ad17-70b41e568e0e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7525 | 2025.04.09 19:13:35.952178 [ 259 ] {22a76951-9559-4ebc-ad17-70b41e568e0e} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7526 | 2025.04.09 19:13:35.952374 [ 259 ] {22a76951-9559-4ebc-ad17-70b41e568e0e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001946 sec., 108941.41829393628 rows/sec., 6.93 MiB/sec. | ||
| 7527 | 2025.04.09 19:13:35.952430 [ 259 ] {22a76951-9559-4ebc-ad17-70b41e568e0e} <Debug> TCPHandler: Processed in 0.002287283 sec. | ||
| 7528 | 2025.04.09 19:13:35.952549 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7529 | 2025.04.09 19:13:35.952654 [ 259 ] {fd43361a-9489-4520-9414-ddf94a9d0b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7530 | 2025.04.09 19:13:35.952700 [ 259 ] {fd43361a-9489-4520-9414-ddf94a9d0b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7531 | 2025.04.09 19:13:35.953208 [ 259 ] {fd43361a-9489-4520-9414-ddf94a9d0b30} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7532 | 2025.04.09 19:13:35.953247 [ 259 ] {fd43361a-9489-4520-9414-ddf94a9d0b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7533 | 2025.04.09 19:13:35.953599 [ 259 ] {fd43361a-9489-4520-9414-ddf94a9d0b30} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7534 | 2025.04.09 19:13:35.953842 [ 259 ] {fd43361a-9489-4520-9414-ddf94a9d0b30} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7535 | 2025.04.09 19:13:35.954051 [ 259 ] {fd43361a-9489-4520-9414-ddf94a9d0b30} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001409 sec., 1419.4464158977999 rows/sec., 115.75 KiB/sec. | ||
| 7536 | 2025.04.09 19:13:35.954149 [ 259 ] {fd43361a-9489-4520-9414-ddf94a9d0b30} <Debug> TCPHandler: Processed in 0.001646166 sec. | ||
| 7537 | 2025.04.09 19:13:35.954322 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7538 | 2025.04.09 19:13:35.954429 [ 259 ] {b34fe5c7-c642-4ee7-a49d-caa01ffb3dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7539 | 2025.04.09 19:13:35.954475 [ 259 ] {b34fe5c7-c642-4ee7-a49d-caa01ffb3dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7540 | 2025.04.09 19:13:35.955925 [ 259 ] {b34fe5c7-c642-4ee7-a49d-caa01ffb3dd5} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7541 | 2025.04.09 19:13:35.955965 [ 259 ] {b34fe5c7-c642-4ee7-a49d-caa01ffb3dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7542 | 2025.04.09 19:13:35.956433 [ 259 ] {b34fe5c7-c642-4ee7-a49d-caa01ffb3dd5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7543 | 2025.04.09 19:13:35.956677 [ 259 ] {b34fe5c7-c642-4ee7-a49d-caa01ffb3dd5} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7544 | 2025.04.09 19:13:35.956857 [ 259 ] {b34fe5c7-c642-4ee7-a49d-caa01ffb3dd5} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.002451 sec., 749082.0073439413 rows/sec., 61.14 MiB/sec. | ||
| 7545 | 2025.04.09 19:13:35.956909 [ 259 ] {b34fe5c7-c642-4ee7-a49d-caa01ffb3dd5} <Debug> TCPHandler: Processed in 0.002645923 sec. | ||
| 7546 | 2025.04.09 19:13:35.957023 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7547 | 2025.04.09 19:13:35.957130 [ 259 ] {820f58ef-3948-4501-9504-ec5b62be0e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7548 | 2025.04.09 19:13:35.957173 [ 259 ] {820f58ef-3948-4501-9504-ec5b62be0e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7549 | 2025.04.09 19:13:35.957749 [ 259 ] {820f58ef-3948-4501-9504-ec5b62be0e84} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7550 | 2025.04.09 19:13:35.957786 [ 259 ] {820f58ef-3948-4501-9504-ec5b62be0e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7551 | 2025.04.09 19:13:35.958142 [ 259 ] {820f58ef-3948-4501-9504-ec5b62be0e84} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7552 | 2025.04.09 19:13:35.958381 [ 259 ] {820f58ef-3948-4501-9504-ec5b62be0e84} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7553 | 2025.04.09 19:13:35.958553 [ 259 ] {820f58ef-3948-4501-9504-ec5b62be0e84} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001446 sec., 101659.7510373444 rows/sec., 6.39 MiB/sec. | ||
| 7554 | 2025.04.09 19:13:35.958604 [ 259 ] {820f58ef-3948-4501-9504-ec5b62be0e84} <Debug> TCPHandler: Processed in 0.001632545 sec. | ||
| 7555 | 2025.04.09 19:13:35.958728 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7556 | 2025.04.09 19:13:35.958842 [ 259 ] {771d53fb-f0a1-4cb2-ad16-d8e739f69f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7557 | 2025.04.09 19:13:35.958888 [ 259 ] {771d53fb-f0a1-4cb2-ad16-d8e739f69f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7558 | 2025.04.09 19:13:35.959550 [ 259 ] {771d53fb-f0a1-4cb2-ad16-d8e739f69f7e} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7559 | 2025.04.09 19:13:35.959588 [ 259 ] {771d53fb-f0a1-4cb2-ad16-d8e739f69f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7560 | 2025.04.09 19:13:35.959969 [ 259 ] {771d53fb-f0a1-4cb2-ad16-d8e739f69f7e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7561 | 2025.04.09 19:13:35.960212 [ 259 ] {771d53fb-f0a1-4cb2-ad16-d8e739f69f7e} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7562 | 2025.04.09 19:13:35.960435 [ 259 ] {771d53fb-f0a1-4cb2-ad16-d8e739f69f7e} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00161 sec., 211801.24223602485 rows/sec., 14.13 MiB/sec. | ||
| 7563 | 2025.04.09 19:13:35.960493 [ 259 ] {771d53fb-f0a1-4cb2-ad16-d8e739f69f7e} <Debug> TCPHandler: Processed in 0.00182139 sec. | ||
| 7564 | 2025.04.09 19:13:35.960766 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7565 | 2025.04.09 19:13:35.960902 [ 259 ] {c02b3aa4-29fc-41e9-ad23-4bda6fa39f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7566 | 2025.04.09 19:13:35.960948 [ 259 ] {c02b3aa4-29fc-41e9-ad23-4bda6fa39f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7567 | 2025.04.09 19:13:35.961520 [ 259 ] {c02b3aa4-29fc-41e9-ad23-4bda6fa39f18} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7568 | 2025.04.09 19:13:35.961558 [ 259 ] {c02b3aa4-29fc-41e9-ad23-4bda6fa39f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7569 | 2025.04.09 19:13:35.961915 [ 259 ] {c02b3aa4-29fc-41e9-ad23-4bda6fa39f18} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7570 | 2025.04.09 19:13:35.962167 [ 259 ] {c02b3aa4-29fc-41e9-ad23-4bda6fa39f18} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7571 | 2025.04.09 19:13:35.962349 [ 259 ] {c02b3aa4-29fc-41e9-ad23-4bda6fa39f18} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001472 sec., 76086.95652173914 rows/sec., 4.33 MiB/sec. | ||
| 7572 | 2025.04.09 19:13:35.962399 [ 259 ] {c02b3aa4-29fc-41e9-ad23-4bda6fa39f18} <Debug> TCPHandler: Processed in 0.001731318 sec. | ||
| 7573 | 2025.04.09 19:13:35.962531 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7574 | 2025.04.09 19:13:35.962667 [ 259 ] {cff89e8b-6f51-4961-83b0-1ce163bdf29d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7575 | 2025.04.09 19:13:35.962721 [ 259 ] {cff89e8b-6f51-4961-83b0-1ce163bdf29d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7576 | 2025.04.09 19:13:35.963668 [ 259 ] {cff89e8b-6f51-4961-83b0-1ce163bdf29d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7577 | 2025.04.09 19:13:35.963706 [ 259 ] {cff89e8b-6f51-4961-83b0-1ce163bdf29d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7578 | 2025.04.09 19:13:35.964101 [ 259 ] {cff89e8b-6f51-4961-83b0-1ce163bdf29d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7579 | 2025.04.09 19:13:35.964355 [ 259 ] {cff89e8b-6f51-4961-83b0-1ce163bdf29d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7580 | 2025.04.09 19:13:35.964530 [ 259 ] {cff89e8b-6f51-4961-83b0-1ce163bdf29d} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.001893 sec., 464342.3137876387 rows/sec., 33.61 MiB/sec. | ||
| 7581 | 2025.04.09 19:13:35.964581 [ 259 ] {cff89e8b-6f51-4961-83b0-1ce163bdf29d} <Debug> TCPHandler: Processed in 0.002116169 sec. | ||
| 7582 | 2025.04.09 19:13:35.964697 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7583 | 2025.04.09 19:13:35.964803 [ 259 ] {c5d6c9bf-8e3a-4fa0-8227-81c61e7aa4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7584 | 2025.04.09 19:13:35.964850 [ 259 ] {c5d6c9bf-8e3a-4fa0-8227-81c61e7aa4b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7585 | 2025.04.09 19:13:35.965279 [ 259 ] {c5d6c9bf-8e3a-4fa0-8227-81c61e7aa4b0} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7586 | 2025.04.09 19:13:35.965316 [ 259 ] {c5d6c9bf-8e3a-4fa0-8227-81c61e7aa4b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7587 | 2025.04.09 19:13:35.965674 [ 259 ] {c5d6c9bf-8e3a-4fa0-8227-81c61e7aa4b0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7588 | 2025.04.09 19:13:35.965904 [ 259 ] {c5d6c9bf-8e3a-4fa0-8227-81c61e7aa4b0} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7589 | 2025.04.09 19:13:35.966120 [ 259 ] {c5d6c9bf-8e3a-4fa0-8227-81c61e7aa4b0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 235.52 KiB/sec. | ||
| 7590 | 2025.04.09 19:13:35.966219 [ 259 ] {c5d6c9bf-8e3a-4fa0-8227-81c61e7aa4b0} <Debug> TCPHandler: Processed in 0.001566213 sec. | ||
| 7591 | 2025.04.09 19:13:35.966443 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7592 | 2025.04.09 19:13:35.966550 [ 259 ] {12ccda9b-3370-4539-8bad-19cbab92b83d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7593 | 2025.04.09 19:13:35.966599 [ 259 ] {12ccda9b-3370-4539-8bad-19cbab92b83d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7594 | 2025.04.09 19:13:35.967320 [ 259 ] {12ccda9b-3370-4539-8bad-19cbab92b83d} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7595 | 2025.04.09 19:13:35.967356 [ 259 ] {12ccda9b-3370-4539-8bad-19cbab92b83d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7596 | 2025.04.09 19:13:35.967773 [ 259 ] {12ccda9b-3370-4539-8bad-19cbab92b83d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7597 | 2025.04.09 19:13:35.968007 [ 259 ] {12ccda9b-3370-4539-8bad-19cbab92b83d} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7598 | 2025.04.09 19:13:35.968181 [ 259 ] {12ccda9b-3370-4539-8bad-19cbab92b83d} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001654 sec., 577992.7448609432 rows/sec., 38.40 MiB/sec. | ||
| 7599 | 2025.04.09 19:13:35.968232 [ 259 ] {12ccda9b-3370-4539-8bad-19cbab92b83d} <Debug> TCPHandler: Processed in 0.001856582 sec. | ||
| 7600 | 2025.04.09 19:13:35.968364 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7601 | 2025.04.09 19:13:35.968498 [ 259 ] {56f0808d-b152-4677-8bea-52a2ccb98561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7602 | 2025.04.09 19:13:35.968555 [ 259 ] {56f0808d-b152-4677-8bea-52a2ccb98561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7603 | 2025.04.09 19:13:35.969072 [ 259 ] {56f0808d-b152-4677-8bea-52a2ccb98561} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7604 | 2025.04.09 19:13:35.969119 [ 259 ] {56f0808d-b152-4677-8bea-52a2ccb98561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7605 | 2025.04.09 19:13:35.969476 [ 259 ] {56f0808d-b152-4677-8bea-52a2ccb98561} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7606 | 2025.04.09 19:13:35.969706 [ 259 ] {56f0808d-b152-4677-8bea-52a2ccb98561} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7607 | 2025.04.09 19:13:35.969887 [ 259 ] {56f0808d-b152-4677-8bea-52a2ccb98561} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 7608 | 2025.04.09 19:13:35.969937 [ 259 ] {56f0808d-b152-4677-8bea-52a2ccb98561} <Debug> TCPHandler: Processed in 0.001637915 sec. | ||
| 7609 | 2025.04.09 19:13:35.970069 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7610 | 2025.04.09 19:13:35.970173 [ 259 ] {5e3587e1-0b53-491f-a08c-e265c514dca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7611 | 2025.04.09 19:13:35.970237 [ 259 ] {5e3587e1-0b53-491f-a08c-e265c514dca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7612 | 2025.04.09 19:13:35.971373 [ 259 ] {5e3587e1-0b53-491f-a08c-e265c514dca2} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7613 | 2025.04.09 19:13:35.971410 [ 259 ] {5e3587e1-0b53-491f-a08c-e265c514dca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7614 | 2025.04.09 19:13:35.972060 [ 259 ] {5e3587e1-0b53-491f-a08c-e265c514dca2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7615 | 2025.04.09 19:13:35.972316 [ 259 ] {5e3587e1-0b53-491f-a08c-e265c514dca2} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7616 | 2025.04.09 19:13:35.972515 [ 259 ] {5e3587e1-0b53-491f-a08c-e265c514dca2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002364 sec., 16497.461928934008 rows/sec., 29.56 MiB/sec. | ||
| 7617 | 2025.04.09 19:13:35.972615 [ 259 ] {5e3587e1-0b53-491f-a08c-e265c514dca2} <Debug> TCPHandler: Processed in 0.002596762 sec. | ||
| 7618 | 2025.04.09 19:13:35.972733 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7619 | 2025.04.09 19:13:35.972836 [ 259 ] {77e76109-a25a-4d88-8cb5-556a491e78d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7620 | 2025.04.09 19:13:35.972883 [ 259 ] {77e76109-a25a-4d88-8cb5-556a491e78d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7621 | 2025.04.09 19:13:35.973310 [ 259 ] {77e76109-a25a-4d88-8cb5-556a491e78d3} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7622 | 2025.04.09 19:13:35.973347 [ 259 ] {77e76109-a25a-4d88-8cb5-556a491e78d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7623 | 2025.04.09 19:13:35.973697 [ 259 ] {77e76109-a25a-4d88-8cb5-556a491e78d3} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7624 | 2025.04.09 19:13:35.973934 [ 259 ] {77e76109-a25a-4d88-8cb5-556a491e78d3} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7625 | 2025.04.09 19:13:35.974104 [ 259 ] {77e76109-a25a-4d88-8cb5-556a491e78d3} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00129 sec., 26356.589147286824 rows/sec., 1.53 MiB/sec. | ||
| 7626 | 2025.04.09 19:13:35.974152 [ 259 ] {77e76109-a25a-4d88-8cb5-556a491e78d3} <Debug> TCPHandler: Processed in 0.001469921 sec. | ||
| 7627 | 2025.04.09 19:13:36.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.07 MiB, peak 219.08 MiB, free memory in arenas 0.00 B, will set to 213.94 MiB (RSS), difference: -1.14 MiB | ||
| 7628 | 2025.04.09 19:13:38.490315 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1082 | ||
| 7629 | 2025.04.09 19:13:38.493762 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7630 | 2025.04.09 19:13:38.493813 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7631 | 2025.04.09 19:13:38.495285 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7632 | 2025.04.09 19:13:38.495580 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2025.04.09 19:13:38.496072 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1082 | ||
| 7634 | 2025.04.09 19:13:40.562192 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7635 | 2025.04.09 19:13:40.562426 [ 259 ] {557a0c85-83c7-4029-9400-c2ac7983a4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7636 | 2025.04.09 19:13:40.562508 [ 259 ] {557a0c85-83c7-4029-9400-c2ac7983a4c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7637 | 2025.04.09 19:13:40.563426 [ 259 ] {557a0c85-83c7-4029-9400-c2ac7983a4c7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7638 | 2025.04.09 19:13:40.563480 [ 259 ] {557a0c85-83c7-4029-9400-c2ac7983a4c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7639 | 2025.04.09 19:13:40.563932 [ 259 ] {557a0c85-83c7-4029-9400-c2ac7983a4c7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7640 | 2025.04.09 19:13:40.564185 [ 259 ] {557a0c85-83c7-4029-9400-c2ac7983a4c7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7641 | 2025.04.09 19:13:40.564468 [ 259 ] {557a0c85-83c7-4029-9400-c2ac7983a4c7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002088 sec., 26819.92337164751 rows/sec., 2.06 MiB/sec. | ||
| 7642 | 2025.04.09 19:13:40.564594 [ 259 ] {557a0c85-83c7-4029-9400-c2ac7983a4c7} <Debug> TCPHandler: Processed in 0.002543711 sec. | ||
| 7643 | 2025.04.09 19:13:40.564814 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7644 | 2025.04.09 19:13:40.565132 [ 259 ] {7b38aaff-117a-485e-94f0-835c4e4e6187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7645 | 2025.04.09 19:13:40.565238 [ 259 ] {7b38aaff-117a-485e-94f0-835c4e4e6187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7646 | 2025.04.09 19:13:40.565837 [ 259 ] {7b38aaff-117a-485e-94f0-835c4e4e6187} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7647 | 2025.04.09 19:13:40.565880 [ 259 ] {7b38aaff-117a-485e-94f0-835c4e4e6187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7648 | 2025.04.09 19:13:40.566249 [ 259 ] {7b38aaff-117a-485e-94f0-835c4e4e6187} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7649 | 2025.04.09 19:13:40.566487 [ 259 ] {7b38aaff-117a-485e-94f0-835c4e4e6187} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7650 | 2025.04.09 19:13:40.566704 [ 259 ] {7b38aaff-117a-485e-94f0-835c4e4e6187} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001707 sec., 37492.677211482136 rows/sec., 2.93 MiB/sec. | ||
| 7651 | 2025.04.09 19:13:40.566758 [ 259 ] {7b38aaff-117a-485e-94f0-835c4e4e6187} <Debug> TCPHandler: Processed in 0.002040847 sec. | ||
| 7652 | 2025.04.09 19:13:40.566895 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7653 | 2025.04.09 19:13:40.567038 [ 259 ] {78865b9b-e286-46fb-8642-e537df9cd81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7654 | 2025.04.09 19:13:40.567099 [ 259 ] {78865b9b-e286-46fb-8642-e537df9cd81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7655 | 2025.04.09 19:13:40.567664 [ 259 ] {78865b9b-e286-46fb-8642-e537df9cd81f} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7656 | 2025.04.09 19:13:40.567705 [ 259 ] {78865b9b-e286-46fb-8642-e537df9cd81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7657 | 2025.04.09 19:13:40.568113 [ 259 ] {78865b9b-e286-46fb-8642-e537df9cd81f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7658 | 2025.04.09 19:13:40.568362 [ 259 ] {78865b9b-e286-46fb-8642-e537df9cd81f} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7659 | 2025.04.09 19:13:40.568567 [ 259 ] {78865b9b-e286-46fb-8642-e537df9cd81f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001556 sec., 82262.21079691517 rows/sec., 5.73 MiB/sec. | ||
| 7660 | 2025.04.09 19:13:40.568669 [ 259 ] {78865b9b-e286-46fb-8642-e537df9cd81f} <Debug> TCPHandler: Processed in 0.001837911 sec. | ||
| 7661 | 2025.04.09 19:13:40.568896 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7662 | 2025.04.09 19:13:40.569056 [ 259 ] {7f227d2f-fad2-462e-b79e-d69f6f48dab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7663 | 2025.04.09 19:13:40.569105 [ 259 ] {7f227d2f-fad2-462e-b79e-d69f6f48dab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7664 | 2025.04.09 19:13:40.569570 [ 259 ] {7f227d2f-fad2-462e-b79e-d69f6f48dab2} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7665 | 2025.04.09 19:13:40.569612 [ 259 ] {7f227d2f-fad2-462e-b79e-d69f6f48dab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7666 | 2025.04.09 19:13:40.569983 [ 259 ] {7f227d2f-fad2-462e-b79e-d69f6f48dab2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7667 | 2025.04.09 19:13:40.570222 [ 259 ] {7f227d2f-fad2-462e-b79e-d69f6f48dab2} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7668 | 2025.04.09 19:13:40.570439 [ 259 ] {7f227d2f-fad2-462e-b79e-d69f6f48dab2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001408 sec., 34090.90909090909 rows/sec., 2.30 MiB/sec. | ||
| 7669 | 2025.04.09 19:13:40.570490 [ 259 ] {7f227d2f-fad2-462e-b79e-d69f6f48dab2} <Debug> TCPHandler: Processed in 0.001698767 sec. | ||
| 7670 | 2025.04.09 19:13:40.907653 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7671 | 2025.04.09 19:13:40.908286 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7672 | 2025.04.09 19:13:40.908324 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7673 | 2025.04.09 19:13:40.908881 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7674 | 2025.04.09 19:13:40.909149 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7675 | 2025.04.09 19:13:40.909335 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7676 | 2025.04.09 19:13:42.146444 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7677 | 2025.04.09 19:13:42.166770 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7678 | 2025.04.09 19:13:42.166827 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7679 | 2025.04.09 19:13:42.174395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7680 | 2025.04.09 19:13:42.175180 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7681 | 2025.04.09 19:13:42.177833 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7682 | 2025.04.09 19:13:45.563544 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7683 | 2025.04.09 19:13:45.563754 [ 259 ] {86f3c5d9-bf39-4b67-9b05-0ec6c13f705e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7684 | 2025.04.09 19:13:45.563829 [ 259 ] {86f3c5d9-bf39-4b67-9b05-0ec6c13f705e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7685 | 2025.04.09 19:13:45.564625 [ 259 ] {86f3c5d9-bf39-4b67-9b05-0ec6c13f705e} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7686 | 2025.04.09 19:13:45.564680 [ 259 ] {86f3c5d9-bf39-4b67-9b05-0ec6c13f705e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7687 | 2025.04.09 19:13:45.565122 [ 259 ] {86f3c5d9-bf39-4b67-9b05-0ec6c13f705e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7688 | 2025.04.09 19:13:45.565378 [ 259 ] {86f3c5d9-bf39-4b67-9b05-0ec6c13f705e} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7689 | 2025.04.09 19:13:45.565620 [ 259 ] {86f3c5d9-bf39-4b67-9b05-0ec6c13f705e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.24 MiB/sec. | ||
| 7690 | 2025.04.09 19:13:45.565685 [ 259 ] {86f3c5d9-bf39-4b67-9b05-0ec6c13f705e} <Debug> TCPHandler: Processed in 0.002291963 sec. | ||
| 7691 | 2025.04.09 19:13:45.565808 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7692 | 2025.04.09 19:13:45.565921 [ 259 ] {bebe1b38-89fc-4406-8234-44fe7b70308b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7693 | 2025.04.09 19:13:45.565970 [ 259 ] {bebe1b38-89fc-4406-8234-44fe7b70308b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7694 | 2025.04.09 19:13:45.566515 [ 259 ] {bebe1b38-89fc-4406-8234-44fe7b70308b} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7695 | 2025.04.09 19:13:45.566555 [ 259 ] {bebe1b38-89fc-4406-8234-44fe7b70308b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7696 | 2025.04.09 19:13:45.566904 [ 259 ] {bebe1b38-89fc-4406-8234-44fe7b70308b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7697 | 2025.04.09 19:13:45.567138 [ 259 ] {bebe1b38-89fc-4406-8234-44fe7b70308b} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7698 | 2025.04.09 19:13:45.567357 [ 259 ] {bebe1b38-89fc-4406-8234-44fe7b70308b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001462 sec., 43775.64979480164 rows/sec., 3.42 MiB/sec. | ||
| 7699 | 2025.04.09 19:13:45.567409 [ 259 ] {bebe1b38-89fc-4406-8234-44fe7b70308b} <Debug> TCPHandler: Processed in 0.001655406 sec. | ||
| 7700 | 2025.04.09 19:13:45.567521 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7701 | 2025.04.09 19:13:45.567627 [ 259 ] {56016cc2-6499-4fc3-90ae-98134a3b0f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7702 | 2025.04.09 19:13:45.567675 [ 259 ] {56016cc2-6499-4fc3-90ae-98134a3b0f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7703 | 2025.04.09 19:13:45.568186 [ 259 ] {56016cc2-6499-4fc3-90ae-98134a3b0f4d} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7704 | 2025.04.09 19:13:45.568225 [ 259 ] {56016cc2-6499-4fc3-90ae-98134a3b0f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7705 | 2025.04.09 19:13:45.568602 [ 259 ] {56016cc2-6499-4fc3-90ae-98134a3b0f4d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7706 | 2025.04.09 19:13:45.568835 [ 259 ] {56016cc2-6499-4fc3-90ae-98134a3b0f4d} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7707 | 2025.04.09 19:13:45.569047 [ 259 ] {56016cc2-6499-4fc3-90ae-98134a3b0f4d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001441 sec., 111034.00416377516 rows/sec., 7.73 MiB/sec. | ||
| 7708 | 2025.04.09 19:13:45.569098 [ 259 ] {56016cc2-6499-4fc3-90ae-98134a3b0f4d} <Debug> TCPHandler: Processed in 0.001629165 sec. | ||
| 7709 | 2025.04.09 19:13:45.569218 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7710 | 2025.04.09 19:13:45.569324 [ 259 ] {2ce5f10d-4ab3-4f93-a9c4-83a05ebbe88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7711 | 2025.04.09 19:13:45.569372 [ 259 ] {2ce5f10d-4ab3-4f93-a9c4-83a05ebbe88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7712 | 2025.04.09 19:13:45.569797 [ 259 ] {2ce5f10d-4ab3-4f93-a9c4-83a05ebbe88f} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7713 | 2025.04.09 19:13:45.569835 [ 259 ] {2ce5f10d-4ab3-4f93-a9c4-83a05ebbe88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7714 | 2025.04.09 19:13:45.570184 [ 259 ] {2ce5f10d-4ab3-4f93-a9c4-83a05ebbe88f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7715 | 2025.04.09 19:13:45.570417 [ 259 ] {2ce5f10d-4ab3-4f93-a9c4-83a05ebbe88f} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7716 | 2025.04.09 19:13:45.570652 [ 259 ] {2ce5f10d-4ab3-4f93-a9c4-83a05ebbe88f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
| 7717 | 2025.04.09 19:13:45.570752 [ 259 ] {2ce5f10d-4ab3-4f93-a9c4-83a05ebbe88f} <Debug> TCPHandler: Processed in 0.001585553 sec. | ||
| 7718 | 2025.04.09 19:13:46.147781 [ 57 ] {} <Debug> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 7719 | 2025.04.09 19:13:46.147848 [ 57 ] {} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7720 | 2025.04.09 19:13:46.147876 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7721 | 2025.04.09 19:13:46.148098 [ 186 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 7722 | 2025.04.09 19:13:46.148319 [ 186 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7723 | 2025.04.09 19:13:46.148365 [ 186 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part | ||
| 7724 | 2025.04.09 19:13:46.148451 [ 186 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7725 | 2025.04.09 19:13:46.148544 [ 186 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7726 | 2025.04.09 19:13:46.148772 [ 186 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 7727 | 2025.04.09 19:13:46.148957 [ 186 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 7728 | 2025.04.09 19:13:46.149985 [ 186 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.002031216 sec., 13292.530188813005 rows/sec., 895.69 KiB/sec. | ||
| 7729 | 2025.04.09 19:13:46.150118 [ 198 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 7730 | 2025.04.09 19:13:46.150423 [ 198 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_27_6} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7731 | 2025.04.09 19:13:46.150509 [ 198 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_27_6} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 7732 | 2025.04.09 19:13:46.150593 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7733 | 2025.04.09 19:13:48.275409 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7734 | 2025.04.09 19:13:48.275462 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7735 | 2025.04.09 19:13:48.410444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 7736 | 2025.04.09 19:13:48.411155 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7737 | 2025.04.09 19:13:48.411205 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7738 | 2025.04.09 19:13:48.411750 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7739 | 2025.04.09 19:13:48.412008 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7740 | 2025.04.09 19:13:48.412259 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7741 | 2025.04.09 19:13:48.497301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1098 | ||
| 7742 | 2025.04.09 19:13:48.499983 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2025.04.09 19:13:48.500027 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7744 | 2025.04.09 19:13:48.501470 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7745 | 2025.04.09 19:13:48.501791 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7746 | 2025.04.09 19:13:48.502934 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1098 | ||
| 7747 | 2025.04.09 19:13:49.678892 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7748 | 2025.04.09 19:13:49.699955 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7749 | 2025.04.09 19:13:49.700015 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7750 | 2025.04.09 19:13:49.708468 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7751 | 2025.04.09 19:13:49.709274 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7752 | 2025.04.09 19:13:49.712089 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7753 | 2025.04.09 19:13:50.572229 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7754 | 2025.04.09 19:13:50.572443 [ 259 ] {7219c954-eaa7-49c9-93b0-93506f15fc4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7755 | 2025.04.09 19:13:50.572523 [ 259 ] {7219c954-eaa7-49c9-93b0-93506f15fc4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7756 | 2025.04.09 19:13:50.573360 [ 259 ] {7219c954-eaa7-49c9-93b0-93506f15fc4f} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7757 | 2025.04.09 19:13:50.573404 [ 259 ] {7219c954-eaa7-49c9-93b0-93506f15fc4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7758 | 2025.04.09 19:13:50.573855 [ 259 ] {7219c954-eaa7-49c9-93b0-93506f15fc4f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7759 | 2025.04.09 19:13:50.574115 [ 259 ] {7219c954-eaa7-49c9-93b0-93506f15fc4f} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7760 | 2025.04.09 19:13:50.574317 [ 259 ] {7219c954-eaa7-49c9-93b0-93506f15fc4f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00193 sec., 109844.55958549223 rows/sec., 6.99 MiB/sec. | ||
| 7761 | 2025.04.09 19:13:50.574424 [ 259 ] {7219c954-eaa7-49c9-93b0-93506f15fc4f} <Debug> TCPHandler: Processed in 0.002339655 sec. | ||
| 7762 | 2025.04.09 19:13:50.574570 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7763 | 2025.04.09 19:13:50.574679 [ 259 ] {d0dd7176-c156-4903-b3f7-1321da65c777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7764 | 2025.04.09 19:13:50.574724 [ 259 ] {d0dd7176-c156-4903-b3f7-1321da65c777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7765 | 2025.04.09 19:13:50.575625 [ 259 ] {d0dd7176-c156-4903-b3f7-1321da65c777} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7766 | 2025.04.09 19:13:50.575664 [ 259 ] {d0dd7176-c156-4903-b3f7-1321da65c777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7767 | 2025.04.09 19:13:50.576064 [ 259 ] {d0dd7176-c156-4903-b3f7-1321da65c777} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7768 | 2025.04.09 19:13:50.576306 [ 259 ] {d0dd7176-c156-4903-b3f7-1321da65c777} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7769 | 2025.04.09 19:13:50.576437 [ 55 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7770 | 2025.04.09 19:13:50.576490 [ 259 ] {d0dd7176-c156-4903-b3f7-1321da65c777} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001834 sec., 378953.10796074156 rows/sec., 30.26 MiB/sec. | ||
| 7771 | 2025.04.09 19:13:50.576491 [ 55 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7772 | 2025.04.09 19:13:50.576545 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7773 | 2025.04.09 19:13:50.576564 [ 259 ] {d0dd7176-c156-4903-b3f7-1321da65c777} <Debug> TCPHandler: Processed in 0.002047646 sec. | ||
| 7774 | 2025.04.09 19:13:50.576752 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7775 | 2025.04.09 19:13:50.576763 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7776 | 2025.04.09 19:13:50.576929 [ 259 ] {8f385bb7-82d2-453d-9cc8-5bf751a686b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7777 | 2025.04.09 19:13:50.577037 [ 259 ] {8f385bb7-82d2-453d-9cc8-5bf751a686b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7778 | 2025.04.09 19:13:50.577070 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7779 | 2025.04.09 19:13:50.577165 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1844 rows starting from the beginning of the part | ||
| 7780 | 2025.04.09 19:13:50.577421 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
| 7781 | 2025.04.09 19:13:50.577804 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1836 rows starting from the beginning of the part | ||
| 7782 | 2025.04.09 19:13:50.578317 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 7783 | 2025.04.09 19:13:50.578606 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
| 7784 | 2025.04.09 19:13:50.578884 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 695 rows starting from the beginning of the part | ||
| 7785 | 2025.04.09 19:13:50.579778 [ 259 ] {8f385bb7-82d2-453d-9cc8-5bf751a686b1} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7786 | 2025.04.09 19:13:50.579835 [ 259 ] {8f385bb7-82d2-453d-9cc8-5bf751a686b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7787 | 2025.04.09 19:13:50.580700 [ 259 ] {8f385bb7-82d2-453d-9cc8-5bf751a686b1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7788 | 2025.04.09 19:13:50.581274 [ 259 ] {8f385bb7-82d2-453d-9cc8-5bf751a686b1} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2025.04.09 19:13:50.581716 [ 259 ] {8f385bb7-82d2-453d-9cc8-5bf751a686b1} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.004822 sec., 30070.510161758608 rows/sec., 1.89 MiB/sec. | ||
| 7790 | 2025.04.09 19:13:50.581996 [ 259 ] {8f385bb7-82d2-453d-9cc8-5bf751a686b1} <Debug> TCPHandler: Processed in 0.005327007 sec. | ||
| 7791 | 2025.04.09 19:13:50.582367 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7792 | 2025.04.09 19:13:50.582782 [ 259 ] {fda77d7c-f625-46c7-948d-232213f991ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7793 | 2025.04.09 19:13:50.582915 [ 259 ] {fda77d7c-f625-46c7-948d-232213f991ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7794 | 2025.04.09 19:13:50.582946 [ 192 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.006300485 sec., 721055.60127514 rows/sec., 61.27 MiB/sec. | ||
| 7795 | 2025.04.09 19:13:50.583360 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7796 | 2025.04.09 19:13:50.583963 [ 259 ] {fda77d7c-f625-46c7-948d-232213f991ac} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7797 | 2025.04.09 19:13:50.584033 [ 259 ] {fda77d7c-f625-46c7-948d-232213f991ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7798 | 2025.04.09 19:13:50.584042 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7799 | 2025.04.09 19:13:50.584244 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_66_13} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7800 | 2025.04.09 19:13:50.584420 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 7801 | 2025.04.09 19:13:50.584632 [ 259 ] {fda77d7c-f625-46c7-948d-232213f991ac} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7802 | 2025.04.09 19:13:50.584877 [ 259 ] {fda77d7c-f625-46c7-948d-232213f991ac} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7803 | 2025.04.09 19:13:50.585059 [ 259 ] {fda77d7c-f625-46c7-948d-232213f991ac} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002427 sec., 46559.5385249279 rows/sec., 3.01 MiB/sec. | ||
| 7804 | 2025.04.09 19:13:50.585111 [ 259 ] {fda77d7c-f625-46c7-948d-232213f991ac} <Debug> TCPHandler: Processed in 0.00288925 sec. | ||
| 7805 | 2025.04.09 19:13:50.585228 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7806 | 2025.04.09 19:13:50.585335 [ 259 ] {60a75520-7223-47f4-9e06-e6e0cc8b05d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7807 | 2025.04.09 19:13:50.585380 [ 259 ] {60a75520-7223-47f4-9e06-e6e0cc8b05d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7808 | 2025.04.09 19:13:50.585943 [ 259 ] {60a75520-7223-47f4-9e06-e6e0cc8b05d6} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7809 | 2025.04.09 19:13:50.585981 [ 259 ] {60a75520-7223-47f4-9e06-e6e0cc8b05d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7810 | 2025.04.09 19:13:50.586330 [ 259 ] {60a75520-7223-47f4-9e06-e6e0cc8b05d6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7811 | 2025.04.09 19:13:50.586571 [ 259 ] {60a75520-7223-47f4-9e06-e6e0cc8b05d6} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7812 | 2025.04.09 19:13:50.586776 [ 259 ] {60a75520-7223-47f4-9e06-e6e0cc8b05d6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001454 sec., 77028.88583218706 rows/sec., 4.39 MiB/sec. | ||
| 7813 | 2025.04.09 19:13:50.586989 [ 259 ] {60a75520-7223-47f4-9e06-e6e0cc8b05d6} <Debug> TCPHandler: Processed in 0.00180934 sec. | ||
| 7814 | 2025.04.09 19:13:50.587170 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7815 | 2025.04.09 19:13:50.587278 [ 259 ] {91f1a05d-2592-4a3d-b352-3733b8383d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7816 | 2025.04.09 19:13:50.587324 [ 259 ] {91f1a05d-2592-4a3d-b352-3733b8383d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7817 | 2025.04.09 19:13:50.588059 [ 259 ] {91f1a05d-2592-4a3d-b352-3733b8383d18} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7818 | 2025.04.09 19:13:50.588098 [ 259 ] {91f1a05d-2592-4a3d-b352-3733b8383d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7819 | 2025.04.09 19:13:50.588481 [ 259 ] {91f1a05d-2592-4a3d-b352-3733b8383d18} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7820 | 2025.04.09 19:13:50.588721 [ 259 ] {91f1a05d-2592-4a3d-b352-3733b8383d18} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7821 | 2025.04.09 19:13:50.588923 [ 53 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7822 | 2025.04.09 19:13:50.588935 [ 259 ] {91f1a05d-2592-4a3d-b352-3733b8383d18} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.00167 sec., 252095.80838323353 rows/sec., 17.96 MiB/sec. | ||
| 7823 | 2025.04.09 19:13:50.589025 [ 53 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7824 | 2025.04.09 19:13:50.589103 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7825 | 2025.04.09 19:13:50.589116 [ 259 ] {91f1a05d-2592-4a3d-b352-3733b8383d18} <Debug> TCPHandler: Processed in 0.002006786 sec. | ||
| 7826 | 2025.04.09 19:13:50.589353 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7827 | 2025.04.09 19:13:50.589381 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7828 | 2025.04.09 19:13:50.589590 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7829 | 2025.04.09 19:13:50.589624 [ 259 ] {2aef0ae9-c092-4639-b096-f06f154552cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7830 | 2025.04.09 19:13:50.589647 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 7831 | 2025.04.09 19:13:50.589727 [ 259 ] {2aef0ae9-c092-4639-b096-f06f154552cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7832 | 2025.04.09 19:13:50.589915 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
| 7833 | 2025.04.09 19:13:50.590404 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 879 rows starting from the beginning of the part | ||
| 7834 | 2025.04.09 19:13:50.590753 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 7835 | 2025.04.09 19:13:50.591104 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part | ||
| 7836 | 2025.04.09 19:13:50.591361 [ 200 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 421 rows starting from the beginning of the part | ||
| 7837 | 2025.04.09 19:13:50.592182 [ 259 ] {2aef0ae9-c092-4639-b096-f06f154552cb} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7838 | 2025.04.09 19:13:50.592245 [ 259 ] {2aef0ae9-c092-4639-b096-f06f154552cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7839 | 2025.04.09 19:13:50.593184 [ 259 ] {2aef0ae9-c092-4639-b096-f06f154552cb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7840 | 2025.04.09 19:13:50.593703 [ 259 ] {2aef0ae9-c092-4639-b096-f06f154552cb} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7841 | 2025.04.09 19:13:50.594137 [ 259 ] {2aef0ae9-c092-4639-b096-f06f154552cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004562 sec., 1315.21262604121 rows/sec., 68.71 KiB/sec. | ||
| 7842 | 2025.04.09 19:13:50.594471 [ 259 ] {2aef0ae9-c092-4639-b096-f06f154552cb} <Debug> TCPHandler: Processed in 0.005180163 sec. | ||
| 7843 | 2025.04.09 19:13:50.594521 [ 186 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.005289736 sec., 454654.069692703 rows/sec., 34.80 MiB/sec. | ||
| 7844 | 2025.04.09 19:13:50.594624 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7845 | 2025.04.09 19:13:50.594748 [ 186 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7846 | 2025.04.09 19:13:50.594777 [ 259 ] {bd9201f6-7296-449d-848a-799e274d8a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7847 | 2025.04.09 19:13:50.594876 [ 259 ] {bd9201f6-7296-449d-848a-799e274d8a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7848 | 2025.04.09 19:13:50.595334 [ 186 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7849 | 2025.04.09 19:13:50.595461 [ 186 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_66_13} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7850 | 2025.04.09 19:13:50.595625 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 7851 | 2025.04.09 19:13:50.595870 [ 259 ] {bd9201f6-7296-449d-848a-799e274d8a55} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7852 | 2025.04.09 19:13:50.595914 [ 259 ] {bd9201f6-7296-449d-848a-799e274d8a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7853 | 2025.04.09 19:13:50.596317 [ 259 ] {bd9201f6-7296-449d-848a-799e274d8a55} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7854 | 2025.04.09 19:13:50.596569 [ 259 ] {bd9201f6-7296-449d-848a-799e274d8a55} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7855 | 2025.04.09 19:13:50.596755 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7856 | 2025.04.09 19:13:50.596829 [ 259 ] {bd9201f6-7296-449d-848a-799e274d8a55} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002079 sec., 113997.113997114 rows/sec., 7.64 MiB/sec. | ||
| 7857 | 2025.04.09 19:13:50.596829 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7858 | 2025.04.09 19:13:50.596912 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7859 | 2025.04.09 19:13:50.596984 [ 259 ] {bd9201f6-7296-449d-848a-799e274d8a55} <Debug> TCPHandler: Processed in 0.002413557 sec. | ||
| 7860 | 2025.04.09 19:13:50.597186 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7861 | 2025.04.09 19:13:50.597235 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7862 | 2025.04.09 19:13:50.597426 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7863 | 2025.04.09 19:13:50.597453 [ 259 ] {905c9938-2000-4191-93ba-4018967cd30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7864 | 2025.04.09 19:13:50.597490 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18487 rows starting from the beginning of the part | ||
| 7865 | 2025.04.09 19:13:50.597546 [ 259 ] {905c9938-2000-4191-93ba-4018967cd30f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7866 | 2025.04.09 19:13:50.597848 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 7867 | 2025.04.09 19:13:50.598170 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 956 rows starting from the beginning of the part | ||
| 7868 | 2025.04.09 19:13:50.598545 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 128 rows starting from the beginning of the part | ||
| 7869 | 2025.04.09 19:13:50.598874 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 7870 | 2025.04.09 19:13:50.599060 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 7871 | 2025.04.09 19:13:50.599909 [ 259 ] {905c9938-2000-4191-93ba-4018967cd30f} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7872 | 2025.04.09 19:13:50.599973 [ 259 ] {905c9938-2000-4191-93ba-4018967cd30f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7873 | 2025.04.09 19:13:50.600677 [ 259 ] {905c9938-2000-4191-93ba-4018967cd30f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7874 | 2025.04.09 19:13:50.600960 [ 259 ] {905c9938-2000-4191-93ba-4018967cd30f} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7875 | 2025.04.09 19:13:50.601199 [ 259 ] {905c9938-2000-4191-93ba-4018967cd30f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003814 sec., 262.19192448872576 rows/sec., 17.67 KiB/sec. | ||
| 7876 | 2025.04.09 19:13:50.601262 [ 259 ] {905c9938-2000-4191-93ba-4018967cd30f} <Debug> TCPHandler: Processed in 0.004102874 sec. | ||
| 7877 | 2025.04.09 19:13:50.601417 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7878 | 2025.04.09 19:13:50.601645 [ 259 ] {07c0d428-a795-428a-b02b-27da9d0200be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7879 | 2025.04.09 19:13:50.601855 [ 259 ] {07c0d428-a795-428a-b02b-27da9d0200be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7880 | 2025.04.09 19:13:50.604221 [ 259 ] {07c0d428-a795-428a-b02b-27da9d0200be} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7881 | 2025.04.09 19:13:50.604261 [ 259 ] {07c0d428-a795-428a-b02b-27da9d0200be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7882 | 2025.04.09 19:13:50.606408 [ 259 ] {07c0d428-a795-428a-b02b-27da9d0200be} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7883 | 2025.04.09 19:13:50.606816 [ 259 ] {07c0d428-a795-428a-b02b-27da9d0200be} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7884 | 2025.04.09 19:13:50.607119 [ 259 ] {07c0d428-a795-428a-b02b-27da9d0200be} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005537 sec., 7043.52537475167 rows/sec., 12.62 MiB/sec. | ||
| 7885 | 2025.04.09 19:13:50.607569 [ 259 ] {07c0d428-a795-428a-b02b-27da9d0200be} <Debug> TCPHandler: Processed in 0.006224192 sec. | ||
| 7886 | 2025.04.09 19:13:50.607777 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7887 | 2025.04.09 19:13:50.607924 [ 259 ] {343fb054-1f99-4dd3-a4f0-756cf86cfa30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7888 | 2025.04.09 19:13:50.608029 [ 259 ] {343fb054-1f99-4dd3-a4f0-756cf86cfa30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7889 | 2025.04.09 19:13:50.608666 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20128 rows, containing 5 columns (5 merged, 0 gathered) in 0.011632232 sec., 1730364.3875053388 rows/sec., 116.82 MiB/sec. | ||
| 7890 | 2025.04.09 19:13:50.608913 [ 259 ] {343fb054-1f99-4dd3-a4f0-756cf86cfa30} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7891 | 2025.04.09 19:13:50.608955 [ 259 ] {343fb054-1f99-4dd3-a4f0-756cf86cfa30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7892 | 2025.04.09 19:13:50.609005 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7893 | 2025.04.09 19:13:50.609377 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7894 | 2025.04.09 19:13:50.609444 [ 259 ] {343fb054-1f99-4dd3-a4f0-756cf86cfa30} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7895 | 2025.04.09 19:13:50.609462 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7896 | 2025.04.09 19:13:50.609572 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 7897 | 2025.04.09 19:13:50.609726 [ 259 ] {343fb054-1f99-4dd3-a4f0-756cf86cfa30} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7898 | 2025.04.09 19:13:50.609914 [ 53 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7899 | 2025.04.09 19:13:50.609976 [ 53 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7900 | 2025.04.09 19:13:50.609992 [ 259 ] {343fb054-1f99-4dd3-a4f0-756cf86cfa30} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002097 sec., 39103.481163567005 rows/sec., 2.48 MiB/sec. | ||
| 7901 | 2025.04.09 19:13:50.610008 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7902 | 2025.04.09 19:13:50.610157 [ 259 ] {343fb054-1f99-4dd3-a4f0-756cf86cfa30} <Debug> TCPHandler: Processed in 0.002445588 sec. | ||
| 7903 | 2025.04.09 19:13:50.610338 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7904 | 2025.04.09 19:13:50.610559 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7905 | 2025.04.09 19:13:50.610612 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3740 rows starting from the beginning of the part | ||
| 7906 | 2025.04.09 19:13:50.610728 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 7907 | 2025.04.09 19:13:50.610925 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 7908 | 2025.04.09 19:13:50.611174 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
| 7909 | 2025.04.09 19:13:50.611307 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 7910 | 2025.04.09 19:13:50.611471 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 7911 | 2025.04.09 19:13:50.613194 [ 199 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4024 rows, containing 4 columns (4 merged, 0 gathered) in 0.003026054 sec., 1329784.5973667358 rows/sec., 86.67 MiB/sec. | ||
| 7912 | 2025.04.09 19:13:50.613530 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7913 | 2025.04.09 19:13:50.613840 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7914 | 2025.04.09 19:13:50.613925 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_66_13} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7915 | 2025.04.09 19:13:50.614015 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 7916 | 2025.04.09 19:13:55.563710 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7917 | 2025.04.09 19:13:55.563937 [ 259 ] {85b37d07-a454-404b-8614-55cc7f0df266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7918 | 2025.04.09 19:13:55.564020 [ 259 ] {85b37d07-a454-404b-8614-55cc7f0df266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7919 | 2025.04.09 19:13:55.564900 [ 259 ] {85b37d07-a454-404b-8614-55cc7f0df266} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7920 | 2025.04.09 19:13:55.564952 [ 259 ] {85b37d07-a454-404b-8614-55cc7f0df266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7921 | 2025.04.09 19:13:55.565396 [ 259 ] {85b37d07-a454-404b-8614-55cc7f0df266} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7922 | 2025.04.09 19:13:55.565653 [ 259 ] {85b37d07-a454-404b-8614-55cc7f0df266} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7923 | 2025.04.09 19:13:55.565877 [ 259 ] {85b37d07-a454-404b-8614-55cc7f0df266} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002 sec., 28000 rows/sec., 2.15 MiB/sec. | ||
| 7924 | 2025.04.09 19:13:55.565936 [ 259 ] {85b37d07-a454-404b-8614-55cc7f0df266} <Debug> TCPHandler: Processed in 0.002370526 sec. | ||
| 7925 | 2025.04.09 19:13:55.566058 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7926 | 2025.04.09 19:13:55.566164 [ 259 ] {16d83ff9-b811-4ccd-867a-93268c5d1d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7927 | 2025.04.09 19:13:55.566211 [ 259 ] {16d83ff9-b811-4ccd-867a-93268c5d1d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7928 | 2025.04.09 19:13:55.566772 [ 259 ] {16d83ff9-b811-4ccd-867a-93268c5d1d3e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7929 | 2025.04.09 19:13:55.566812 [ 259 ] {16d83ff9-b811-4ccd-867a-93268c5d1d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7930 | 2025.04.09 19:13:55.567178 [ 259 ] {16d83ff9-b811-4ccd-867a-93268c5d1d3e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7931 | 2025.04.09 19:13:55.567418 [ 259 ] {16d83ff9-b811-4ccd-867a-93268c5d1d3e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7932 | 2025.04.09 19:13:55.567639 [ 259 ] {16d83ff9-b811-4ccd-867a-93268c5d1d3e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001494 sec., 42838.0187416332 rows/sec., 3.34 MiB/sec. | ||
| 7933 | 2025.04.09 19:13:55.567736 [ 259 ] {16d83ff9-b811-4ccd-867a-93268c5d1d3e} <Debug> TCPHandler: Processed in 0.001728847 sec. | ||
| 7934 | 2025.04.09 19:13:55.567946 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7935 | 2025.04.09 19:13:55.568284 [ 259 ] {ace98c3a-8a9f-4c11-958d-549a8085a220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7936 | 2025.04.09 19:13:55.568425 [ 259 ] {ace98c3a-8a9f-4c11-958d-549a8085a220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7937 | 2025.04.09 19:13:55.569014 [ 259 ] {ace98c3a-8a9f-4c11-958d-549a8085a220} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7938 | 2025.04.09 19:13:55.569054 [ 259 ] {ace98c3a-8a9f-4c11-958d-549a8085a220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7939 | 2025.04.09 19:13:55.569447 [ 259 ] {ace98c3a-8a9f-4c11-958d-549a8085a220} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7940 | 2025.04.09 19:13:55.569686 [ 259 ] {ace98c3a-8a9f-4c11-958d-549a8085a220} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7941 | 2025.04.09 19:13:55.569894 [ 259 ] {ace98c3a-8a9f-4c11-958d-549a8085a220} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001748 sec., 91533.18077803204 rows/sec., 6.38 MiB/sec. | ||
| 7942 | 2025.04.09 19:13:55.569948 [ 259 ] {ace98c3a-8a9f-4c11-958d-549a8085a220} <Debug> TCPHandler: Processed in 0.002120429 sec. | ||
| 7943 | 2025.04.09 19:13:55.570090 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7944 | 2025.04.09 19:13:55.570196 [ 259 ] {f1c7567c-b49b-4d46-9497-f1490afc5bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7945 | 2025.04.09 19:13:55.570243 [ 259 ] {f1c7567c-b49b-4d46-9497-f1490afc5bb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7946 | 2025.04.09 19:13:55.570683 [ 259 ] {f1c7567c-b49b-4d46-9497-f1490afc5bb1} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7947 | 2025.04.09 19:13:55.570724 [ 259 ] {f1c7567c-b49b-4d46-9497-f1490afc5bb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7948 | 2025.04.09 19:13:55.571081 [ 259 ] {f1c7567c-b49b-4d46-9497-f1490afc5bb1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7949 | 2025.04.09 19:13:55.571315 [ 259 ] {f1c7567c-b49b-4d46-9497-f1490afc5bb1} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7950 | 2025.04.09 19:13:55.571489 [ 259 ] {f1c7567c-b49b-4d46-9497-f1490afc5bb1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001315 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec. | ||
| 7951 | 2025.04.09 19:13:55.571538 [ 259 ] {f1c7567c-b49b-4d46-9497-f1490afc5bb1} <Debug> TCPHandler: Processed in 0.001500032 sec. | ||
| 7952 | 2025.04.09 19:13:55.912405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 7953 | 2025.04.09 19:13:55.913425 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7954 | 2025.04.09 19:13:55.913471 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7955 | 2025.04.09 19:13:55.913992 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7956 | 2025.04.09 19:13:55.914245 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7957 | 2025.04.09 19:13:55.914484 [ 47 ] {} <Debug> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7958 | 2025.04.09 19:13:55.914506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 7959 | 2025.04.09 19:13:55.914580 [ 47 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7960 | 2025.04.09 19:13:55.914614 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7961 | 2025.04.09 19:13:55.914949 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 7962 | 2025.04.09 19:13:55.915180 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7963 | 2025.04.09 19:13:55.915230 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 7964 | 2025.04.09 19:13:55.915325 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 7965 | 2025.04.09 19:13:55.915540 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 7966 | 2025.04.09 19:13:55.915776 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 7967 | 2025.04.09 19:13:55.915924 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 7968 | 2025.04.09 19:13:55.916071 [ 188 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 7969 | 2025.04.09 19:13:55.918514 [ 199 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003800305 sec., 4943813.720214562 rows/sec., 70.72 MiB/sec. | ||
| 7970 | 2025.04.09 19:13:55.918880 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7971 | 2025.04.09 19:13:55.919199 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_41_8} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7972 | 2025.04.09 19:13:55.919290 [ 195 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_41_8} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7973 | 2025.04.09 19:13:55.919401 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 7974 | 2025.04.09 19:13:57.213150 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7975 | 2025.04.09 19:13:57.236278 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7976 | 2025.04.09 19:13:57.236343 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7977 | 2025.04.09 19:13:57.244087 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7978 | 2025.04.09 19:13:57.244915 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7979 | 2025.04.09 19:13:57.245235 [ 48 ] {} <Debug> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7980 | 2025.04.09 19:13:57.245295 [ 48 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7981 | 2025.04.09 19:13:57.245334 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7982 | 2025.04.09 19:13:57.245769 [ 195 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 7983 | 2025.04.09 19:13:57.263414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7984 | 2025.04.09 19:13:57.265148 [ 195 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7985 | 2025.04.09 19:13:57.266895 [ 195 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
| 7986 | 2025.04.09 19:13:57.272651 [ 195 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
| 7987 | 2025.04.09 19:13:57.278149 [ 195 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 7988 | 2025.04.09 19:13:57.283661 [ 195 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 7989 | 2025.04.09 19:13:57.289714 [ 195 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 7990 | 2025.04.09 19:13:57.294706 [ 195 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 7991 | 2025.04.09 19:13:57.357261 [ 199 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.111800784 sec., 2763.844661411319 rows/sec., 14.29 MiB/sec. | ||
| 7992 | 2025.04.09 19:13:57.359388 [ 199 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7993 | 2025.04.09 19:13:57.361902 [ 199 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_41_8} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7994 | 2025.04.09 19:13:57.362010 [ 199 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_41_8} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7995 | 2025.04.09 19:13:57.363598 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 7996 | 2025.04.09 19:13:58.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.22 MiB, peak 229.63 MiB, free memory in arenas 0.00 B, will set to 218.49 MiB (RSS), difference: 2.27 MiB | ||
| 7997 | 2025.04.09 19:13:58.504034 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1128 | ||
| 7998 | 2025.04.09 19:13:58.507022 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7999 | 2025.04.09 19:13:58.507061 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8000 | 2025.04.09 19:13:58.508518 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8001 | 2025.04.09 19:13:58.508831 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8002 | 2025.04.09 19:13:58.509984 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1128 | ||
| 8003 | 2025.04.09 19:14:00.571409 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8004 | 2025.04.09 19:14:00.571642 [ 259 ] {81f52f73-1ee0-4e9b-bbc2-743889699d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8005 | 2025.04.09 19:14:00.571725 [ 259 ] {81f52f73-1ee0-4e9b-bbc2-743889699d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8006 | 2025.04.09 19:14:00.572619 [ 259 ] {81f52f73-1ee0-4e9b-bbc2-743889699d1c} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8007 | 2025.04.09 19:14:00.572671 [ 259 ] {81f52f73-1ee0-4e9b-bbc2-743889699d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8008 | 2025.04.09 19:14:00.573152 [ 259 ] {81f52f73-1ee0-4e9b-bbc2-743889699d1c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8009 | 2025.04.09 19:14:00.573412 [ 259 ] {81f52f73-1ee0-4e9b-bbc2-743889699d1c} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8010 | 2025.04.09 19:14:00.573610 [ 44 ] {} <Debug> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8011 | 2025.04.09 19:14:00.573681 [ 259 ] {81f52f73-1ee0-4e9b-bbc2-743889699d1c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002097 sec., 101096.80495946591 rows/sec., 6.43 MiB/sec. | ||
| 8012 | 2025.04.09 19:14:00.573701 [ 44 ] {} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8013 | 2025.04.09 19:14:00.573774 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8014 | 2025.04.09 19:14:00.573830 [ 259 ] {81f52f73-1ee0-4e9b-bbc2-743889699d1c} <Debug> TCPHandler: Processed in 0.00256494 sec. | ||
| 8015 | 2025.04.09 19:14:00.574071 [ 189 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8016 | 2025.04.09 19:14:00.574086 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8017 | 2025.04.09 19:14:00.574382 [ 259 ] {e8ed72eb-e33a-47d4-a307-0a68936aed4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8018 | 2025.04.09 19:14:00.574402 [ 189 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8019 | 2025.04.09 19:14:00.574475 [ 259 ] {e8ed72eb-e33a-47d4-a307-0a68936aed4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8020 | 2025.04.09 19:14:00.574497 [ 189 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 212 rows starting from the beginning of the part | ||
| 8021 | 2025.04.09 19:14:00.574949 [ 189 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part | ||
| 8022 | 2025.04.09 19:14:00.575333 [ 189 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part | ||
| 8023 | 2025.04.09 19:14:00.575726 [ 189 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part | ||
| 8024 | 2025.04.09 19:14:00.576100 [ 189 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part | ||
| 8025 | 2025.04.09 19:14:00.577551 [ 259 ] {e8ed72eb-e33a-47d4-a307-0a68936aed4c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8026 | 2025.04.09 19:14:00.577626 [ 259 ] {e8ed72eb-e33a-47d4-a307-0a68936aed4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8027 | 2025.04.09 19:14:00.578663 [ 259 ] {e8ed72eb-e33a-47d4-a307-0a68936aed4c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8028 | 2025.04.09 19:14:00.578679 [ 189 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004785663 sec., 221494.91094546358 rows/sec., 14.93 MiB/sec. | ||
| 8029 | 2025.04.09 19:14:00.578867 [ 187 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8030 | 2025.04.09 19:14:00.578980 [ 259 ] {e8ed72eb-e33a-47d4-a307-0a68936aed4c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8031 | 2025.04.09 19:14:00.579327 [ 259 ] {e8ed72eb-e33a-47d4-a307-0a68936aed4c} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.005034 sec., 138061.1839491458 rows/sec., 11.02 MiB/sec. | ||
| 8032 | 2025.04.09 19:14:00.579341 [ 187 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_29_7} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2025.04.09 19:14:00.579525 [ 259 ] {e8ed72eb-e33a-47d4-a307-0a68936aed4c} <Debug> TCPHandler: Processed in 0.005526283 sec. | ||
| 8034 | 2025.04.09 19:14:00.579588 [ 187 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_29_7} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8035 | 2025.04.09 19:14:00.579765 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8036 | 2025.04.09 19:14:00.579782 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 8037 | 2025.04.09 19:14:00.579914 [ 259 ] {e2562daf-e8c8-400e-9cf7-20fc76daa66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8038 | 2025.04.09 19:14:00.579966 [ 259 ] {e2562daf-e8c8-400e-9cf7-20fc76daa66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8039 | 2025.04.09 19:14:00.580555 [ 259 ] {e2562daf-e8c8-400e-9cf7-20fc76daa66b} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8040 | 2025.04.09 19:14:00.580593 [ 259 ] {e2562daf-e8c8-400e-9cf7-20fc76daa66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8041 | 2025.04.09 19:14:00.580949 [ 259 ] {e2562daf-e8c8-400e-9cf7-20fc76daa66b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8042 | 2025.04.09 19:14:00.581195 [ 259 ] {e2562daf-e8c8-400e-9cf7-20fc76daa66b} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8043 | 2025.04.09 19:14:00.581327 [ 43 ] {} <Debug> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8044 | 2025.04.09 19:14:00.581360 [ 43 ] {} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8045 | 2025.04.09 19:14:00.581377 [ 259 ] {e2562daf-e8c8-400e-9cf7-20fc76daa66b} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001492 sec., 97184.98659517425 rows/sec., 6.10 MiB/sec. | ||
| 8046 | 2025.04.09 19:14:00.581386 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8047 | 2025.04.09 19:14:00.581561 [ 259 ] {e2562daf-e8c8-400e-9cf7-20fc76daa66b} <Debug> TCPHandler: Processed in 0.001875742 sec. | ||
| 8048 | 2025.04.09 19:14:00.581669 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8049 | 2025.04.09 19:14:00.581991 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8050 | 2025.04.09 19:14:00.582078 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8051 | 2025.04.09 19:14:00.582132 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 163 rows starting from the beginning of the part | ||
| 8052 | 2025.04.09 19:14:00.582251 [ 259 ] {bfcbd802-f9b2-4a60-91a3-d3c840113be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8053 | 2025.04.09 19:14:00.582411 [ 259 ] {bfcbd802-f9b2-4a60-91a3-d3c840113be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8054 | 2025.04.09 19:14:00.582460 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 145 rows starting from the beginning of the part | ||
| 8055 | 2025.04.09 19:14:00.582834 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 145 rows starting from the beginning of the part | ||
| 8056 | 2025.04.09 19:14:00.583307 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 147 rows starting from the beginning of the part | ||
| 8057 | 2025.04.09 19:14:00.583881 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 145 rows starting from the beginning of the part | ||
| 8058 | 2025.04.09 19:14:00.584739 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 145 rows starting from the beginning of the part | ||
| 8059 | 2025.04.09 19:14:00.586232 [ 259 ] {bfcbd802-f9b2-4a60-91a3-d3c840113be0} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8060 | 2025.04.09 19:14:00.586316 [ 259 ] {bfcbd802-f9b2-4a60-91a3-d3c840113be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8061 | 2025.04.09 19:14:00.587417 [ 259 ] {bfcbd802-f9b2-4a60-91a3-d3c840113be0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8062 | 2025.04.09 19:14:00.587994 [ 259 ] {bfcbd802-f9b2-4a60-91a3-d3c840113be0} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8063 | 2025.04.09 19:14:00.588103 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 890 rows, containing 5 columns (5 merged, 0 gathered) in 0.006616503 sec., 134512.14334823092 rows/sec., 8.97 MiB/sec. | ||
| 8064 | 2025.04.09 19:14:00.588240 [ 43 ] {} <Debug> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8065 | 2025.04.09 19:14:00.588336 [ 43 ] {} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8066 | 2025.04.09 19:14:00.588387 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8067 | 2025.04.09 19:14:00.588467 [ 259 ] {bfcbd802-f9b2-4a60-91a3-d3c840113be0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006274 sec., 18010.838380618425 rows/sec., 1.17 MiB/sec. | ||
| 8068 | 2025.04.09 19:14:00.588543 [ 190 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8069 | 2025.04.09 19:14:00.588750 [ 198 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8070 | 2025.04.09 19:14:00.588818 [ 259 ] {bfcbd802-f9b2-4a60-91a3-d3c840113be0} <Debug> TCPHandler: Processed in 0.007004164 sec. | ||
| 8071 | 2025.04.09 19:14:00.589093 [ 198 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8072 | 2025.04.09 19:14:00.589117 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8073 | 2025.04.09 19:14:00.589188 [ 198 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 341 rows starting from the beginning of the part | ||
| 8074 | 2025.04.09 19:14:00.589538 [ 259 ] {0c665f90-4bbc-4669-ba46-a82f0a7fecd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8075 | 2025.04.09 19:14:00.589524 [ 190 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8076 | 2025.04.09 19:14:00.589586 [ 198 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
| 8077 | 2025.04.09 19:14:00.589796 [ 259 ] {0c665f90-4bbc-4669-ba46-a82f0a7fecd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8078 | 2025.04.09 19:14:00.590065 [ 198 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
| 8079 | 2025.04.09 19:14:00.590096 [ 190 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_29_6} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8080 | 2025.04.09 19:14:00.590553 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 8081 | 2025.04.09 19:14:00.590589 [ 198 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 341 rows starting from the beginning of the part | ||
| 8082 | 2025.04.09 19:14:00.590938 [ 198 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part | ||
| 8083 | 2025.04.09 19:14:00.591288 [ 198 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 8084 | 2025.04.09 19:14:00.592827 [ 259 ] {0c665f90-4bbc-4669-ba46-a82f0a7fecd3} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2025.04.09 19:14:00.592898 [ 259 ] {0c665f90-4bbc-4669-ba46-a82f0a7fecd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8086 | 2025.04.09 19:14:00.593859 [ 259 ] {0c665f90-4bbc-4669-ba46-a82f0a7fecd3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8087 | 2025.04.09 19:14:00.594333 [ 190 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005847342 sec., 193934.26962199234 rows/sec., 13.53 MiB/sec. | ||
| 8088 | 2025.04.09 19:14:00.594351 [ 259 ] {0c665f90-4bbc-4669-ba46-a82f0a7fecd3} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8089 | 2025.04.09 19:14:00.594520 [ 43 ] {} <Debug> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8090 | 2025.04.09 19:14:00.594553 [ 191 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8091 | 2025.04.09 19:14:00.594572 [ 43 ] {} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8092 | 2025.04.09 19:14:00.594604 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8093 | 2025.04.09 19:14:00.594649 [ 259 ] {0c665f90-4bbc-4669-ba46-a82f0a7fecd3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005326 sec., 21028.914757791965 rows/sec., 1.20 MiB/sec. | ||
| 8094 | 2025.04.09 19:14:00.595187 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8095 | 2025.04.09 19:14:00.595287 [ 259 ] {0c665f90-4bbc-4669-ba46-a82f0a7fecd3} <Debug> TCPHandler: Processed in 0.006261013 sec. | ||
| 8096 | 2025.04.09 19:14:00.595908 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8097 | 2025.04.09 19:14:00.595932 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8098 | 2025.04.09 19:14:00.595981 [ 191 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8099 | 2025.04.09 19:14:00.596078 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 112 rows starting from the beginning of the part | ||
| 8100 | 2025.04.09 19:14:00.596397 [ 259 ] {c8f121a9-156c-4cf9-a20d-9dec7724e64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8101 | 2025.04.09 19:14:00.596432 [ 191 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_29_6} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8102 | 2025.04.09 19:14:00.596630 [ 259 ] {c8f121a9-156c-4cf9-a20d-9dec7724e64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8103 | 2025.04.09 19:14:00.596731 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 8104 | 2025.04.09 19:14:00.596850 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part | ||
| 8105 | 2025.04.09 19:14:00.597170 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part | ||
| 8106 | 2025.04.09 19:14:00.597573 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part | ||
| 8107 | 2025.04.09 19:14:00.597949 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
| 8108 | 2025.04.09 19:14:00.599551 [ 259 ] {c8f121a9-156c-4cf9-a20d-9dec7724e64d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8109 | 2025.04.09 19:14:00.599637 [ 259 ] {c8f121a9-156c-4cf9-a20d-9dec7724e64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8110 | 2025.04.09 19:14:00.600548 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00579303 sec., 96667.89227744375 rows/sec., 5.88 MiB/sec. | ||
| 8111 | 2025.04.09 19:14:00.600661 [ 259 ] {c8f121a9-156c-4cf9-a20d-9dec7724e64d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8112 | 2025.04.09 19:14:00.600739 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8113 | 2025.04.09 19:14:00.601123 [ 259 ] {c8f121a9-156c-4cf9-a20d-9dec7724e64d} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8114 | 2025.04.09 19:14:00.601335 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_29_7} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8115 | 2025.04.09 19:14:00.601508 [ 259 ] {c8f121a9-156c-4cf9-a20d-9dec7724e64d} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.005248 sec., 80221.03658536586 rows/sec., 5.71 MiB/sec. | ||
| 8116 | 2025.04.09 19:14:00.601521 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_29_7} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8117 | 2025.04.09 19:14:00.601691 [ 259 ] {c8f121a9-156c-4cf9-a20d-9dec7724e64d} <Debug> TCPHandler: Processed in 0.005953344 sec. | ||
| 8118 | 2025.04.09 19:14:00.601737 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8119 | 2025.04.09 19:14:00.601875 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8120 | 2025.04.09 19:14:00.601988 [ 259 ] {fd27af14-0b1c-41b5-99bc-f094aa0d6224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8121 | 2025.04.09 19:14:00.602035 [ 259 ] {fd27af14-0b1c-41b5-99bc-f094aa0d6224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8122 | 2025.04.09 19:14:00.602498 [ 259 ] {fd27af14-0b1c-41b5-99bc-f094aa0d6224} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8123 | 2025.04.09 19:14:00.602535 [ 259 ] {fd27af14-0b1c-41b5-99bc-f094aa0d6224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8124 | 2025.04.09 19:14:00.602903 [ 259 ] {fd27af14-0b1c-41b5-99bc-f094aa0d6224} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8125 | 2025.04.09 19:14:00.603151 [ 259 ] {fd27af14-0b1c-41b5-99bc-f094aa0d6224} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8126 | 2025.04.09 19:14:00.603272 [ 43 ] {} <Debug> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8127 | 2025.04.09 19:14:00.603308 [ 43 ] {} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8128 | 2025.04.09 19:14:00.603330 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8129 | 2025.04.09 19:14:00.603343 [ 259 ] {fd27af14-0b1c-41b5-99bc-f094aa0d6224} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001378 sec., 4354.136429608127 rows/sec., 227.49 KiB/sec. | ||
| 8130 | 2025.04.09 19:14:00.603693 [ 259 ] {fd27af14-0b1c-41b5-99bc-f094aa0d6224} <Debug> TCPHandler: Processed in 0.001864492 sec. | ||
| 8131 | 2025.04.09 19:14:00.603801 [ 190 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8132 | 2025.04.09 19:14:00.604045 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8133 | 2025.04.09 19:14:00.604170 [ 190 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8134 | 2025.04.09 19:14:00.604238 [ 190 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8135 | 2025.04.09 19:14:00.604266 [ 259 ] {f385746b-1f0d-4a8c-be23-0939a8fd7eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8136 | 2025.04.09 19:14:00.604459 [ 190 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8137 | 2025.04.09 19:14:00.604479 [ 259 ] {f385746b-1f0d-4a8c-be23-0939a8fd7eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8138 | 2025.04.09 19:14:00.604774 [ 190 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8139 | 2025.04.09 19:14:00.605089 [ 190 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8140 | 2025.04.09 19:14:00.605445 [ 190 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8141 | 2025.04.09 19:14:00.605759 [ 190 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8142 | 2025.04.09 19:14:00.607214 [ 259 ] {f385746b-1f0d-4a8c-be23-0939a8fd7eaa} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8143 | 2025.04.09 19:14:00.607290 [ 259 ] {f385746b-1f0d-4a8c-be23-0939a8fd7eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8144 | 2025.04.09 19:14:00.608363 [ 196 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004941377 sec., 35212.85665918629 rows/sec., 1.80 MiB/sec. | ||
| 8145 | 2025.04.09 19:14:00.608406 [ 259 ] {f385746b-1f0d-4a8c-be23-0939a8fd7eaa} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8146 | 2025.04.09 19:14:00.608628 [ 196 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8147 | 2025.04.09 19:14:00.608839 [ 259 ] {f385746b-1f0d-4a8c-be23-0939a8fd7eaa} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8148 | 2025.04.09 19:14:00.609279 [ 259 ] {f385746b-1f0d-4a8c-be23-0939a8fd7eaa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005047 sec., 46958.5892609471 rows/sec., 3.15 MiB/sec. | ||
| 8149 | 2025.04.09 19:14:00.609321 [ 196 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8150 | 2025.04.09 19:14:00.609597 [ 259 ] {f385746b-1f0d-4a8c-be23-0939a8fd7eaa} <Debug> TCPHandler: Processed in 0.005653406 sec. | ||
| 8151 | 2025.04.09 19:14:00.609750 [ 196 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_29_6} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8152 | 2025.04.09 19:14:00.609973 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8153 | 2025.04.09 19:14:00.610065 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8154 | 2025.04.09 19:14:00.610320 [ 259 ] {b43d8206-d379-43ff-93b1-aa75a885936f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8155 | 2025.04.09 19:14:00.610441 [ 259 ] {b43d8206-d379-43ff-93b1-aa75a885936f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8156 | 2025.04.09 19:14:00.610915 [ 259 ] {b43d8206-d379-43ff-93b1-aa75a885936f} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8157 | 2025.04.09 19:14:00.610956 [ 259 ] {b43d8206-d379-43ff-93b1-aa75a885936f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8158 | 2025.04.09 19:14:00.611318 [ 259 ] {b43d8206-d379-43ff-93b1-aa75a885936f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8159 | 2025.04.09 19:14:00.611564 [ 259 ] {b43d8206-d379-43ff-93b1-aa75a885936f} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8160 | 2025.04.09 19:14:00.611759 [ 259 ] {b43d8206-d379-43ff-93b1-aa75a885936f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001557 sec., 642.2607578676943 rows/sec., 43.28 KiB/sec. | ||
| 8161 | 2025.04.09 19:14:00.611879 [ 259 ] {b43d8206-d379-43ff-93b1-aa75a885936f} <Debug> TCPHandler: Processed in 0.002037297 sec. | ||
| 8162 | 2025.04.09 19:14:00.612019 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8163 | 2025.04.09 19:14:00.612125 [ 259 ] {55576e1c-59ea-4b42-98f0-ad5ff5ebeeaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8164 | 2025.04.09 19:14:00.612211 [ 259 ] {55576e1c-59ea-4b42-98f0-ad5ff5ebeeaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8165 | 2025.04.09 19:14:00.613404 [ 259 ] {55576e1c-59ea-4b42-98f0-ad5ff5ebeeaf} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8166 | 2025.04.09 19:14:00.613443 [ 259 ] {55576e1c-59ea-4b42-98f0-ad5ff5ebeeaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8167 | 2025.04.09 19:14:00.614107 [ 259 ] {55576e1c-59ea-4b42-98f0-ad5ff5ebeeaf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8168 | 2025.04.09 19:14:00.614372 [ 259 ] {55576e1c-59ea-4b42-98f0-ad5ff5ebeeaf} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8169 | 2025.04.09 19:14:00.614623 [ 259 ] {55576e1c-59ea-4b42-98f0-ad5ff5ebeeaf} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002511 sec., 15531.660692951014 rows/sec., 27.83 MiB/sec. | ||
| 8170 | 2025.04.09 19:14:00.615040 [ 259 ] {55576e1c-59ea-4b42-98f0-ad5ff5ebeeaf} <Debug> TCPHandler: Processed in 0.003072155 sec. | ||
| 8171 | 2025.04.09 19:14:00.615158 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8172 | 2025.04.09 19:14:00.615262 [ 259 ] {b81deeb3-81fe-465e-bf58-f8fbdbdcb5c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8173 | 2025.04.09 19:14:00.615308 [ 259 ] {b81deeb3-81fe-465e-bf58-f8fbdbdcb5c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8174 | 2025.04.09 19:14:00.615747 [ 259 ] {b81deeb3-81fe-465e-bf58-f8fbdbdcb5c3} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8175 | 2025.04.09 19:14:00.615785 [ 259 ] {b81deeb3-81fe-465e-bf58-f8fbdbdcb5c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8176 | 2025.04.09 19:14:00.616151 [ 259 ] {b81deeb3-81fe-465e-bf58-f8fbdbdcb5c3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8177 | 2025.04.09 19:14:00.616385 [ 259 ] {b81deeb3-81fe-465e-bf58-f8fbdbdcb5c3} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8178 | 2025.04.09 19:14:00.616569 [ 259 ] {b81deeb3-81fe-465e-bf58-f8fbdbdcb5c3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001328 sec., 61746.987951807234 rows/sec., 3.92 MiB/sec. | ||
| 8179 | 2025.04.09 19:14:00.616678 [ 259 ] {b81deeb3-81fe-465e-bf58-f8fbdbdcb5c3} <Debug> TCPHandler: Processed in 0.001569623 sec. | ||
| 8180 | 2025.04.09 19:14:03.275510 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8181 | 2025.04.09 19:14:03.275567 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8182 | 2025.04.09 19:14:03.415562 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8183 | 2025.04.09 19:14:03.416245 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8184 | 2025.04.09 19:14:03.416291 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8185 | 2025.04.09 19:14:03.416843 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8186 | 2025.04.09 19:14:03.417113 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8187 | 2025.04.09 19:14:03.417362 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8188 | 2025.04.09 19:14:04.764386 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8189 | 2025.04.09 19:14:04.782746 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8190 | 2025.04.09 19:14:04.782797 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8191 | 2025.04.09 19:14:04.790791 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8192 | 2025.04.09 19:14:04.791523 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8193 | 2025.04.09 19:14:04.794071 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8194 | 2025.04.09 19:14:05.563671 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8195 | 2025.04.09 19:14:05.563970 [ 259 ] {627fd0e8-97d4-4726-99f5-7352927dc504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8196 | 2025.04.09 19:14:05.564088 [ 259 ] {627fd0e8-97d4-4726-99f5-7352927dc504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8197 | 2025.04.09 19:14:05.564959 [ 259 ] {627fd0e8-97d4-4726-99f5-7352927dc504} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8198 | 2025.04.09 19:14:05.565015 [ 259 ] {627fd0e8-97d4-4726-99f5-7352927dc504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8199 | 2025.04.09 19:14:05.565473 [ 259 ] {627fd0e8-97d4-4726-99f5-7352927dc504} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8200 | 2025.04.09 19:14:05.565748 [ 259 ] {627fd0e8-97d4-4726-99f5-7352927dc504} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8201 | 2025.04.09 19:14:05.565995 [ 259 ] {627fd0e8-97d4-4726-99f5-7352927dc504} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002106 sec., 26590.693257359926 rows/sec., 2.04 MiB/sec. | ||
| 8202 | 2025.04.09 19:14:05.566063 [ 259 ] {627fd0e8-97d4-4726-99f5-7352927dc504} <Debug> TCPHandler: Processed in 0.002570231 sec. | ||
| 8203 | 2025.04.09 19:14:05.566191 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8204 | 2025.04.09 19:14:05.566307 [ 259 ] {9ce98e16-9488-4934-a59a-f4936e9df240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8205 | 2025.04.09 19:14:05.566357 [ 259 ] {9ce98e16-9488-4934-a59a-f4936e9df240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8206 | 2025.04.09 19:14:05.566935 [ 259 ] {9ce98e16-9488-4934-a59a-f4936e9df240} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8207 | 2025.04.09 19:14:05.566978 [ 259 ] {9ce98e16-9488-4934-a59a-f4936e9df240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8208 | 2025.04.09 19:14:05.567347 [ 259 ] {9ce98e16-9488-4934-a59a-f4936e9df240} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8209 | 2025.04.09 19:14:05.567594 [ 259 ] {9ce98e16-9488-4934-a59a-f4936e9df240} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8210 | 2025.04.09 19:14:05.567811 [ 259 ] {9ce98e16-9488-4934-a59a-f4936e9df240} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00153 sec., 41830.06535947713 rows/sec., 3.26 MiB/sec. | ||
| 8211 | 2025.04.09 19:14:05.567863 [ 259 ] {9ce98e16-9488-4934-a59a-f4936e9df240} <Debug> TCPHandler: Processed in 0.001725208 sec. | ||
| 8212 | 2025.04.09 19:14:05.567980 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8213 | 2025.04.09 19:14:05.568088 [ 259 ] {51f8e2ae-1605-4191-a7d1-cd8a97afc237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8214 | 2025.04.09 19:14:05.568139 [ 259 ] {51f8e2ae-1605-4191-a7d1-cd8a97afc237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8215 | 2025.04.09 19:14:05.568675 [ 259 ] {51f8e2ae-1605-4191-a7d1-cd8a97afc237} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8216 | 2025.04.09 19:14:05.568715 [ 259 ] {51f8e2ae-1605-4191-a7d1-cd8a97afc237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8217 | 2025.04.09 19:14:05.569126 [ 259 ] {51f8e2ae-1605-4191-a7d1-cd8a97afc237} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8218 | 2025.04.09 19:14:05.569372 [ 259 ] {51f8e2ae-1605-4191-a7d1-cd8a97afc237} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8219 | 2025.04.09 19:14:05.569604 [ 259 ] {51f8e2ae-1605-4191-a7d1-cd8a97afc237} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001535 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec. | ||
| 8220 | 2025.04.09 19:14:05.569708 [ 259 ] {51f8e2ae-1605-4191-a7d1-cd8a97afc237} <Debug> TCPHandler: Processed in 0.001778119 sec. | ||
| 8221 | 2025.04.09 19:14:05.569908 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8222 | 2025.04.09 19:14:05.570106 [ 259 ] {ed4d1247-b1da-4e60-8358-85bd51a51fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8223 | 2025.04.09 19:14:05.570157 [ 259 ] {ed4d1247-b1da-4e60-8358-85bd51a51fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8224 | 2025.04.09 19:14:05.570615 [ 259 ] {ed4d1247-b1da-4e60-8358-85bd51a51fa5} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8225 | 2025.04.09 19:14:05.570654 [ 259 ] {ed4d1247-b1da-4e60-8358-85bd51a51fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8226 | 2025.04.09 19:14:05.571070 [ 259 ] {ed4d1247-b1da-4e60-8358-85bd51a51fa5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8227 | 2025.04.09 19:14:05.571311 [ 259 ] {ed4d1247-b1da-4e60-8358-85bd51a51fa5} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8228 | 2025.04.09 19:14:05.571519 [ 259 ] {ed4d1247-b1da-4e60-8358-85bd51a51fa5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec. | ||
| 8229 | 2025.04.09 19:14:05.571571 [ 259 ] {ed4d1247-b1da-4e60-8358-85bd51a51fa5} <Debug> TCPHandler: Processed in 0.001767859 sec. | ||
| 8230 | 2025.04.09 19:14:05.952046 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8231 | 2025.04.09 19:14:05.952230 [ 259 ] {c0dd109b-8496-4b22-88b2-932c90ec28df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8232 | 2025.04.09 19:14:05.952301 [ 259 ] {c0dd109b-8496-4b22-88b2-932c90ec28df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8233 | 2025.04.09 19:14:05.953167 [ 259 ] {c0dd109b-8496-4b22-88b2-932c90ec28df} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8234 | 2025.04.09 19:14:05.953215 [ 259 ] {c0dd109b-8496-4b22-88b2-932c90ec28df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8235 | 2025.04.09 19:14:05.953658 [ 259 ] {c0dd109b-8496-4b22-88b2-932c90ec28df} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8236 | 2025.04.09 19:14:05.953935 [ 259 ] {c0dd109b-8496-4b22-88b2-932c90ec28df} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8237 | 2025.04.09 19:14:05.954147 [ 259 ] {c0dd109b-8496-4b22-88b2-932c90ec28df} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001968 sec., 107723.57723577235 rows/sec., 6.85 MiB/sec. | ||
| 8238 | 2025.04.09 19:14:05.954210 [ 259 ] {c0dd109b-8496-4b22-88b2-932c90ec28df} <Debug> TCPHandler: Processed in 0.002298284 sec. | ||
| 8239 | 2025.04.09 19:14:05.954338 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8240 | 2025.04.09 19:14:05.954452 [ 259 ] {23fcb796-6183-43e7-8074-1b3442797e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8241 | 2025.04.09 19:14:05.954501 [ 259 ] {23fcb796-6183-43e7-8074-1b3442797e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8242 | 2025.04.09 19:14:05.955054 [ 259 ] {23fcb796-6183-43e7-8074-1b3442797e40} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8243 | 2025.04.09 19:14:05.955092 [ 259 ] {23fcb796-6183-43e7-8074-1b3442797e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8244 | 2025.04.09 19:14:05.955440 [ 259 ] {23fcb796-6183-43e7-8074-1b3442797e40} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8245 | 2025.04.09 19:14:05.955680 [ 259 ] {23fcb796-6183-43e7-8074-1b3442797e40} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8246 | 2025.04.09 19:14:05.955914 [ 259 ] {23fcb796-6183-43e7-8074-1b3442797e40} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001487 sec., 10759.919300605245 rows/sec., 877.40 KiB/sec. | ||
| 8247 | 2025.04.09 19:14:05.956088 [ 259 ] {23fcb796-6183-43e7-8074-1b3442797e40} <Debug> TCPHandler: Processed in 0.001798789 sec. | ||
| 8248 | 2025.04.09 19:14:05.956222 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8249 | 2025.04.09 19:14:05.956332 [ 259 ] {15759c27-eb22-4322-b344-b0a337a91d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8250 | 2025.04.09 19:14:05.956377 [ 259 ] {15759c27-eb22-4322-b344-b0a337a91d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8251 | 2025.04.09 19:14:05.957947 [ 259 ] {15759c27-eb22-4322-b344-b0a337a91d01} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8252 | 2025.04.09 19:14:05.957987 [ 259 ] {15759c27-eb22-4322-b344-b0a337a91d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8253 | 2025.04.09 19:14:05.958457 [ 259 ] {15759c27-eb22-4322-b344-b0a337a91d01} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8254 | 2025.04.09 19:14:05.958708 [ 259 ] {15759c27-eb22-4322-b344-b0a337a91d01} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8255 | 2025.04.09 19:14:05.958901 [ 259 ] {15759c27-eb22-4322-b344-b0a337a91d01} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.002593 sec., 710759.7377554956 rows/sec., 57.99 MiB/sec. | ||
| 8256 | 2025.04.09 19:14:05.958954 [ 259 ] {15759c27-eb22-4322-b344-b0a337a91d01} <Debug> TCPHandler: Processed in 0.002783637 sec. | ||
| 8257 | 2025.04.09 19:14:05.959073 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8258 | 2025.04.09 19:14:05.959185 [ 259 ] {753e3144-6c13-4ad4-837d-691a1822cb79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8259 | 2025.04.09 19:14:05.959231 [ 259 ] {753e3144-6c13-4ad4-837d-691a1822cb79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8260 | 2025.04.09 19:14:05.959868 [ 259 ] {753e3144-6c13-4ad4-837d-691a1822cb79} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8261 | 2025.04.09 19:14:05.959905 [ 259 ] {753e3144-6c13-4ad4-837d-691a1822cb79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8262 | 2025.04.09 19:14:05.960257 [ 259 ] {753e3144-6c13-4ad4-837d-691a1822cb79} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8263 | 2025.04.09 19:14:05.960495 [ 259 ] {753e3144-6c13-4ad4-837d-691a1822cb79} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8264 | 2025.04.09 19:14:05.960706 [ 259 ] {753e3144-6c13-4ad4-837d-691a1822cb79} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001542 sec., 104409.85732814527 rows/sec., 6.61 MiB/sec. | ||
| 8265 | 2025.04.09 19:14:05.960914 [ 259 ] {753e3144-6c13-4ad4-837d-691a1822cb79} <Debug> TCPHandler: Processed in 0.001888282 sec. | ||
| 8266 | 2025.04.09 19:14:05.961079 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8267 | 2025.04.09 19:14:05.961183 [ 259 ] {c595e38d-c444-4fa4-a1b0-152d1270c565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8268 | 2025.04.09 19:14:05.961228 [ 259 ] {c595e38d-c444-4fa4-a1b0-152d1270c565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8269 | 2025.04.09 19:14:05.961966 [ 259 ] {c595e38d-c444-4fa4-a1b0-152d1270c565} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8270 | 2025.04.09 19:14:05.962004 [ 259 ] {c595e38d-c444-4fa4-a1b0-152d1270c565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8271 | 2025.04.09 19:14:05.962362 [ 259 ] {c595e38d-c444-4fa4-a1b0-152d1270c565} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8272 | 2025.04.09 19:14:05.962590 [ 259 ] {c595e38d-c444-4fa4-a1b0-152d1270c565} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8273 | 2025.04.09 19:14:05.962762 [ 259 ] {c595e38d-c444-4fa4-a1b0-152d1270c565} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001602 sec., 212858.92634207243 rows/sec., 14.20 MiB/sec. | ||
| 8274 | 2025.04.09 19:14:05.962813 [ 259 ] {c595e38d-c444-4fa4-a1b0-152d1270c565} <Debug> TCPHandler: Processed in 0.00178584 sec. | ||
| 8275 | 2025.04.09 19:14:05.962962 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8276 | 2025.04.09 19:14:05.963066 [ 259 ] {b0cf3f33-5a63-4a8f-bbfe-b397b0d7e0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8277 | 2025.04.09 19:14:05.963110 [ 259 ] {b0cf3f33-5a63-4a8f-bbfe-b397b0d7e0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8278 | 2025.04.09 19:14:05.963689 [ 259 ] {b0cf3f33-5a63-4a8f-bbfe-b397b0d7e0e2} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8279 | 2025.04.09 19:14:05.963725 [ 259 ] {b0cf3f33-5a63-4a8f-bbfe-b397b0d7e0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8280 | 2025.04.09 19:14:05.964076 [ 259 ] {b0cf3f33-5a63-4a8f-bbfe-b397b0d7e0e2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8281 | 2025.04.09 19:14:05.964314 [ 259 ] {b0cf3f33-5a63-4a8f-bbfe-b397b0d7e0e2} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8282 | 2025.04.09 19:14:05.964503 [ 259 ] {b0cf3f33-5a63-4a8f-bbfe-b397b0d7e0e2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001458 sec., 76817.55829903978 rows/sec., 4.38 MiB/sec. | ||
| 8283 | 2025.04.09 19:14:05.964621 [ 259 ] {b0cf3f33-5a63-4a8f-bbfe-b397b0d7e0e2} <Debug> TCPHandler: Processed in 0.001712437 sec. | ||
| 8284 | 2025.04.09 19:14:05.964784 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8285 | 2025.04.09 19:14:05.964903 [ 259 ] {0633abde-0078-4b06-9190-c68a81ae5aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8286 | 2025.04.09 19:14:05.964949 [ 259 ] {0633abde-0078-4b06-9190-c68a81ae5aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8287 | 2025.04.09 19:14:05.965973 [ 259 ] {0633abde-0078-4b06-9190-c68a81ae5aae} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8288 | 2025.04.09 19:14:05.966009 [ 259 ] {0633abde-0078-4b06-9190-c68a81ae5aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8289 | 2025.04.09 19:14:05.966386 [ 259 ] {0633abde-0078-4b06-9190-c68a81ae5aae} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8290 | 2025.04.09 19:14:05.966619 [ 259 ] {0633abde-0078-4b06-9190-c68a81ae5aae} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8291 | 2025.04.09 19:14:05.966795 [ 259 ] {0633abde-0078-4b06-9190-c68a81ae5aae} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.001913 sec., 466806.0637741767 rows/sec., 33.85 MiB/sec. | ||
| 8292 | 2025.04.09 19:14:05.966852 [ 259 ] {0633abde-0078-4b06-9190-c68a81ae5aae} <Debug> TCPHandler: Processed in 0.002120048 sec. | ||
| 8293 | 2025.04.09 19:14:05.966959 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8294 | 2025.04.09 19:14:05.967061 [ 259 ] {786838b5-4b54-44dc-aa86-10c492821c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8295 | 2025.04.09 19:14:05.967105 [ 259 ] {786838b5-4b54-44dc-aa86-10c492821c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8296 | 2025.04.09 19:14:05.967531 [ 259 ] {786838b5-4b54-44dc-aa86-10c492821c81} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8297 | 2025.04.09 19:14:05.967568 [ 259 ] {786838b5-4b54-44dc-aa86-10c492821c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8298 | 2025.04.09 19:14:05.967929 [ 259 ] {786838b5-4b54-44dc-aa86-10c492821c81} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8299 | 2025.04.09 19:14:05.968158 [ 259 ] {786838b5-4b54-44dc-aa86-10c492821c81} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8300 | 2025.04.09 19:14:05.968329 [ 259 ] {786838b5-4b54-44dc-aa86-10c492821c81} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001291 sec., 4647.560030983734 rows/sec., 242.82 KiB/sec. | ||
| 8301 | 2025.04.09 19:14:05.968378 [ 259 ] {786838b5-4b54-44dc-aa86-10c492821c81} <Debug> TCPHandler: Processed in 0.001469951 sec. | ||
| 8302 | 2025.04.09 19:14:05.968481 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8303 | 2025.04.09 19:14:05.968581 [ 259 ] {9572a76e-985a-407d-b7ee-adca3f2524a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8304 | 2025.04.09 19:14:05.968629 [ 259 ] {9572a76e-985a-407d-b7ee-adca3f2524a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8305 | 2025.04.09 19:14:05.969417 [ 259 ] {9572a76e-985a-407d-b7ee-adca3f2524a9} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8306 | 2025.04.09 19:14:05.969454 [ 259 ] {9572a76e-985a-407d-b7ee-adca3f2524a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8307 | 2025.04.09 19:14:05.969880 [ 259 ] {9572a76e-985a-407d-b7ee-adca3f2524a9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8308 | 2025.04.09 19:14:05.970122 [ 259 ] {9572a76e-985a-407d-b7ee-adca3f2524a9} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8309 | 2025.04.09 19:14:05.970298 [ 259 ] {9572a76e-985a-407d-b7ee-adca3f2524a9} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001738 sec., 554085.1553509781 rows/sec., 36.82 MiB/sec. | ||
| 8310 | 2025.04.09 19:14:05.970348 [ 259 ] {9572a76e-985a-407d-b7ee-adca3f2524a9} <Debug> TCPHandler: Processed in 0.001916483 sec. | ||
| 8311 | 2025.04.09 19:14:05.970461 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8312 | 2025.04.09 19:14:05.970564 [ 259 ] {73d668d9-41e9-4635-a96d-11aac1b00c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8313 | 2025.04.09 19:14:05.970610 [ 259 ] {73d668d9-41e9-4635-a96d-11aac1b00c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8314 | 2025.04.09 19:14:05.971027 [ 259 ] {73d668d9-41e9-4635-a96d-11aac1b00c3e} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8315 | 2025.04.09 19:14:05.971063 [ 259 ] {73d668d9-41e9-4635-a96d-11aac1b00c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8316 | 2025.04.09 19:14:05.971401 [ 259 ] {73d668d9-41e9-4635-a96d-11aac1b00c3e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8317 | 2025.04.09 19:14:05.971634 [ 259 ] {73d668d9-41e9-4635-a96d-11aac1b00c3e} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8318 | 2025.04.09 19:14:05.971848 [ 259 ] {73d668d9-41e9-4635-a96d-11aac1b00c3e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001289 sec., 775.7951900698216 rows/sec., 52.28 KiB/sec. | ||
| 8319 | 2025.04.09 19:14:05.972037 [ 259 ] {73d668d9-41e9-4635-a96d-11aac1b00c3e} <Debug> TCPHandler: Processed in 0.001623725 sec. | ||
| 8320 | 2025.04.09 19:14:05.972230 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8321 | 2025.04.09 19:14:05.972335 [ 259 ] {8457b551-dfef-4ecd-bbe4-01b621470fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8322 | 2025.04.09 19:14:05.972407 [ 259 ] {8457b551-dfef-4ecd-bbe4-01b621470fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8323 | 2025.04.09 19:14:05.973577 [ 259 ] {8457b551-dfef-4ecd-bbe4-01b621470fd7} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8324 | 2025.04.09 19:14:05.973614 [ 259 ] {8457b551-dfef-4ecd-bbe4-01b621470fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8325 | 2025.04.09 19:14:05.974252 [ 259 ] {8457b551-dfef-4ecd-bbe4-01b621470fd7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8326 | 2025.04.09 19:14:05.974516 [ 259 ] {8457b551-dfef-4ecd-bbe4-01b621470fd7} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8327 | 2025.04.09 19:14:05.974704 [ 259 ] {8457b551-dfef-4ecd-bbe4-01b621470fd7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002391 sec., 16311.16687578419 rows/sec., 29.23 MiB/sec. | ||
| 8328 | 2025.04.09 19:14:05.974807 [ 259 ] {8457b551-dfef-4ecd-bbe4-01b621470fd7} <Debug> TCPHandler: Processed in 0.002638393 sec. | ||
| 8329 | 2025.04.09 19:14:05.974934 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8330 | 2025.04.09 19:14:05.975037 [ 259 ] {ac7d03dc-bccf-4815-ac6c-4cd64a3937ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8331 | 2025.04.09 19:14:05.975083 [ 259 ] {ac7d03dc-bccf-4815-ac6c-4cd64a3937ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8332 | 2025.04.09 19:14:05.975508 [ 259 ] {ac7d03dc-bccf-4815-ac6c-4cd64a3937ac} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8333 | 2025.04.09 19:14:05.975544 [ 259 ] {ac7d03dc-bccf-4815-ac6c-4cd64a3937ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8334 | 2025.04.09 19:14:05.975895 [ 259 ] {ac7d03dc-bccf-4815-ac6c-4cd64a3937ac} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8335 | 2025.04.09 19:14:05.976132 [ 259 ] {ac7d03dc-bccf-4815-ac6c-4cd64a3937ac} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8336 | 2025.04.09 19:14:05.976305 [ 259 ] {ac7d03dc-bccf-4815-ac6c-4cd64a3937ac} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00129 sec., 26356.589147286824 rows/sec., 1.53 MiB/sec. | ||
| 8337 | 2025.04.09 19:14:05.976353 [ 259 ] {ac7d03dc-bccf-4815-ac6c-4cd64a3937ac} <Debug> TCPHandler: Processed in 0.00146908 sec. | ||
| 8338 | 2025.04.09 19:14:06.001177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.68 MiB, peak 229.63 MiB, free memory in arenas 0.00 B, will set to 218.55 MiB (RSS), difference: -1.14 MiB | ||
| 8339 | 2025.04.09 19:14:08.510992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1182 | ||
| 8340 | 2025.04.09 19:14:08.514393 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8341 | 2025.04.09 19:14:08.514435 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8342 | 2025.04.09 19:14:08.515901 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8343 | 2025.04.09 19:14:08.516219 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8344 | 2025.04.09 19:14:08.516440 [ 32 ] {} <Debug> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8345 | 2025.04.09 19:14:08.516567 [ 32 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8346 | 2025.04.09 19:14:08.516635 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8347 | 2025.04.09 19:14:08.517000 [ 190 ] {e373d454-753a-45bc-a497-01195adac90c::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 | ||
| 8348 | 2025.04.09 19:14:08.517275 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1182 | ||
| 8349 | 2025.04.09 19:14:08.517690 [ 190 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8350 | 2025.04.09 19:14:08.517815 [ 190 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 998 rows starting from the beginning of the part | ||
| 8351 | 2025.04.09 19:14:08.518253 [ 190 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
| 8352 | 2025.04.09 19:14:08.518825 [ 190 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 54 rows starting from the beginning of the part | ||
| 8353 | 2025.04.09 19:14:08.519397 [ 190 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
| 8354 | 2025.04.09 19:14:08.519907 [ 190 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 8355 | 2025.04.09 19:14:08.520492 [ 190 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 54 rows starting from the beginning of the part | ||
| 8356 | 2025.04.09 19:14:08.528493 [ 191 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1182 rows, containing 72 columns (72 merged, 0 gathered) in 0.011685553 sec., 101150.54032958475 rows/sec., 80.12 MiB/sec. | ||
| 8357 | 2025.04.09 19:14:08.530265 [ 200 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8358 | 2025.04.09 19:14:08.531106 [ 200 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_31_6} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8359 | 2025.04.09 19:14:08.531211 [ 200 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_31_6} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8360 | 2025.04.09 19:14:08.531540 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 8361 | 2025.04.09 19:14:10.562405 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8362 | 2025.04.09 19:14:10.562632 [ 259 ] {abbd1dc0-0220-4776-92e1-885bbb808ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8363 | 2025.04.09 19:14:10.562715 [ 259 ] {abbd1dc0-0220-4776-92e1-885bbb808ae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8364 | 2025.04.09 19:14:10.563569 [ 259 ] {abbd1dc0-0220-4776-92e1-885bbb808ae7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8365 | 2025.04.09 19:14:10.563622 [ 259 ] {abbd1dc0-0220-4776-92e1-885bbb808ae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8366 | 2025.04.09 19:14:10.564075 [ 259 ] {abbd1dc0-0220-4776-92e1-885bbb808ae7} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8367 | 2025.04.09 19:14:10.564332 [ 259 ] {abbd1dc0-0220-4776-92e1-885bbb808ae7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8368 | 2025.04.09 19:14:10.564544 [ 28 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8369 | 2025.04.09 19:14:10.564566 [ 259 ] {abbd1dc0-0220-4776-92e1-885bbb808ae7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001989 sec., 28154.85168426345 rows/sec., 2.16 MiB/sec. | ||
| 8370 | 2025.04.09 19:14:10.564632 [ 28 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8371 | 2025.04.09 19:14:10.564709 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8372 | 2025.04.09 19:14:10.564722 [ 259 ] {abbd1dc0-0220-4776-92e1-885bbb808ae7} <Debug> TCPHandler: Processed in 0.002459048 sec. | ||
| 8373 | 2025.04.09 19:14:10.564948 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8374 | 2025.04.09 19:14:10.565026 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8375 | 2025.04.09 19:14:10.565107 [ 259 ] {0ad6afc3-14b0-4987-807e-167f533d8083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8376 | 2025.04.09 19:14:10.565196 [ 259 ] {0ad6afc3-14b0-4987-807e-167f533d8083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8377 | 2025.04.09 19:14:10.565451 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8378 | 2025.04.09 19:14:10.565529 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1844 rows starting from the beginning of the part | ||
| 8379 | 2025.04.09 19:14:10.565838 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 8380 | 2025.04.09 19:14:10.566239 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 695 rows starting from the beginning of the part | ||
| 8381 | 2025.04.09 19:14:10.566636 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 8382 | 2025.04.09 19:14:10.566920 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1843 rows starting from the beginning of the part | ||
| 8383 | 2025.04.09 19:14:10.567170 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 8384 | 2025.04.09 19:14:10.567950 [ 259 ] {0ad6afc3-14b0-4987-807e-167f533d8083} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8385 | 2025.04.09 19:14:10.568027 [ 259 ] {0ad6afc3-14b0-4987-807e-167f533d8083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8386 | 2025.04.09 19:14:10.568880 [ 259 ] {0ad6afc3-14b0-4987-807e-167f533d8083} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8387 | 2025.04.09 19:14:10.569369 [ 259 ] {0ad6afc3-14b0-4987-807e-167f533d8083} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8388 | 2025.04.09 19:14:10.569758 [ 28 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8389 | 2025.04.09 19:14:10.569886 [ 28 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8390 | 2025.04.09 19:14:10.569931 [ 259 ] {0ad6afc3-14b0-4987-807e-167f533d8083} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004845 sec., 13209.494324045407 rows/sec., 1.03 MiB/sec. | ||
| 8391 | 2025.04.09 19:14:10.569941 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8392 | 2025.04.09 19:14:10.570162 [ 259 ] {0ad6afc3-14b0-4987-807e-167f533d8083} <Debug> TCPHandler: Processed in 0.005305787 sec. | ||
| 8393 | 2025.04.09 19:14:10.570393 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8394 | 2025.04.09 19:14:10.570452 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8395 | 2025.04.09 19:14:10.570771 [ 259 ] {54ed9876-a46d-4d06-9e7c-dc72ebdd4003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8396 | 2025.04.09 19:14:10.570969 [ 259 ] {54ed9876-a46d-4d06-9e7c-dc72ebdd4003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8397 | 2025.04.09 19:14:10.571029 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8398 | 2025.04.09 19:14:10.571364 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.00651756 sec., 698114.018129484 rows/sec., 59.31 MiB/sec. | ||
| 8399 | 2025.04.09 19:14:10.571421 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 8400 | 2025.04.09 19:14:10.571975 [ 186 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8401 | 2025.04.09 19:14:10.572054 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 8402 | 2025.04.09 19:14:10.572751 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 421 rows starting from the beginning of the part | ||
| 8403 | 2025.04.09 19:14:10.573282 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8404 | 2025.04.09 19:14:10.573711 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_71_14} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8405 | 2025.04.09 19:14:10.573842 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 8406 | 2025.04.09 19:14:10.574136 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 8407 | 2025.04.09 19:14:10.574434 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 893 rows starting from the beginning of the part | ||
| 8408 | 2025.04.09 19:14:10.574836 [ 259 ] {54ed9876-a46d-4d06-9e7c-dc72ebdd4003} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8409 | 2025.04.09 19:14:10.574906 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 8410 | 2025.04.09 19:14:10.574968 [ 259 ] {54ed9876-a46d-4d06-9e7c-dc72ebdd4003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8411 | 2025.04.09 19:14:10.576147 [ 259 ] {54ed9876-a46d-4d06-9e7c-dc72ebdd4003} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8412 | 2025.04.09 19:14:10.576631 [ 259 ] {54ed9876-a46d-4d06-9e7c-dc72ebdd4003} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8413 | 2025.04.09 19:14:10.576922 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8414 | 2025.04.09 19:14:10.577033 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8415 | 2025.04.09 19:14:10.577133 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8416 | 2025.04.09 19:14:10.577318 [ 259 ] {54ed9876-a46d-4d06-9e7c-dc72ebdd4003} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006652 sec., 19242.333132892363 rows/sec., 1.34 MiB/sec. | ||
| 8417 | 2025.04.09 19:14:10.577587 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8418 | 2025.04.09 19:14:10.577621 [ 259 ] {54ed9876-a46d-4d06-9e7c-dc72ebdd4003} <Debug> TCPHandler: Processed in 0.007270301 sec. | ||
| 8419 | 2025.04.09 19:14:10.578015 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8420 | 2025.04.09 19:14:10.578106 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8421 | 2025.04.09 19:14:10.578247 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20128 rows starting from the beginning of the part | ||
| 8422 | 2025.04.09 19:14:10.578378 [ 259 ] {6a3a9393-30e1-41aa-b006-a3ad3e386b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8423 | 2025.04.09 19:14:10.578708 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 8424 | 2025.04.09 19:14:10.578704 [ 259 ] {6a3a9393-30e1-41aa-b006-a3ad3e386b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8425 | 2025.04.09 19:14:10.579180 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 8426 | 2025.04.09 19:14:10.579574 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 8427 | 2025.04.09 19:14:10.579969 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 963 rows starting from the beginning of the part | ||
| 8428 | 2025.04.09 19:14:10.580417 [ 186 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part | ||
| 8429 | 2025.04.09 19:14:10.582454 [ 259 ] {6a3a9393-30e1-41aa-b006-a3ad3e386b70} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8430 | 2025.04.09 19:14:10.582556 [ 259 ] {6a3a9393-30e1-41aa-b006-a3ad3e386b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8431 | 2025.04.09 19:14:10.582945 [ 192 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.012842366 sec., 188360.92975390985 rows/sec., 14.43 MiB/sec. | ||
| 8432 | 2025.04.09 19:14:10.583707 [ 193 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8433 | 2025.04.09 19:14:10.584483 [ 259 ] {6a3a9393-30e1-41aa-b006-a3ad3e386b70} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8434 | 2025.04.09 19:14:10.584965 [ 193 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8435 | 2025.04.09 19:14:10.585291 [ 259 ] {6a3a9393-30e1-41aa-b006-a3ad3e386b70} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8436 | 2025.04.09 19:14:10.585327 [ 193 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_71_14} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8437 | 2025.04.09 19:14:10.585759 [ 28 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8438 | 2025.04.09 19:14:10.585934 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8439 | 2025.04.09 19:14:10.586051 [ 259 ] {6a3a9393-30e1-41aa-b006-a3ad3e386b70} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.007796 sec., 6157.003591585429 rows/sec., 424.90 KiB/sec. | ||
| 8440 | 2025.04.09 19:14:10.586059 [ 28 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8441 | 2025.04.09 19:14:10.586158 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8442 | 2025.04.09 19:14:10.586238 [ 259 ] {6a3a9393-30e1-41aa-b006-a3ad3e386b70} <Debug> TCPHandler: Processed in 0.008348561 sec. | ||
| 8443 | 2025.04.09 19:14:10.586442 [ 192 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8444 | 2025.04.09 19:14:10.586556 [ 192 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8445 | 2025.04.09 19:14:10.586584 [ 192 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4024 rows starting from the beginning of the part | ||
| 8446 | 2025.04.09 19:14:10.586872 [ 192 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 8447 | 2025.04.09 19:14:10.587240 [ 192 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 8448 | 2025.04.09 19:14:10.587363 [ 192 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 8449 | 2025.04.09 19:14:10.587516 [ 192 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part | ||
| 8450 | 2025.04.09 19:14:10.587781 [ 192 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part | ||
| 8451 | 2025.04.09 19:14:10.590832 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21776 rows, containing 5 columns (5 merged, 0 gathered) in 0.013548765 sec., 1607231.3602014647 rows/sec., 108.49 MiB/sec. | ||
| 8452 | 2025.04.09 19:14:10.590840 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4308 rows, containing 4 columns (4 merged, 0 gathered) in 0.004555856 sec., 945596.1733645665 rows/sec., 61.63 MiB/sec. | ||
| 8453 | 2025.04.09 19:14:10.591277 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8454 | 2025.04.09 19:14:10.591400 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8455 | 2025.04.09 19:14:10.591805 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8456 | 2025.04.09 19:14:10.591990 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8457 | 2025.04.09 19:14:10.592012 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8458 | 2025.04.09 19:14:10.592169 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 8459 | 2025.04.09 19:14:10.592232 [ 197 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_71_14} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8460 | 2025.04.09 19:14:10.592336 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 8461 | 2025.04.09 19:14:10.918392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8462 | 2025.04.09 19:14:10.919057 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8463 | 2025.04.09 19:14:10.919147 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8464 | 2025.04.09 19:14:10.919713 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8465 | 2025.04.09 19:14:10.919987 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8466 | 2025.04.09 19:14:10.920259 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8467 | 2025.04.09 19:14:12.295053 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 8468 | 2025.04.09 19:14:12.316007 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8469 | 2025.04.09 19:14:12.316078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 8470 | 2025.04.09 19:14:12.323424 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8471 | 2025.04.09 19:14:12.324178 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8472 | 2025.04.09 19:14:12.327450 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 8473 | 2025.04.09 19:14:15.562817 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8474 | 2025.04.09 19:14:15.563094 [ 259 ] {331fd9ed-e486-4068-a933-1117850ff0a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8475 | 2025.04.09 19:14:15.563189 [ 259 ] {331fd9ed-e486-4068-a933-1117850ff0a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8476 | 2025.04.09 19:14:15.564177 [ 259 ] {331fd9ed-e486-4068-a933-1117850ff0a7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8477 | 2025.04.09 19:14:15.564238 [ 259 ] {331fd9ed-e486-4068-a933-1117850ff0a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8478 | 2025.04.09 19:14:15.564852 [ 259 ] {331fd9ed-e486-4068-a933-1117850ff0a7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8479 | 2025.04.09 19:14:15.565241 [ 259 ] {331fd9ed-e486-4068-a933-1117850ff0a7} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8480 | 2025.04.09 19:14:15.565553 [ 259 ] {331fd9ed-e486-4068-a933-1117850ff0a7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002526 sec., 22169.437846397464 rows/sec., 1.70 MiB/sec. | ||
| 8481 | 2025.04.09 19:14:15.565633 [ 259 ] {331fd9ed-e486-4068-a933-1117850ff0a7} <Debug> TCPHandler: Processed in 0.003045504 sec. | ||
| 8482 | 2025.04.09 19:14:15.565776 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8483 | 2025.04.09 19:14:15.565912 [ 259 ] {68fc3524-f4b4-4144-8174-bc6c0c80fa13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8484 | 2025.04.09 19:14:15.565975 [ 259 ] {68fc3524-f4b4-4144-8174-bc6c0c80fa13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8485 | 2025.04.09 19:14:15.566722 [ 259 ] {68fc3524-f4b4-4144-8174-bc6c0c80fa13} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8486 | 2025.04.09 19:14:15.566773 [ 259 ] {68fc3524-f4b4-4144-8174-bc6c0c80fa13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8487 | 2025.04.09 19:14:15.567284 [ 259 ] {68fc3524-f4b4-4144-8174-bc6c0c80fa13} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8488 | 2025.04.09 19:14:15.567652 [ 259 ] {68fc3524-f4b4-4144-8174-bc6c0c80fa13} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8489 | 2025.04.09 19:14:15.567942 [ 259 ] {68fc3524-f4b4-4144-8174-bc6c0c80fa13} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002057 sec., 31113.271754982987 rows/sec., 2.43 MiB/sec. | ||
| 8490 | 2025.04.09 19:14:15.568057 [ 259 ] {68fc3524-f4b4-4144-8174-bc6c0c80fa13} <Debug> TCPHandler: Processed in 0.002343015 sec. | ||
| 8491 | 2025.04.09 19:14:15.568340 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8492 | 2025.04.09 19:14:15.568503 [ 259 ] {1a27bcfe-2ceb-4af6-b875-aea2ac90b0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8493 | 2025.04.09 19:14:15.568575 [ 259 ] {1a27bcfe-2ceb-4af6-b875-aea2ac90b0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8494 | 2025.04.09 19:14:15.569241 [ 259 ] {1a27bcfe-2ceb-4af6-b875-aea2ac90b0a0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8495 | 2025.04.09 19:14:15.569286 [ 259 ] {1a27bcfe-2ceb-4af6-b875-aea2ac90b0a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8496 | 2025.04.09 19:14:15.569700 [ 259 ] {1a27bcfe-2ceb-4af6-b875-aea2ac90b0a0} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8497 | 2025.04.09 19:14:15.569960 [ 259 ] {1a27bcfe-2ceb-4af6-b875-aea2ac90b0a0} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8498 | 2025.04.09 19:14:15.570187 [ 259 ] {1a27bcfe-2ceb-4af6-b875-aea2ac90b0a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec. | ||
| 8499 | 2025.04.09 19:14:15.570266 [ 259 ] {1a27bcfe-2ceb-4af6-b875-aea2ac90b0a0} <Debug> TCPHandler: Processed in 0.002048227 sec. | ||
| 8500 | 2025.04.09 19:14:15.570431 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8501 | 2025.04.09 19:14:15.570553 [ 259 ] {8c871240-1514-4700-a6bf-3f384693a11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8502 | 2025.04.09 19:14:15.570602 [ 259 ] {8c871240-1514-4700-a6bf-3f384693a11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8503 | 2025.04.09 19:14:15.571042 [ 259 ] {8c871240-1514-4700-a6bf-3f384693a11e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8504 | 2025.04.09 19:14:15.571080 [ 259 ] {8c871240-1514-4700-a6bf-3f384693a11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8505 | 2025.04.09 19:14:15.571459 [ 259 ] {8c871240-1514-4700-a6bf-3f384693a11e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8506 | 2025.04.09 19:14:15.571695 [ 259 ] {8c871240-1514-4700-a6bf-3f384693a11e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8507 | 2025.04.09 19:14:15.571900 [ 259 ] {8c871240-1514-4700-a6bf-3f384693a11e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. | ||
| 8508 | 2025.04.09 19:14:15.571951 [ 259 ] {8c871240-1514-4700-a6bf-3f384693a11e} <Debug> TCPHandler: Processed in 0.001587613 sec. | ||
| 8509 | 2025.04.09 19:14:17.012405 [ 96 ] {} <Debug> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 8510 | 2025.04.09 19:14:17.012507 [ 96 ] {} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8511 | 2025.04.09 19:14:17.012549 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8512 | 2025.04.09 19:14:17.012812 [ 197 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::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 | ||
| 8513 | 2025.04.09 19:14:17.013055 [ 197 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8514 | 2025.04.09 19:14:17.013117 [ 197 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 8515 | 2025.04.09 19:14:17.013253 [ 197 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 8516 | 2025.04.09 19:14:17.013589 [ 197 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
| 8517 | 2025.04.09 19:14:17.013797 [ 197 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 8518 | 2025.04.09 19:14:17.013976 [ 197 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
| 8519 | 2025.04.09 19:14:17.015052 [ 199 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002390526 sec., 22589.17075154171 rows/sec., 1.88 MiB/sec. | ||
| 8520 | 2025.04.09 19:14:17.015216 [ 193 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 8521 | 2025.04.09 19:14:17.015509 [ 193 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_9_2} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8522 | 2025.04.09 19:14:17.015587 [ 193 ] {eb8dd831-801c-4d5c-8a8d-4d6ad24be291::all_1_9_2} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 8523 | 2025.04.09 19:14:17.015663 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8524 | 2025.04.09 19:14:18.275634 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8525 | 2025.04.09 19:14:18.275692 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8526 | 2025.04.09 19:14:18.421670 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8527 | 2025.04.09 19:14:18.422386 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8528 | 2025.04.09 19:14:18.422434 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8529 | 2025.04.09 19:14:18.422994 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8530 | 2025.04.09 19:14:18.423265 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8531 | 2025.04.09 19:14:18.423493 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8532 | 2025.04.09 19:14:18.518536 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1198 | ||
| 8533 | 2025.04.09 19:14:18.521212 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8534 | 2025.04.09 19:14:18.521261 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8535 | 2025.04.09 19:14:18.522707 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8536 | 2025.04.09 19:14:18.523037 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8537 | 2025.04.09 19:14:18.523573 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1198 | ||
| 8538 | 2025.04.09 19:14:19.828505 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 8539 | 2025.04.09 19:14:19.850378 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8540 | 2025.04.09 19:14:19.850439 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8541 | 2025.04.09 19:14:19.857791 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8542 | 2025.04.09 19:14:19.858577 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8543 | 2025.04.09 19:14:19.862477 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8544 | 2025.04.09 19:14:20.571365 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8545 | 2025.04.09 19:14:20.571574 [ 259 ] {c5dc9911-b55d-45e1-8959-94743a6df35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8546 | 2025.04.09 19:14:20.571645 [ 259 ] {c5dc9911-b55d-45e1-8959-94743a6df35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8547 | 2025.04.09 19:14:20.572848 [ 259 ] {c5dc9911-b55d-45e1-8959-94743a6df35c} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8548 | 2025.04.09 19:14:20.572901 [ 259 ] {c5dc9911-b55d-45e1-8959-94743a6df35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8549 | 2025.04.09 19:14:20.573338 [ 259 ] {c5dc9911-b55d-45e1-8959-94743a6df35c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8550 | 2025.04.09 19:14:20.573585 [ 259 ] {c5dc9911-b55d-45e1-8959-94743a6df35c} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8551 | 2025.04.09 19:14:20.573814 [ 259 ] {c5dc9911-b55d-45e1-8959-94743a6df35c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002298 sec., 92254.13402959095 rows/sec., 5.87 MiB/sec. | ||
| 8552 | 2025.04.09 19:14:20.573871 [ 259 ] {c5dc9911-b55d-45e1-8959-94743a6df35c} <Debug> TCPHandler: Processed in 0.002648844 sec. | ||
| 8553 | 2025.04.09 19:14:20.573991 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8554 | 2025.04.09 19:14:20.574098 [ 259 ] {e823a617-7a93-4d61-bd38-12fb8a6df78c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8555 | 2025.04.09 19:14:20.574142 [ 259 ] {e823a617-7a93-4d61-bd38-12fb8a6df78c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8556 | 2025.04.09 19:14:20.574930 [ 259 ] {e823a617-7a93-4d61-bd38-12fb8a6df78c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8557 | 2025.04.09 19:14:20.574969 [ 259 ] {e823a617-7a93-4d61-bd38-12fb8a6df78c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8558 | 2025.04.09 19:14:20.575376 [ 259 ] {e823a617-7a93-4d61-bd38-12fb8a6df78c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8559 | 2025.04.09 19:14:20.575607 [ 259 ] {e823a617-7a93-4d61-bd38-12fb8a6df78c} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8560 | 2025.04.09 19:14:20.575831 [ 259 ] {e823a617-7a93-4d61-bd38-12fb8a6df78c} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001752 sec., 396689.49771689496 rows/sec., 31.67 MiB/sec. | ||
| 8561 | 2025.04.09 19:14:20.575931 [ 259 ] {e823a617-7a93-4d61-bd38-12fb8a6df78c} <Debug> TCPHandler: Processed in 0.001991135 sec. | ||
| 8562 | 2025.04.09 19:14:20.576114 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8563 | 2025.04.09 19:14:20.576336 [ 259 ] {cfe968af-c529-4622-bd57-ab9879bdd3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8564 | 2025.04.09 19:14:20.576382 [ 259 ] {cfe968af-c529-4622-bd57-ab9879bdd3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8565 | 2025.04.09 19:14:20.576945 [ 259 ] {cfe968af-c529-4622-bd57-ab9879bdd3f8} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8566 | 2025.04.09 19:14:20.576983 [ 259 ] {cfe968af-c529-4622-bd57-ab9879bdd3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8567 | 2025.04.09 19:14:20.577333 [ 259 ] {cfe968af-c529-4622-bd57-ab9879bdd3f8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8568 | 2025.04.09 19:14:20.577564 [ 259 ] {cfe968af-c529-4622-bd57-ab9879bdd3f8} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8569 | 2025.04.09 19:14:20.577766 [ 259 ] {cfe968af-c529-4622-bd57-ab9879bdd3f8} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001495 sec., 96989.96655518394 rows/sec., 6.09 MiB/sec. | ||
| 8570 | 2025.04.09 19:14:20.577817 [ 259 ] {cfe968af-c529-4622-bd57-ab9879bdd3f8} <Debug> TCPHandler: Processed in 0.00180987 sec. | ||
| 8571 | 2025.04.09 19:14:20.577931 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8572 | 2025.04.09 19:14:20.578036 [ 259 ] {f329d318-da2d-4a93-8016-4bc2dff7069d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8573 | 2025.04.09 19:14:20.578080 [ 259 ] {f329d318-da2d-4a93-8016-4bc2dff7069d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8574 | 2025.04.09 19:14:20.578607 [ 259 ] {f329d318-da2d-4a93-8016-4bc2dff7069d} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8575 | 2025.04.09 19:14:20.578645 [ 259 ] {f329d318-da2d-4a93-8016-4bc2dff7069d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8576 | 2025.04.09 19:14:20.578990 [ 259 ] {f329d318-da2d-4a93-8016-4bc2dff7069d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8577 | 2025.04.09 19:14:20.579218 [ 259 ] {f329d318-da2d-4a93-8016-4bc2dff7069d} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8578 | 2025.04.09 19:14:20.579463 [ 259 ] {f329d318-da2d-4a93-8016-4bc2dff7069d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001437 sec., 78636.04732080724 rows/sec., 5.09 MiB/sec. | ||
| 8579 | 2025.04.09 19:14:20.579684 [ 259 ] {f329d318-da2d-4a93-8016-4bc2dff7069d} <Debug> TCPHandler: Processed in 0.001797049 sec. | ||
| 8580 | 2025.04.09 19:14:20.579908 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8581 | 2025.04.09 19:14:20.580014 [ 259 ] {84cf084f-8b0f-496e-a103-f1e9ceef5c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8582 | 2025.04.09 19:14:20.580060 [ 259 ] {84cf084f-8b0f-496e-a103-f1e9ceef5c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8583 | 2025.04.09 19:14:20.580628 [ 259 ] {84cf084f-8b0f-496e-a103-f1e9ceef5c28} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8584 | 2025.04.09 19:14:20.580667 [ 259 ] {84cf084f-8b0f-496e-a103-f1e9ceef5c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8585 | 2025.04.09 19:14:20.581007 [ 259 ] {84cf084f-8b0f-496e-a103-f1e9ceef5c28} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8586 | 2025.04.09 19:14:20.581247 [ 259 ] {84cf084f-8b0f-496e-a103-f1e9ceef5c28} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8587 | 2025.04.09 19:14:20.581454 [ 259 ] {84cf084f-8b0f-496e-a103-f1e9ceef5c28} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001462 sec., 76607.38714090288 rows/sec., 4.36 MiB/sec. | ||
| 8588 | 2025.04.09 19:14:20.581504 [ 259 ] {84cf084f-8b0f-496e-a103-f1e9ceef5c28} <Debug> TCPHandler: Processed in 0.001664876 sec. | ||
| 8589 | 2025.04.09 19:14:20.581605 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8590 | 2025.04.09 19:14:20.581706 [ 259 ] {0e5c08c8-41cc-48ff-8e2c-e508826b8919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8591 | 2025.04.09 19:14:20.581751 [ 259 ] {0e5c08c8-41cc-48ff-8e2c-e508826b8919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8592 | 2025.04.09 19:14:20.582389 [ 259 ] {0e5c08c8-41cc-48ff-8e2c-e508826b8919} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8593 | 2025.04.09 19:14:20.582428 [ 259 ] {0e5c08c8-41cc-48ff-8e2c-e508826b8919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8594 | 2025.04.09 19:14:20.582797 [ 259 ] {0e5c08c8-41cc-48ff-8e2c-e508826b8919} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8595 | 2025.04.09 19:14:20.583030 [ 259 ] {0e5c08c8-41cc-48ff-8e2c-e508826b8919} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8596 | 2025.04.09 19:14:20.583265 [ 259 ] {0e5c08c8-41cc-48ff-8e2c-e508826b8919} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001577 sec., 266962.58719086874 rows/sec., 19.02 MiB/sec. | ||
| 8597 | 2025.04.09 19:14:20.583339 [ 259 ] {0e5c08c8-41cc-48ff-8e2c-e508826b8919} <Debug> TCPHandler: Processed in 0.00178376 sec. | ||
| 8598 | 2025.04.09 19:14:20.583583 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8599 | 2025.04.09 19:14:20.583751 [ 259 ] {c926a7d1-72eb-4aef-9169-7a379ea1b40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8600 | 2025.04.09 19:14:20.583798 [ 259 ] {c926a7d1-72eb-4aef-9169-7a379ea1b40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8601 | 2025.04.09 19:14:20.584223 [ 259 ] {c926a7d1-72eb-4aef-9169-7a379ea1b40f} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2025.04.09 19:14:20.584262 [ 259 ] {c926a7d1-72eb-4aef-9169-7a379ea1b40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8603 | 2025.04.09 19:14:20.584607 [ 259 ] {c926a7d1-72eb-4aef-9169-7a379ea1b40f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8604 | 2025.04.09 19:14:20.584834 [ 259 ] {c926a7d1-72eb-4aef-9169-7a379ea1b40f} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8605 | 2025.04.09 19:14:20.585064 [ 259 ] {c926a7d1-72eb-4aef-9169-7a379ea1b40f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 236.94 KiB/sec. | ||
| 8606 | 2025.04.09 19:14:20.585246 [ 259 ] {c926a7d1-72eb-4aef-9169-7a379ea1b40f} <Debug> TCPHandler: Processed in 0.001758828 sec. | ||
| 8607 | 2025.04.09 19:14:20.585457 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8608 | 2025.04.09 19:14:20.585564 [ 259 ] {2fd9e132-a533-45e8-8c58-570ab8c0809b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8609 | 2025.04.09 19:14:20.585614 [ 259 ] {2fd9e132-a533-45e8-8c58-570ab8c0809b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8610 | 2025.04.09 19:14:20.586145 [ 259 ] {2fd9e132-a533-45e8-8c58-570ab8c0809b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2025.04.09 19:14:20.586184 [ 259 ] {2fd9e132-a533-45e8-8c58-570ab8c0809b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8612 | 2025.04.09 19:14:20.586557 [ 259 ] {2fd9e132-a533-45e8-8c58-570ab8c0809b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8613 | 2025.04.09 19:14:20.586792 [ 259 ] {2fd9e132-a533-45e8-8c58-570ab8c0809b} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2025.04.09 19:14:20.587050 [ 259 ] {2fd9e132-a533-45e8-8c58-570ab8c0809b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001497 sec., 158316.63326653306 rows/sec., 10.61 MiB/sec. | ||
| 8615 | 2025.04.09 19:14:20.587109 [ 259 ] {2fd9e132-a533-45e8-8c58-570ab8c0809b} <Debug> TCPHandler: Processed in 0.001713637 sec. | ||
| 8616 | 2025.04.09 19:14:20.587360 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8617 | 2025.04.09 19:14:20.587508 [ 259 ] {23811345-723a-439e-91ff-12f132d5e28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8618 | 2025.04.09 19:14:20.587557 [ 259 ] {23811345-723a-439e-91ff-12f132d5e28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8619 | 2025.04.09 19:14:20.587975 [ 259 ] {23811345-723a-439e-91ff-12f132d5e28d} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8620 | 2025.04.09 19:14:20.588013 [ 259 ] {23811345-723a-439e-91ff-12f132d5e28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8621 | 2025.04.09 19:14:20.588352 [ 259 ] {23811345-723a-439e-91ff-12f132d5e28d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8622 | 2025.04.09 19:14:20.588576 [ 259 ] {23811345-723a-439e-91ff-12f132d5e28d} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8623 | 2025.04.09 19:14:20.588848 [ 259 ] {23811345-723a-439e-91ff-12f132d5e28d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 8624 | 2025.04.09 19:14:20.589082 [ 259 ] {23811345-723a-439e-91ff-12f132d5e28d} <Debug> TCPHandler: Processed in 0.001813891 sec. | ||
| 8625 | 2025.04.09 19:14:20.589233 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8626 | 2025.04.09 19:14:20.589338 [ 259 ] {fd80ccd2-d835-4fad-89b5-0ebd41ede862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8627 | 2025.04.09 19:14:20.589408 [ 259 ] {fd80ccd2-d835-4fad-89b5-0ebd41ede862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8628 | 2025.04.09 19:14:20.590499 [ 259 ] {fd80ccd2-d835-4fad-89b5-0ebd41ede862} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8629 | 2025.04.09 19:14:20.590537 [ 259 ] {fd80ccd2-d835-4fad-89b5-0ebd41ede862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8630 | 2025.04.09 19:14:20.591174 [ 259 ] {fd80ccd2-d835-4fad-89b5-0ebd41ede862} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8631 | 2025.04.09 19:14:20.591424 [ 259 ] {fd80ccd2-d835-4fad-89b5-0ebd41ede862} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8632 | 2025.04.09 19:14:20.591613 [ 149 ] {} <Debug> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8633 | 2025.04.09 19:14:20.591689 [ 259 ] {fd80ccd2-d835-4fad-89b5-0ebd41ede862} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002365 sec., 16490.486257928118 rows/sec., 29.55 MiB/sec. | ||
| 8634 | 2025.04.09 19:14:20.591701 [ 149 ] {} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8635 | 2025.04.09 19:14:20.591778 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8636 | 2025.04.09 19:14:20.592211 [ 259 ] {fd80ccd2-d835-4fad-89b5-0ebd41ede862} <Debug> TCPHandler: Processed in 0.003021214 sec. | ||
| 8637 | 2025.04.09 19:14:20.592276 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::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 | ||
| 8638 | 2025.04.09 19:14:20.592743 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8639 | 2025.04.09 19:14:20.592953 [ 259 ] {16896325-d140-45d6-8cc5-3839f776b758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8640 | 2025.04.09 19:14:20.593027 [ 259 ] {16896325-d140-45d6-8cc5-3839f776b758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8641 | 2025.04.09 19:14:20.593134 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8642 | 2025.04.09 19:14:20.593269 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 908 rows starting from the beginning of the part | ||
| 8643 | 2025.04.09 19:14:20.593877 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part | ||
| 8644 | 2025.04.09 19:14:20.594610 [ 259 ] {16896325-d140-45d6-8cc5-3839f776b758} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8645 | 2025.04.09 19:14:20.594650 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part | ||
| 8646 | 2025.04.09 19:14:20.594669 [ 259 ] {16896325-d140-45d6-8cc5-3839f776b758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8647 | 2025.04.09 19:14:20.595167 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 8648 | 2025.04.09 19:14:20.595677 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part | ||
| 8649 | 2025.04.09 19:14:20.595728 [ 259 ] {16896325-d140-45d6-8cc5-3839f776b758} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8650 | 2025.04.09 19:14:20.596101 [ 195 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 8651 | 2025.04.09 19:14:20.596415 [ 259 ] {16896325-d140-45d6-8cc5-3839f776b758} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8652 | 2025.04.09 19:14:20.596922 [ 259 ] {16896325-d140-45d6-8cc5-3839f776b758} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004001 sec., 20494.876280929766 rows/sec., 1.30 MiB/sec. | ||
| 8653 | 2025.04.09 19:14:20.597323 [ 259 ] {16896325-d140-45d6-8cc5-3839f776b758} <Debug> TCPHandler: Processed in 0.004697181 sec. | ||
| 8654 | 2025.04.09 19:14:20.605022 [ 193 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1103 rows, containing 19 columns (19 merged, 0 gathered) in 0.013089692 sec., 84264.77872817787 rows/sec., 151.00 MiB/sec. | ||
| 8655 | 2025.04.09 19:14:20.606421 [ 193 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8656 | 2025.04.09 19:14:20.607006 [ 193 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8657 | 2025.04.09 19:14:20.607125 [ 193 ] {5b1acdd8-4eb6-4da3-a713-04a35169eb2a::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8658 | 2025.04.09 19:14:20.607346 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.57 MiB. | ||
| 8659 | 2025.04.09 19:14:21.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.47 MiB, peak 229.63 MiB, free memory in arenas 0.00 B, will set to 223.16 MiB (RSS), difference: 2.68 MiB | ||
| 8660 | 2025.04.09 19:14:25.563557 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8661 | 2025.04.09 19:14:25.563784 [ 259 ] {81a92641-a8ed-401a-a446-5346f1024d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8662 | 2025.04.09 19:14:25.563857 [ 259 ] {81a92641-a8ed-401a-a446-5346f1024d91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8663 | 2025.04.09 19:14:25.564648 [ 259 ] {81a92641-a8ed-401a-a446-5346f1024d91} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8664 | 2025.04.09 19:14:25.564701 [ 259 ] {81a92641-a8ed-401a-a446-5346f1024d91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8665 | 2025.04.09 19:14:25.565139 [ 259 ] {81a92641-a8ed-401a-a446-5346f1024d91} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8666 | 2025.04.09 19:14:25.565388 [ 259 ] {81a92641-a8ed-401a-a446-5346f1024d91} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8667 | 2025.04.09 19:14:25.565634 [ 259 ] {81a92641-a8ed-401a-a446-5346f1024d91} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001905 sec., 29396.325459317584 rows/sec., 2.26 MiB/sec. | ||
| 8668 | 2025.04.09 19:14:25.565696 [ 259 ] {81a92641-a8ed-401a-a446-5346f1024d91} <Debug> TCPHandler: Processed in 0.002279943 sec. | ||
| 8669 | 2025.04.09 19:14:25.565842 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8670 | 2025.04.09 19:14:25.565989 [ 259 ] {0d1acfa4-3986-49be-806c-29cad733c82f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8671 | 2025.04.09 19:14:25.566049 [ 259 ] {0d1acfa4-3986-49be-806c-29cad733c82f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8672 | 2025.04.09 19:14:25.566746 [ 259 ] {0d1acfa4-3986-49be-806c-29cad733c82f} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8673 | 2025.04.09 19:14:25.566788 [ 259 ] {0d1acfa4-3986-49be-806c-29cad733c82f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8674 | 2025.04.09 19:14:25.567165 [ 259 ] {0d1acfa4-3986-49be-806c-29cad733c82f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8675 | 2025.04.09 19:14:25.567405 [ 259 ] {0d1acfa4-3986-49be-806c-29cad733c82f} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8676 | 2025.04.09 19:14:25.567634 [ 259 ] {0d1acfa4-3986-49be-806c-29cad733c82f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001679 sec., 38117.92733770101 rows/sec., 2.98 MiB/sec. | ||
| 8677 | 2025.04.09 19:14:25.567731 [ 259 ] {0d1acfa4-3986-49be-806c-29cad733c82f} <Debug> TCPHandler: Processed in 0.001956134 sec. | ||
| 8678 | 2025.04.09 19:14:25.567969 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8679 | 2025.04.09 19:14:25.568143 [ 259 ] {31a81ad9-ecad-402e-b4dc-7aed740b03df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8680 | 2025.04.09 19:14:25.568195 [ 259 ] {31a81ad9-ecad-402e-b4dc-7aed740b03df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8681 | 2025.04.09 19:14:25.568753 [ 259 ] {31a81ad9-ecad-402e-b4dc-7aed740b03df} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8682 | 2025.04.09 19:14:25.568795 [ 259 ] {31a81ad9-ecad-402e-b4dc-7aed740b03df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8683 | 2025.04.09 19:14:25.569191 [ 259 ] {31a81ad9-ecad-402e-b4dc-7aed740b03df} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8684 | 2025.04.09 19:14:25.569431 [ 259 ] {31a81ad9-ecad-402e-b4dc-7aed740b03df} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8685 | 2025.04.09 19:14:25.569638 [ 259 ] {31a81ad9-ecad-402e-b4dc-7aed740b03df} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
| 8686 | 2025.04.09 19:14:25.569692 [ 259 ] {31a81ad9-ecad-402e-b4dc-7aed740b03df} <Debug> TCPHandler: Processed in 0.001820841 sec. | ||
| 8687 | 2025.04.09 19:14:25.569802 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8688 | 2025.04.09 19:14:25.569906 [ 259 ] {152af39c-7e41-41f3-b006-87c6987991b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8689 | 2025.04.09 19:14:25.569953 [ 259 ] {152af39c-7e41-41f3-b006-87c6987991b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8690 | 2025.04.09 19:14:25.570395 [ 259 ] {152af39c-7e41-41f3-b006-87c6987991b6} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8691 | 2025.04.09 19:14:25.570434 [ 259 ] {152af39c-7e41-41f3-b006-87c6987991b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8692 | 2025.04.09 19:14:25.570897 [ 259 ] {152af39c-7e41-41f3-b006-87c6987991b6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8693 | 2025.04.09 19:14:25.571155 [ 259 ] {152af39c-7e41-41f3-b006-87c6987991b6} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8694 | 2025.04.09 19:14:25.571371 [ 259 ] {152af39c-7e41-41f3-b006-87c6987991b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec. | ||
| 8695 | 2025.04.09 19:14:25.571421 [ 259 ] {152af39c-7e41-41f3-b006-87c6987991b6} <Debug> TCPHandler: Processed in 0.001672357 sec. | ||
| 8696 | 2025.04.09 19:14:25.923615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 8697 | 2025.04.09 19:14:25.924291 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8698 | 2025.04.09 19:14:25.924344 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8699 | 2025.04.09 19:14:25.924889 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8700 | 2025.04.09 19:14:25.925153 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8701 | 2025.04.09 19:14:25.925372 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 8702 | 2025.04.09 19:14:27.362534 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8703 | 2025.04.09 19:14:27.384422 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8704 | 2025.04.09 19:14:27.384486 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8705 | 2025.04.09 19:14:27.392112 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8706 | 2025.04.09 19:14:27.392942 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8707 | 2025.04.09 19:14:27.396198 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8708 | 2025.04.09 19:14:28.523692 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1228 | ||
| 8709 | 2025.04.09 19:14:28.526875 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8710 | 2025.04.09 19:14:28.526939 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8711 | 2025.04.09 19:14:28.528438 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8712 | 2025.04.09 19:14:28.528768 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8713 | 2025.04.09 19:14:28.529417 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1228 | ||
| 8714 | 2025.04.09 19:14:30.571377 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8715 | 2025.04.09 19:14:30.571581 [ 259 ] {fe9b9554-3867-4a81-98fe-8e06888bbe6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8716 | 2025.04.09 19:14:30.571674 [ 259 ] {fe9b9554-3867-4a81-98fe-8e06888bbe6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8717 | 2025.04.09 19:14:30.572575 [ 259 ] {fe9b9554-3867-4a81-98fe-8e06888bbe6d} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8718 | 2025.04.09 19:14:30.572626 [ 259 ] {fe9b9554-3867-4a81-98fe-8e06888bbe6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8719 | 2025.04.09 19:14:30.573075 [ 259 ] {fe9b9554-3867-4a81-98fe-8e06888bbe6d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8720 | 2025.04.09 19:14:30.573321 [ 259 ] {fe9b9554-3867-4a81-98fe-8e06888bbe6d} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8721 | 2025.04.09 19:14:30.573553 [ 259 ] {fe9b9554-3867-4a81-98fe-8e06888bbe6d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002024 sec., 104743.08300395256 rows/sec., 6.66 MiB/sec. | ||
| 8722 | 2025.04.09 19:14:30.573622 [ 259 ] {fe9b9554-3867-4a81-98fe-8e06888bbe6d} <Debug> TCPHandler: Processed in 0.002385926 sec. | ||
| 8723 | 2025.04.09 19:14:30.573764 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8724 | 2025.04.09 19:14:30.573906 [ 259 ] {0131bba8-69e5-4dfd-9429-fcbd3c474a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8725 | 2025.04.09 19:14:30.573965 [ 259 ] {0131bba8-69e5-4dfd-9429-fcbd3c474a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8726 | 2025.04.09 19:14:30.575002 [ 259 ] {0131bba8-69e5-4dfd-9429-fcbd3c474a28} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8727 | 2025.04.09 19:14:30.575044 [ 259 ] {0131bba8-69e5-4dfd-9429-fcbd3c474a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8728 | 2025.04.09 19:14:30.575458 [ 259 ] {0131bba8-69e5-4dfd-9429-fcbd3c474a28} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8729 | 2025.04.09 19:14:30.575698 [ 259 ] {0131bba8-69e5-4dfd-9429-fcbd3c474a28} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8730 | 2025.04.09 19:14:30.575915 [ 259 ] {0131bba8-69e5-4dfd-9429-fcbd3c474a28} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002043 sec., 340186.0009789525 rows/sec., 27.16 MiB/sec. | ||
| 8731 | 2025.04.09 19:14:30.575969 [ 259 ] {0131bba8-69e5-4dfd-9429-fcbd3c474a28} <Debug> TCPHandler: Processed in 0.002273653 sec. | ||
| 8732 | 2025.04.09 19:14:30.576097 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8733 | 2025.04.09 19:14:30.576229 [ 259 ] {b065c8b3-85c1-49fb-ad70-55f9feba18e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8734 | 2025.04.09 19:14:30.576284 [ 259 ] {b065c8b3-85c1-49fb-ad70-55f9feba18e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8735 | 2025.04.09 19:14:30.576960 [ 259 ] {b065c8b3-85c1-49fb-ad70-55f9feba18e2} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8736 | 2025.04.09 19:14:30.577000 [ 259 ] {b065c8b3-85c1-49fb-ad70-55f9feba18e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8737 | 2025.04.09 19:14:30.577353 [ 259 ] {b065c8b3-85c1-49fb-ad70-55f9feba18e2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8738 | 2025.04.09 19:14:30.577588 [ 259 ] {b065c8b3-85c1-49fb-ad70-55f9feba18e2} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8739 | 2025.04.09 19:14:30.577785 [ 259 ] {b065c8b3-85c1-49fb-ad70-55f9feba18e2} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001587 sec., 91367.35979836168 rows/sec., 5.73 MiB/sec. | ||
| 8740 | 2025.04.09 19:14:30.577838 [ 259 ] {b065c8b3-85c1-49fb-ad70-55f9feba18e2} <Debug> TCPHandler: Processed in 0.00180491 sec. | ||
| 8741 | 2025.04.09 19:14:30.577940 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8742 | 2025.04.09 19:14:30.578043 [ 259 ] {0c7db12d-b874-4fc2-9803-9bddd8aaa6e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8743 | 2025.04.09 19:14:30.578089 [ 259 ] {0c7db12d-b874-4fc2-9803-9bddd8aaa6e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8744 | 2025.04.09 19:14:30.578637 [ 259 ] {0c7db12d-b874-4fc2-9803-9bddd8aaa6e1} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8745 | 2025.04.09 19:14:30.578676 [ 259 ] {0c7db12d-b874-4fc2-9803-9bddd8aaa6e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8746 | 2025.04.09 19:14:30.579020 [ 259 ] {0c7db12d-b874-4fc2-9803-9bddd8aaa6e1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8747 | 2025.04.09 19:14:30.579262 [ 259 ] {0c7db12d-b874-4fc2-9803-9bddd8aaa6e1} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8748 | 2025.04.09 19:14:30.579481 [ 259 ] {0c7db12d-b874-4fc2-9803-9bddd8aaa6e1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001459 sec., 77450.3084304318 rows/sec., 5.01 MiB/sec. | ||
| 8749 | 2025.04.09 19:14:30.579533 [ 259 ] {0c7db12d-b874-4fc2-9803-9bddd8aaa6e1} <Debug> TCPHandler: Processed in 0.001643875 sec. | ||
| 8750 | 2025.04.09 19:14:30.579635 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8751 | 2025.04.09 19:14:30.579738 [ 259 ] {861b4aef-341d-4971-b62a-57b1da60a905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8752 | 2025.04.09 19:14:30.579782 [ 259 ] {861b4aef-341d-4971-b62a-57b1da60a905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8753 | 2025.04.09 19:14:30.580333 [ 259 ] {861b4aef-341d-4971-b62a-57b1da60a905} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8754 | 2025.04.09 19:14:30.580372 [ 259 ] {861b4aef-341d-4971-b62a-57b1da60a905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8755 | 2025.04.09 19:14:30.580715 [ 259 ] {861b4aef-341d-4971-b62a-57b1da60a905} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8756 | 2025.04.09 19:14:30.580942 [ 259 ] {861b4aef-341d-4971-b62a-57b1da60a905} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8757 | 2025.04.09 19:14:30.581149 [ 259 ] {861b4aef-341d-4971-b62a-57b1da60a905} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001432 sec., 78212.2905027933 rows/sec., 4.46 MiB/sec. | ||
| 8758 | 2025.04.09 19:14:30.581199 [ 259 ] {861b4aef-341d-4971-b62a-57b1da60a905} <Debug> TCPHandler: Processed in 0.001615745 sec. | ||
| 8759 | 2025.04.09 19:14:30.581324 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8760 | 2025.04.09 19:14:30.581453 [ 259 ] {a3691e7f-12ce-4aba-9d69-a15761b58a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8761 | 2025.04.09 19:14:30.581507 [ 259 ] {a3691e7f-12ce-4aba-9d69-a15761b58a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8762 | 2025.04.09 19:14:30.582314 [ 259 ] {a3691e7f-12ce-4aba-9d69-a15761b58a9e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8763 | 2025.04.09 19:14:30.582354 [ 259 ] {a3691e7f-12ce-4aba-9d69-a15761b58a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8764 | 2025.04.09 19:14:30.582719 [ 259 ] {a3691e7f-12ce-4aba-9d69-a15761b58a9e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8765 | 2025.04.09 19:14:30.582963 [ 259 ] {a3691e7f-12ce-4aba-9d69-a15761b58a9e} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8766 | 2025.04.09 19:14:30.583210 [ 259 ] {a3691e7f-12ce-4aba-9d69-a15761b58a9e} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001776 sec., 237049.54954954956 rows/sec., 16.89 MiB/sec. | ||
| 8767 | 2025.04.09 19:14:30.583277 [ 259 ] {a3691e7f-12ce-4aba-9d69-a15761b58a9e} <Debug> TCPHandler: Processed in 0.002016716 sec. | ||
| 8768 | 2025.04.09 19:14:30.583517 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8769 | 2025.04.09 19:14:30.583720 [ 259 ] {0d2ab297-8776-48b8-86ac-57dcc2f88ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8770 | 2025.04.09 19:14:30.583768 [ 259 ] {0d2ab297-8776-48b8-86ac-57dcc2f88ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8771 | 2025.04.09 19:14:30.584215 [ 259 ] {0d2ab297-8776-48b8-86ac-57dcc2f88ea7} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8772 | 2025.04.09 19:14:30.584254 [ 259 ] {0d2ab297-8776-48b8-86ac-57dcc2f88ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8773 | 2025.04.09 19:14:30.584614 [ 259 ] {0d2ab297-8776-48b8-86ac-57dcc2f88ea7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8774 | 2025.04.09 19:14:30.584855 [ 259 ] {0d2ab297-8776-48b8-86ac-57dcc2f88ea7} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8775 | 2025.04.09 19:14:30.585101 [ 259 ] {0d2ab297-8776-48b8-86ac-57dcc2f88ea7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec. | ||
| 8776 | 2025.04.09 19:14:30.585236 [ 259 ] {0d2ab297-8776-48b8-86ac-57dcc2f88ea7} <Debug> TCPHandler: Processed in 0.00180965 sec. | ||
| 8777 | 2025.04.09 19:14:30.585460 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8778 | 2025.04.09 19:14:30.585565 [ 259 ] {25731c04-91b3-4407-b568-cbf1a260e3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8779 | 2025.04.09 19:14:30.585615 [ 259 ] {25731c04-91b3-4407-b568-cbf1a260e3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8780 | 2025.04.09 19:14:30.586181 [ 259 ] {25731c04-91b3-4407-b568-cbf1a260e3c9} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8781 | 2025.04.09 19:14:30.586220 [ 259 ] {25731c04-91b3-4407-b568-cbf1a260e3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8782 | 2025.04.09 19:14:30.586596 [ 259 ] {25731c04-91b3-4407-b568-cbf1a260e3c9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8783 | 2025.04.09 19:14:30.586868 [ 259 ] {25731c04-91b3-4407-b568-cbf1a260e3c9} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8784 | 2025.04.09 19:14:30.587097 [ 259 ] {25731c04-91b3-4407-b568-cbf1a260e3c9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001555 sec., 152411.57556270098 rows/sec., 10.22 MiB/sec. | ||
| 8785 | 2025.04.09 19:14:30.587150 [ 259 ] {25731c04-91b3-4407-b568-cbf1a260e3c9} <Debug> TCPHandler: Processed in 0.001757679 sec. | ||
| 8786 | 2025.04.09 19:14:30.587261 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8787 | 2025.04.09 19:14:30.587365 [ 259 ] {99b838ea-34e0-4b68-b891-bc98e684ccdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8788 | 2025.04.09 19:14:30.587412 [ 259 ] {99b838ea-34e0-4b68-b891-bc98e684ccdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8789 | 2025.04.09 19:14:30.587827 [ 259 ] {99b838ea-34e0-4b68-b891-bc98e684ccdc} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8790 | 2025.04.09 19:14:30.587865 [ 259 ] {99b838ea-34e0-4b68-b891-bc98e684ccdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8791 | 2025.04.09 19:14:30.588205 [ 259 ] {99b838ea-34e0-4b68-b891-bc98e684ccdc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8792 | 2025.04.09 19:14:30.588435 [ 259 ] {99b838ea-34e0-4b68-b891-bc98e684ccdc} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8793 | 2025.04.09 19:14:30.588594 [ 153 ] {} <Debug> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 8794 | 2025.04.09 19:14:30.588663 [ 259 ] {99b838ea-34e0-4b68-b891-bc98e684ccdc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001316 sec., 759.8784194528876 rows/sec., 51.20 KiB/sec. | ||
| 8795 | 2025.04.09 19:14:30.588680 [ 153 ] {} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8796 | 2025.04.09 19:14:30.588745 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8797 | 2025.04.09 19:14:30.588786 [ 259 ] {99b838ea-34e0-4b68-b891-bc98e684ccdc} <Debug> TCPHandler: Processed in 0.001572333 sec. | ||
| 8798 | 2025.04.09 19:14:30.588928 [ 199 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
| 8799 | 2025.04.09 19:14:30.588954 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8800 | 2025.04.09 19:14:30.589053 [ 199 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8801 | 2025.04.09 19:14:30.589087 [ 259 ] {97f2a4ae-4c5c-48e4-b12f-7d2618c7344d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8802 | 2025.04.09 19:14:30.589094 [ 199 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 27 rows starting from the beginning of the part | ||
| 8803 | 2025.04.09 19:14:30.589261 [ 259 ] {97f2a4ae-4c5c-48e4-b12f-7d2618c7344d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8804 | 2025.04.09 19:14:30.589273 [ 199 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8805 | 2025.04.09 19:14:30.589662 [ 199 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 8806 | 2025.04.09 19:14:30.589928 [ 199 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 8807 | 2025.04.09 19:14:30.590254 [ 199 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 8808 | 2025.04.09 19:14:30.590572 [ 199 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 8809 | 2025.04.09 19:14:30.592550 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003704722 sec., 8637.625171335392 rows/sec., 582.03 KiB/sec. | ||
| 8810 | 2025.04.09 19:14:30.592878 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 8811 | 2025.04.09 19:14:30.593141 [ 259 ] {97f2a4ae-4c5c-48e4-b12f-7d2618c7344d} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8812 | 2025.04.09 19:14:30.593190 [ 259 ] {97f2a4ae-4c5c-48e4-b12f-7d2618c7344d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8813 | 2025.04.09 19:14:30.593616 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8814 | 2025.04.09 19:14:30.593810 [ 189 ] {1bc2367f-0991-403d-b85b-438e1b048469::all_1_32_7} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 8815 | 2025.04.09 19:14:30.593996 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8816 | 2025.04.09 19:14:30.594390 [ 259 ] {97f2a4ae-4c5c-48e4-b12f-7d2618c7344d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8817 | 2025.04.09 19:14:30.594652 [ 259 ] {97f2a4ae-4c5c-48e4-b12f-7d2618c7344d} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8818 | 2025.04.09 19:14:30.594886 [ 259 ] {97f2a4ae-4c5c-48e4-b12f-7d2618c7344d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005829 sec., 6690.684508492022 rows/sec., 11.99 MiB/sec. | ||
| 8819 | 2025.04.09 19:14:30.594992 [ 259 ] {97f2a4ae-4c5c-48e4-b12f-7d2618c7344d} <Debug> TCPHandler: Processed in 0.006091839 sec. | ||
| 8820 | 2025.04.09 19:14:30.595126 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8821 | 2025.04.09 19:14:30.595233 [ 259 ] {7a8b6b4e-a303-48d6-bf21-166638da9aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8822 | 2025.04.09 19:14:30.595279 [ 259 ] {7a8b6b4e-a303-48d6-bf21-166638da9aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8823 | 2025.04.09 19:14:30.595729 [ 259 ] {7a8b6b4e-a303-48d6-bf21-166638da9aec} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8824 | 2025.04.09 19:14:30.595768 [ 259 ] {7a8b6b4e-a303-48d6-bf21-166638da9aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8825 | 2025.04.09 19:14:30.596115 [ 259 ] {7a8b6b4e-a303-48d6-bf21-166638da9aec} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8826 | 2025.04.09 19:14:30.596339 [ 259 ] {7a8b6b4e-a303-48d6-bf21-166638da9aec} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8827 | 2025.04.09 19:14:30.596562 [ 259 ] {7a8b6b4e-a303-48d6-bf21-166638da9aec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001347 sec., 60876.02078693392 rows/sec., 3.87 MiB/sec. | ||
| 8828 | 2025.04.09 19:14:30.596652 [ 259 ] {7a8b6b4e-a303-48d6-bf21-166638da9aec} <Debug> TCPHandler: Processed in 0.001576383 sec. | ||
| 8829 | 2025.04.09 19:14:33.275935 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8830 | 2025.04.09 19:14:33.275984 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8831 | 2025.04.09 19:14:33.425484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 8832 | 2025.04.09 19:14:33.426158 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8833 | 2025.04.09 19:14:33.426206 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8834 | 2025.04.09 19:14:33.426727 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8835 | 2025.04.09 19:14:33.427007 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8836 | 2025.04.09 19:14:33.427178 [ 129 ] {} <Debug> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8837 | 2025.04.09 19:14:33.427216 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8838 | 2025.04.09 19:14:33.427233 [ 129 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8839 | 2025.04.09 19:14:33.427260 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8840 | 2025.04.09 19:14:33.427425 [ 201 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::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 | ||
| 8841 | 2025.04.09 19:14:33.427785 [ 201 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8842 | 2025.04.09 19:14:33.427875 [ 201 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 8843 | 2025.04.09 19:14:33.427969 [ 201 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 8844 | 2025.04.09 19:14:33.428215 [ 201 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 8845 | 2025.04.09 19:14:33.428389 [ 201 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 8846 | 2025.04.09 19:14:33.428559 [ 201 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 8847 | 2025.04.09 19:14:33.428768 [ 201 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 8848 | 2025.04.09 19:14:33.431306 [ 196 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.0039795 sec., 5303681.367005905 rows/sec., 75.87 MiB/sec. | ||
| 8849 | 2025.04.09 19:14:33.431932 [ 200 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8850 | 2025.04.09 19:14:33.432320 [ 200 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_46_9} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8851 | 2025.04.09 19:14:33.432412 [ 200 ] {73c93a98-8dce-4698-b291-6b28a88f53f4::all_1_46_9} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8852 | 2025.04.09 19:14:33.432531 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 8853 | 2025.04.09 19:14:34.896255 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8854 | 2025.04.09 19:14:34.918645 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8855 | 2025.04.09 19:14:34.918718 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8856 | 2025.04.09 19:14:34.926190 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8857 | 2025.04.09 19:14:34.926978 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8858 | 2025.04.09 19:14:34.927382 [ 151 ] {} <Debug> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8859 | 2025.04.09 19:14:34.927529 [ 151 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8860 | 2025.04.09 19:14:34.927606 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8861 | 2025.04.09 19:14:34.928054 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::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 | ||
| 8862 | 2025.04.09 19:14:34.943137 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8863 | 2025.04.09 19:14:34.945028 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8864 | 2025.04.09 19:14:34.946728 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 8865 | 2025.04.09 19:14:34.952281 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 8866 | 2025.04.09 19:14:34.957922 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 8867 | 2025.04.09 19:14:34.963484 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 8868 | 2025.04.09 19:14:34.969479 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 8869 | 2025.04.09 19:14:34.975061 [ 190 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 8870 | 2025.04.09 19:14:35.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.14 MiB, peak 234.14 MiB, free memory in arenas 0.00 B, will set to 224.20 MiB (RSS), difference: -9.94 MiB | ||
| 8871 | 2025.04.09 19:14:35.035475 [ 196 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.10771142 sec., 3221.5711203138903 rows/sec., 16.66 MiB/sec. | ||
| 8872 | 2025.04.09 19:14:35.038739 [ 191 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8873 | 2025.04.09 19:14:35.041719 [ 191 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_46_9} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8874 | 2025.04.09 19:14:35.041859 [ 191 ] {12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51::all_1_46_9} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8875 | 2025.04.09 19:14:35.044291 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8876 | 2025.04.09 19:14:35.563168 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8877 | 2025.04.09 19:14:35.563379 [ 259 ] {41ad5e85-9e29-435e-913f-3f1ad24f97fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8878 | 2025.04.09 19:14:35.563459 [ 259 ] {41ad5e85-9e29-435e-913f-3f1ad24f97fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8879 | 2025.04.09 19:14:35.564308 [ 259 ] {41ad5e85-9e29-435e-913f-3f1ad24f97fa} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8880 | 2025.04.09 19:14:35.564353 [ 259 ] {41ad5e85-9e29-435e-913f-3f1ad24f97fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8881 | 2025.04.09 19:14:35.564810 [ 259 ] {41ad5e85-9e29-435e-913f-3f1ad24f97fa} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8882 | 2025.04.09 19:14:35.565065 [ 259 ] {41ad5e85-9e29-435e-913f-3f1ad24f97fa} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8883 | 2025.04.09 19:14:35.565213 [ 151 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8884 | 2025.04.09 19:14:35.565258 [ 151 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8885 | 2025.04.09 19:14:35.565269 [ 259 ] {41ad5e85-9e29-435e-913f-3f1ad24f97fa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.21 MiB/sec. | ||
| 8886 | 2025.04.09 19:14:35.565283 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8887 | 2025.04.09 19:14:35.565380 [ 259 ] {41ad5e85-9e29-435e-913f-3f1ad24f97fa} <Debug> TCPHandler: Processed in 0.002349385 sec. | ||
| 8888 | 2025.04.09 19:14:35.565620 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8889 | 2025.04.09 19:14:35.565647 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8890 | 2025.04.09 19:14:35.565772 [ 259 ] {c11f31d4-dc36-4298-9723-f7b8c8e03889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8891 | 2025.04.09 19:14:35.565864 [ 259 ] {c11f31d4-dc36-4298-9723-f7b8c8e03889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8892 | 2025.04.09 19:14:35.566168 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8893 | 2025.04.09 19:14:35.566253 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1844 rows starting from the beginning of the part | ||
| 8894 | 2025.04.09 19:14:35.566596 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 8895 | 2025.04.09 19:14:35.567015 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 695 rows starting from the beginning of the part | ||
| 8896 | 2025.04.09 19:14:35.567362 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 8897 | 2025.04.09 19:14:35.567643 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 695 rows starting from the beginning of the part | ||
| 8898 | 2025.04.09 19:14:35.567935 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
| 8899 | 2025.04.09 19:14:35.568737 [ 259 ] {c11f31d4-dc36-4298-9723-f7b8c8e03889} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8900 | 2025.04.09 19:14:35.568808 [ 259 ] {c11f31d4-dc36-4298-9723-f7b8c8e03889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8901 | 2025.04.09 19:14:35.569637 [ 259 ] {c11f31d4-dc36-4298-9723-f7b8c8e03889} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8902 | 2025.04.09 19:14:35.570187 [ 259 ] {c11f31d4-dc36-4298-9723-f7b8c8e03889} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8903 | 2025.04.09 19:14:35.570386 [ 151 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8904 | 2025.04.09 19:14:35.570446 [ 151 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8905 | 2025.04.09 19:14:35.570467 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8906 | 2025.04.09 19:14:35.570499 [ 259 ] {c11f31d4-dc36-4298-9723-f7b8c8e03889} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004773 sec., 13408.757594804105 rows/sec., 1.05 MiB/sec. | ||
| 8907 | 2025.04.09 19:14:35.570810 [ 259 ] {c11f31d4-dc36-4298-9723-f7b8c8e03889} <Debug> TCPHandler: Processed in 0.005262335 sec. | ||
| 8908 | 2025.04.09 19:14:35.570888 [ 196 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8909 | 2025.04.09 19:14:35.571165 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8910 | 2025.04.09 19:14:35.571573 [ 259 ] {c938fc3d-de5f-4c5f-8173-7098a53aee36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8911 | 2025.04.09 19:14:35.571682 [ 196 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8912 | 2025.04.09 19:14:35.571743 [ 259 ] {c938fc3d-de5f-4c5f-8173-7098a53aee36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8913 | 2025.04.09 19:14:35.571745 [ 194 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.006331865 sec., 537282.4594333582 rows/sec., 45.37 MiB/sec. | ||
| 8914 | 2025.04.09 19:14:35.571802 [ 196 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 8915 | 2025.04.09 19:14:35.572377 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8916 | 2025.04.09 19:14:35.572560 [ 196 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 8917 | 2025.04.09 19:14:35.573308 [ 196 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 421 rows starting from the beginning of the part | ||
| 8918 | 2025.04.09 19:14:35.573790 [ 196 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 8919 | 2025.04.09 19:14:35.574123 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8920 | 2025.04.09 19:14:35.574604 [ 187 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_76_15} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8921 | 2025.04.09 19:14:35.574992 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8922 | 2025.04.09 19:14:35.575438 [ 196 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 421 rows starting from the beginning of the part | ||
| 8923 | 2025.04.09 19:14:35.575888 [ 196 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
| 8924 | 2025.04.09 19:14:35.576654 [ 259 ] {c938fc3d-de5f-4c5f-8173-7098a53aee36} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8925 | 2025.04.09 19:14:35.576763 [ 259 ] {c938fc3d-de5f-4c5f-8173-7098a53aee36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8926 | 2025.04.09 19:14:35.577841 [ 259 ] {c938fc3d-de5f-4c5f-8173-7098a53aee36} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8927 | 2025.04.09 19:14:35.578426 [ 259 ] {c938fc3d-de5f-4c5f-8173-7098a53aee36} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8928 | 2025.04.09 19:14:35.578710 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8929 | 2025.04.09 19:14:35.578756 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8930 | 2025.04.09 19:14:35.578788 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8931 | 2025.04.09 19:14:35.578819 [ 259 ] {c938fc3d-de5f-4c5f-8173-7098a53aee36} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007395 sec., 21636.240703177824 rows/sec., 1.51 MiB/sec. | ||
| 8932 | 2025.04.09 19:14:35.579187 [ 259 ] {c938fc3d-de5f-4c5f-8173-7098a53aee36} <Debug> TCPHandler: Processed in 0.008141985 sec. | ||
| 8933 | 2025.04.09 19:14:35.579205 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8934 | 2025.04.09 19:14:35.579739 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8935 | 2025.04.09 19:14:35.579827 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8936 | 2025.04.09 19:14:35.579865 [ 186 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.009264617 sec., 210154.3971002795 rows/sec., 16.05 MiB/sec. | ||
| 8937 | 2025.04.09 19:14:35.579952 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21776 rows starting from the beginning of the part | ||
| 8938 | 2025.04.09 19:14:35.580042 [ 259 ] {639927c7-2681-4dba-a9d1-823cabc07c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8939 | 2025.04.09 19:14:35.580253 [ 259 ] {639927c7-2681-4dba-a9d1-823cabc07c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8940 | 2025.04.09 19:14:35.580461 [ 186 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8941 | 2025.04.09 19:14:35.580450 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 8942 | 2025.04.09 19:14:35.581220 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 8943 | 2025.04.09 19:14:35.581577 [ 186 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8944 | 2025.04.09 19:14:35.581905 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 8945 | 2025.04.09 19:14:35.581950 [ 186 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_76_15} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8946 | 2025.04.09 19:14:35.582237 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8947 | 2025.04.09 19:14:35.582425 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 8948 | 2025.04.09 19:14:35.582724 [ 192 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 8949 | 2025.04.09 19:14:35.583291 [ 259 ] {639927c7-2681-4dba-a9d1-823cabc07c4e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8950 | 2025.04.09 19:14:35.583364 [ 259 ] {639927c7-2681-4dba-a9d1-823cabc07c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8951 | 2025.04.09 19:14:35.584066 [ 259 ] {639927c7-2681-4dba-a9d1-823cabc07c4e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8952 | 2025.04.09 19:14:35.584619 [ 259 ] {639927c7-2681-4dba-a9d1-823cabc07c4e} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8953 | 2025.04.09 19:14:35.584773 [ 151 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8954 | 2025.04.09 19:14:35.584816 [ 151 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8955 | 2025.04.09 19:14:35.584840 [ 259 ] {639927c7-2681-4dba-a9d1-823cabc07c4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0049 sec., 12244.897959183674 rows/sec., 845.03 KiB/sec. | ||
| 8956 | 2025.04.09 19:14:35.584850 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8957 | 2025.04.09 19:14:35.585078 [ 259 ] {639927c7-2681-4dba-a9d1-823cabc07c4e} <Debug> TCPHandler: Processed in 0.005529964 sec. | ||
| 8958 | 2025.04.09 19:14:35.585555 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8959 | 2025.04.09 19:14:35.586133 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8960 | 2025.04.09 19:14:35.586239 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4308 rows starting from the beginning of the part | ||
| 8961 | 2025.04.09 19:14:35.586557 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 8962 | 2025.04.09 19:14:35.586709 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 8963 | 2025.04.09 19:14:35.586958 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 8964 | 2025.04.09 19:14:35.587060 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 8965 | 2025.04.09 19:14:35.587445 [ 193 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 8966 | 2025.04.09 19:14:35.604883 [ 186 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4652 rows, containing 4 columns (4 merged, 0 gathered) in 0.019834298 sec., 234543.2139821636 rows/sec., 15.29 MiB/sec. | ||
| 8967 | 2025.04.09 19:14:35.605564 [ 195 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8968 | 2025.04.09 19:14:35.606079 [ 195 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8969 | 2025.04.09 19:14:35.606174 [ 195 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_76_15} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8970 | 2025.04.09 19:14:35.606265 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 8971 | 2025.04.09 19:14:35.606617 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22730 rows, containing 5 columns (5 merged, 0 gathered) in 0.027702576 sec., 820501.3136684473 rows/sec., 55.42 MiB/sec. | ||
| 8972 | 2025.04.09 19:14:35.607131 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8973 | 2025.04.09 19:14:35.607439 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8974 | 2025.04.09 19:14:35.607517 [ 199 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8975 | 2025.04.09 19:14:35.607605 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 8976 | 2025.04.09 19:14:35.950932 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8977 | 2025.04.09 19:14:35.951141 [ 259 ] {3355a34b-ff51-45e7-af83-c1e4f98e3307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8978 | 2025.04.09 19:14:35.951211 [ 259 ] {3355a34b-ff51-45e7-af83-c1e4f98e3307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8979 | 2025.04.09 19:14:35.952046 [ 259 ] {3355a34b-ff51-45e7-af83-c1e4f98e3307} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8980 | 2025.04.09 19:14:35.952096 [ 259 ] {3355a34b-ff51-45e7-af83-c1e4f98e3307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8981 | 2025.04.09 19:14:35.952555 [ 259 ] {3355a34b-ff51-45e7-af83-c1e4f98e3307} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8982 | 2025.04.09 19:14:35.952820 [ 259 ] {3355a34b-ff51-45e7-af83-c1e4f98e3307} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8983 | 2025.04.09 19:14:35.952978 [ 151 ] {} <Debug> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 8984 | 2025.04.09 19:14:35.953025 [ 151 ] {} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8985 | 2025.04.09 19:14:35.953032 [ 259 ] {3355a34b-ff51-45e7-af83-c1e4f98e3307} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001945 sec., 108997.4293059126 rows/sec., 6.93 MiB/sec. | ||
| 8986 | 2025.04.09 19:14:35.953050 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8987 | 2025.04.09 19:14:35.953122 [ 259 ] {3355a34b-ff51-45e7-af83-c1e4f98e3307} <Debug> TCPHandler: Processed in 0.002333484 sec. | ||
| 8988 | 2025.04.09 19:14:35.953191 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 8989 | 2025.04.09 19:14:35.953244 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8990 | 2025.04.09 19:14:35.953316 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8991 | 2025.04.09 19:14:35.953363 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 212 rows starting from the beginning of the part | ||
| 8992 | 2025.04.09 19:14:35.953367 [ 259 ] {257b4bef-862e-4c34-b41d-1b3ef5a54602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8993 | 2025.04.09 19:14:35.953432 [ 259 ] {257b4bef-862e-4c34-b41d-1b3ef5a54602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8994 | 2025.04.09 19:14:35.953504 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part | ||
| 8995 | 2025.04.09 19:14:35.953869 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part | ||
| 8996 | 2025.04.09 19:14:35.954369 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part | ||
| 8997 | 2025.04.09 19:14:35.954627 [ 195 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part | ||
| 8998 | 2025.04.09 19:14:35.955396 [ 259 ] {257b4bef-862e-4c34-b41d-1b3ef5a54602} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8999 | 2025.04.09 19:14:35.955450 [ 259 ] {257b4bef-862e-4c34-b41d-1b3ef5a54602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9000 | 2025.04.09 19:14:35.955984 [ 259 ] {257b4bef-862e-4c34-b41d-1b3ef5a54602} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 9001 | 2025.04.09 19:14:35.956250 [ 198 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003116936 sec., 340077.56335067516 rows/sec., 22.93 MiB/sec. | ||
| 9002 | 2025.04.09 19:14:35.956358 [ 259 ] {257b4bef-862e-4c34-b41d-1b3ef5a54602} <Trace> oximeter.fields_ipaddr (eb8dd831-801c-4d5c-8a8d-4d6ad24be291): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2025.04.09 19:14:35.956551 [ 198 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9004 | 2025.04.09 19:14:35.956831 [ 259 ] {257b4bef-862e-4c34-b41d-1b3ef5a54602} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003483 sec., 574.2176284811944 rows/sec., 46.82 KiB/sec. | ||
| 9005 | 2025.04.09 19:14:35.957156 [ 259 ] {257b4bef-862e-4c34-b41d-1b3ef5a54602} <Debug> TCPHandler: Processed in 0.00395998 sec. | ||
| 9006 | 2025.04.09 19:14:35.957347 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9007 | 2025.04.09 19:14:35.957363 [ 198 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_33_8} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9008 | 2025.04.09 19:14:35.957523 [ 259 ] {54166433-0bc8-483e-81c6-84e21392f278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9009 | 2025.04.09 19:14:35.957524 [ 198 ] {2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2::all_1_33_8} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9010 | 2025.04.09 19:14:35.957594 [ 259 ] {54166433-0bc8-483e-81c6-84e21392f278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9011 | 2025.04.09 19:14:35.957720 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 9012 | 2025.04.09 19:14:35.959220 [ 259 ] {54166433-0bc8-483e-81c6-84e21392f278} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9013 | 2025.04.09 19:14:35.959263 [ 259 ] {54166433-0bc8-483e-81c6-84e21392f278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9014 | 2025.04.09 19:14:35.959778 [ 259 ] {54166433-0bc8-483e-81c6-84e21392f278} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9015 | 2025.04.09 19:14:35.960018 [ 259 ] {54166433-0bc8-483e-81c6-84e21392f278} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9016 | 2025.04.09 19:14:35.960192 [ 259 ] {54166433-0bc8-483e-81c6-84e21392f278} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.002724 sec., 674008.8105726873 rows/sec., 55.01 MiB/sec. | ||
| 9017 | 2025.04.09 19:14:35.960243 [ 259 ] {54166433-0bc8-483e-81c6-84e21392f278} <Debug> TCPHandler: Processed in 0.002960142 sec. | ||
| 9018 | 2025.04.09 19:14:35.960361 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9019 | 2025.04.09 19:14:35.960466 [ 259 ] {b06ce224-7fb5-42e6-96dc-c1c5ada2c94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9020 | 2025.04.09 19:14:35.960511 [ 259 ] {b06ce224-7fb5-42e6-96dc-c1c5ada2c94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9021 | 2025.04.09 19:14:35.961080 [ 259 ] {b06ce224-7fb5-42e6-96dc-c1c5ada2c94b} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9022 | 2025.04.09 19:14:35.961117 [ 259 ] {b06ce224-7fb5-42e6-96dc-c1c5ada2c94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9023 | 2025.04.09 19:14:35.961463 [ 259 ] {b06ce224-7fb5-42e6-96dc-c1c5ada2c94b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9024 | 2025.04.09 19:14:35.961703 [ 259 ] {b06ce224-7fb5-42e6-96dc-c1c5ada2c94b} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9025 | 2025.04.09 19:14:35.961876 [ 259 ] {b06ce224-7fb5-42e6-96dc-c1c5ada2c94b} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001432 sec., 102653.6312849162 rows/sec., 6.45 MiB/sec. | ||
| 9026 | 2025.04.09 19:14:35.961926 [ 259 ] {b06ce224-7fb5-42e6-96dc-c1c5ada2c94b} <Debug> TCPHandler: Processed in 0.001618495 sec. | ||
| 9027 | 2025.04.09 19:14:35.962058 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9028 | 2025.04.09 19:14:35.962191 [ 259 ] {05713a5d-14e8-43fd-a2c9-2096c57a8b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9029 | 2025.04.09 19:14:35.962245 [ 259 ] {05713a5d-14e8-43fd-a2c9-2096c57a8b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9030 | 2025.04.09 19:14:35.963037 [ 259 ] {05713a5d-14e8-43fd-a2c9-2096c57a8b44} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9031 | 2025.04.09 19:14:35.963083 [ 259 ] {05713a5d-14e8-43fd-a2c9-2096c57a8b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9032 | 2025.04.09 19:14:35.963449 [ 259 ] {05713a5d-14e8-43fd-a2c9-2096c57a8b44} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9033 | 2025.04.09 19:14:35.963680 [ 259 ] {05713a5d-14e8-43fd-a2c9-2096c57a8b44} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9034 | 2025.04.09 19:14:35.963854 [ 259 ] {05713a5d-14e8-43fd-a2c9-2096c57a8b44} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001691 sec., 201655.82495564755 rows/sec., 13.46 MiB/sec. | ||
| 9035 | 2025.04.09 19:14:35.963905 [ 259 ] {05713a5d-14e8-43fd-a2c9-2096c57a8b44} <Debug> TCPHandler: Processed in 0.001912003 sec. | ||
| 9036 | 2025.04.09 19:14:35.964027 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9037 | 2025.04.09 19:14:35.964134 [ 259 ] {0247e0af-c9d6-426e-ac5d-978e8165a068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9038 | 2025.04.09 19:14:35.964177 [ 259 ] {0247e0af-c9d6-426e-ac5d-978e8165a068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9039 | 2025.04.09 19:14:35.964727 [ 259 ] {0247e0af-c9d6-426e-ac5d-978e8165a068} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9040 | 2025.04.09 19:14:35.964768 [ 259 ] {0247e0af-c9d6-426e-ac5d-978e8165a068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9041 | 2025.04.09 19:14:35.965108 [ 259 ] {0247e0af-c9d6-426e-ac5d-978e8165a068} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9042 | 2025.04.09 19:14:35.965340 [ 259 ] {0247e0af-c9d6-426e-ac5d-978e8165a068} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9043 | 2025.04.09 19:14:35.965460 [ 151 ] {} <Debug> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9044 | 2025.04.09 19:14:35.965501 [ 151 ] {} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9045 | 2025.04.09 19:14:35.965524 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9046 | 2025.04.09 19:14:35.965533 [ 259 ] {0247e0af-c9d6-426e-ac5d-978e8165a068} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001421 sec., 78817.73399014778 rows/sec., 4.49 MiB/sec. | ||
| 9047 | 2025.04.09 19:14:35.965772 [ 259 ] {0247e0af-c9d6-426e-ac5d-978e8165a068} <Debug> TCPHandler: Processed in 0.00179415 sec. | ||
| 9048 | 2025.04.09 19:14:35.965962 [ 198 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9049 | 2025.04.09 19:14:35.966094 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9050 | 2025.04.09 19:14:35.966458 [ 259 ] {f1efb81a-2ac8-4c45-82ad-a16c00fdaab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9051 | 2025.04.09 19:14:35.966524 [ 198 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9052 | 2025.04.09 19:14:35.966565 [ 259 ] {f1efb81a-2ac8-4c45-82ad-a16c00fdaab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9053 | 2025.04.09 19:14:35.966609 [ 198 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 112 rows starting from the beginning of the part | ||
| 9054 | 2025.04.09 19:14:35.966932 [ 198 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part | ||
| 9055 | 2025.04.09 19:14:35.967257 [ 198 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part | ||
| 9056 | 2025.04.09 19:14:35.967601 [ 198 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part | ||
| 9057 | 2025.04.09 19:14:35.967934 [ 198 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part | ||
| 9058 | 2025.04.09 19:14:35.969802 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004176116 sec., 134095.89197234943 rows/sec., 8.15 MiB/sec. | ||
| 9059 | 2025.04.09 19:14:35.969906 [ 259 ] {f1efb81a-2ac8-4c45-82ad-a16c00fdaab3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9060 | 2025.04.09 19:14:35.969973 [ 259 ] {f1efb81a-2ac8-4c45-82ad-a16c00fdaab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9061 | 2025.04.09 19:14:35.970081 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9062 | 2025.04.09 19:14:35.970657 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_33_8} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9063 | 2025.04.09 19:14:35.970718 [ 259 ] {f1efb81a-2ac8-4c45-82ad-a16c00fdaab3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9064 | 2025.04.09 19:14:35.970828 [ 201 ] {3e43d551-7166-42c0-8d4e-dd17290f367f::all_1_33_8} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9065 | 2025.04.09 19:14:35.971005 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9066 | 2025.04.09 19:14:35.971136 [ 259 ] {f1efb81a-2ac8-4c45-82ad-a16c00fdaab3} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9067 | 2025.04.09 19:14:35.971359 [ 259 ] {f1efb81a-2ac8-4c45-82ad-a16c00fdaab3} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.005049 sec., 174093.8799762329 rows/sec., 12.60 MiB/sec. | ||
| 9068 | 2025.04.09 19:14:35.971420 [ 259 ] {f1efb81a-2ac8-4c45-82ad-a16c00fdaab3} <Debug> TCPHandler: Processed in 0.005462851 sec. | ||
| 9069 | 2025.04.09 19:14:35.971541 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9070 | 2025.04.09 19:14:35.971647 [ 259 ] {e6ed93ee-81d3-4497-9eb8-a437ebac5210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9071 | 2025.04.09 19:14:35.971694 [ 259 ] {e6ed93ee-81d3-4497-9eb8-a437ebac5210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9072 | 2025.04.09 19:14:35.972137 [ 259 ] {e6ed93ee-81d3-4497-9eb8-a437ebac5210} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9073 | 2025.04.09 19:14:35.972176 [ 259 ] {e6ed93ee-81d3-4497-9eb8-a437ebac5210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9074 | 2025.04.09 19:14:35.972521 [ 259 ] {e6ed93ee-81d3-4497-9eb8-a437ebac5210} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9075 | 2025.04.09 19:14:35.972748 [ 259 ] {e6ed93ee-81d3-4497-9eb8-a437ebac5210} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9076 | 2025.04.09 19:14:35.972959 [ 259 ] {e6ed93ee-81d3-4497-9eb8-a437ebac5210} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 235.17 KiB/sec. | ||
| 9077 | 2025.04.09 19:14:35.973008 [ 259 ] {e6ed93ee-81d3-4497-9eb8-a437ebac5210} <Debug> TCPHandler: Processed in 0.001518132 sec. | ||
| 9078 | 2025.04.09 19:14:35.973141 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9079 | 2025.04.09 19:14:35.973246 [ 259 ] {8947d800-48d7-4ec6-a843-2ffca994ab55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9080 | 2025.04.09 19:14:35.973295 [ 259 ] {8947d800-48d7-4ec6-a843-2ffca994ab55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9081 | 2025.04.09 19:14:35.974100 [ 259 ] {8947d800-48d7-4ec6-a843-2ffca994ab55} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9082 | 2025.04.09 19:14:35.974139 [ 259 ] {8947d800-48d7-4ec6-a843-2ffca994ab55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9083 | 2025.04.09 19:14:35.974559 [ 259 ] {8947d800-48d7-4ec6-a843-2ffca994ab55} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9084 | 2025.04.09 19:14:35.974789 [ 259 ] {8947d800-48d7-4ec6-a843-2ffca994ab55} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9085 | 2025.04.09 19:14:35.975008 [ 259 ] {8947d800-48d7-4ec6-a843-2ffca994ab55} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001779 sec., 537380.550871276 rows/sec., 35.70 MiB/sec. | ||
| 9086 | 2025.04.09 19:14:35.975078 [ 259 ] {8947d800-48d7-4ec6-a843-2ffca994ab55} <Debug> TCPHandler: Processed in 0.001986995 sec. | ||
| 9087 | 2025.04.09 19:14:35.975353 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9088 | 2025.04.09 19:14:35.975688 [ 259 ] {f46d951a-5186-4a6d-8c25-9cee1952fede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9089 | 2025.04.09 19:14:35.975851 [ 259 ] {f46d951a-5186-4a6d-8c25-9cee1952fede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9090 | 2025.04.09 19:14:35.976374 [ 259 ] {f46d951a-5186-4a6d-8c25-9cee1952fede} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9091 | 2025.04.09 19:14:35.976413 [ 259 ] {f46d951a-5186-4a6d-8c25-9cee1952fede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9092 | 2025.04.09 19:14:35.976761 [ 259 ] {f46d951a-5186-4a6d-8c25-9cee1952fede} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9093 | 2025.04.09 19:14:35.976985 [ 259 ] {f46d951a-5186-4a6d-8c25-9cee1952fede} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9094 | 2025.04.09 19:14:35.977186 [ 259 ] {f46d951a-5186-4a6d-8c25-9cee1952fede} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00163 sec., 613.4969325153374 rows/sec., 41.34 KiB/sec. | ||
| 9095 | 2025.04.09 19:14:35.977236 [ 259 ] {f46d951a-5186-4a6d-8c25-9cee1952fede} <Debug> TCPHandler: Processed in 0.001984045 sec. | ||
| 9096 | 2025.04.09 19:14:35.977366 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9097 | 2025.04.09 19:14:35.977471 [ 259 ] {c4ad1241-c380-47bb-b050-bdb044a40879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9098 | 2025.04.09 19:14:35.977536 [ 259 ] {c4ad1241-c380-47bb-b050-bdb044a40879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9099 | 2025.04.09 19:14:35.978703 [ 259 ] {c4ad1241-c380-47bb-b050-bdb044a40879} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9100 | 2025.04.09 19:14:35.978742 [ 259 ] {c4ad1241-c380-47bb-b050-bdb044a40879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9101 | 2025.04.09 19:14:35.979374 [ 259 ] {c4ad1241-c380-47bb-b050-bdb044a40879} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9102 | 2025.04.09 19:14:35.979621 [ 259 ] {c4ad1241-c380-47bb-b050-bdb044a40879} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9103 | 2025.04.09 19:14:35.979920 [ 259 ] {c4ad1241-c380-47bb-b050-bdb044a40879} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002465 sec., 15821.501014198782 rows/sec., 28.35 MiB/sec. | ||
| 9104 | 2025.04.09 19:14:35.980560 [ 259 ] {c4ad1241-c380-47bb-b050-bdb044a40879} <Debug> TCPHandler: Processed in 0.00323976 sec. | ||
| 9105 | 2025.04.09 19:14:35.980761 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9106 | 2025.04.09 19:14:35.980866 [ 259 ] {b8c3347f-1416-4e8f-9d3b-8ee7e0692933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9107 | 2025.04.09 19:14:35.980914 [ 259 ] {b8c3347f-1416-4e8f-9d3b-8ee7e0692933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9108 | 2025.04.09 19:14:35.981398 [ 259 ] {b8c3347f-1416-4e8f-9d3b-8ee7e0692933} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9109 | 2025.04.09 19:14:35.981436 [ 259 ] {b8c3347f-1416-4e8f-9d3b-8ee7e0692933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9110 | 2025.04.09 19:14:35.981780 [ 259 ] {b8c3347f-1416-4e8f-9d3b-8ee7e0692933} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9111 | 2025.04.09 19:14:35.982006 [ 259 ] {b8c3347f-1416-4e8f-9d3b-8ee7e0692933} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9112 | 2025.04.09 19:14:35.982231 [ 259 ] {b8c3347f-1416-4e8f-9d3b-8ee7e0692933} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001386 sec., 24531.02453102453 rows/sec., 1.42 MiB/sec. | ||
| 9113 | 2025.04.09 19:14:35.982330 [ 259 ] {b8c3347f-1416-4e8f-9d3b-8ee7e0692933} <Debug> TCPHandler: Processed in 0.001619765 sec. | ||
| 9114 | 2025.04.09 19:14:36.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.09 MiB, peak 234.14 MiB, free memory in arenas 0.00 B, will set to 227.59 MiB (RSS), difference: 11.50 MiB | ||
| 9115 | 2025.04.09 19:14:38.529586 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1282 | ||
| 9116 | 2025.04.09 19:14:38.533071 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9117 | 2025.04.09 19:14:38.533118 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9118 | 2025.04.09 19:14:38.534591 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9119 | 2025.04.09 19:14:38.534903 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9120 | 2025.04.09 19:14:38.535422 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1282 | ||
| 9121 | 2025.04.09 19:14:40.562416 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9122 | 2025.04.09 19:14:40.562621 [ 259 ] {3566c6c9-cbc8-4670-a1af-7fb16eb2e582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9123 | 2025.04.09 19:14:40.562696 [ 259 ] {3566c6c9-cbc8-4670-a1af-7fb16eb2e582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9124 | 2025.04.09 19:14:40.563456 [ 259 ] {3566c6c9-cbc8-4670-a1af-7fb16eb2e582} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9125 | 2025.04.09 19:14:40.563514 [ 259 ] {3566c6c9-cbc8-4670-a1af-7fb16eb2e582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9126 | 2025.04.09 19:14:40.563964 [ 259 ] {3566c6c9-cbc8-4670-a1af-7fb16eb2e582} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9127 | 2025.04.09 19:14:40.564242 [ 259 ] {3566c6c9-cbc8-4670-a1af-7fb16eb2e582} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9128 | 2025.04.09 19:14:40.564486 [ 259 ] {3566c6c9-cbc8-4670-a1af-7fb16eb2e582} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.25 MiB/sec. | ||
| 9129 | 2025.04.09 19:14:40.564562 [ 259 ] {3566c6c9-cbc8-4670-a1af-7fb16eb2e582} <Debug> TCPHandler: Processed in 0.002279643 sec. | ||
| 9130 | 2025.04.09 19:14:40.564708 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9131 | 2025.04.09 19:14:40.564825 [ 259 ] {bc497779-1dd6-4f3b-9f03-fd790a0bce4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9132 | 2025.04.09 19:14:40.564876 [ 259 ] {bc497779-1dd6-4f3b-9f03-fd790a0bce4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9133 | 2025.04.09 19:14:40.565443 [ 259 ] {bc497779-1dd6-4f3b-9f03-fd790a0bce4c} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9134 | 2025.04.09 19:14:40.565486 [ 259 ] {bc497779-1dd6-4f3b-9f03-fd790a0bce4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9135 | 2025.04.09 19:14:40.565882 [ 259 ] {bc497779-1dd6-4f3b-9f03-fd790a0bce4c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9136 | 2025.04.09 19:14:40.566131 [ 259 ] {bc497779-1dd6-4f3b-9f03-fd790a0bce4c} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9137 | 2025.04.09 19:14:40.566360 [ 259 ] {bc497779-1dd6-4f3b-9f03-fd790a0bce4c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001564 sec., 40920.71611253197 rows/sec., 3.19 MiB/sec. | ||
| 9138 | 2025.04.09 19:14:40.566441 [ 259 ] {bc497779-1dd6-4f3b-9f03-fd790a0bce4c} <Debug> TCPHandler: Processed in 0.00178641 sec. | ||
| 9139 | 2025.04.09 19:14:40.566555 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9140 | 2025.04.09 19:14:40.566665 [ 259 ] {719372f3-e26f-4744-b67c-a05fa08e36d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9141 | 2025.04.09 19:14:40.566716 [ 259 ] {719372f3-e26f-4744-b67c-a05fa08e36d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9142 | 2025.04.09 19:14:40.567290 [ 259 ] {719372f3-e26f-4744-b67c-a05fa08e36d1} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9143 | 2025.04.09 19:14:40.567330 [ 259 ] {719372f3-e26f-4744-b67c-a05fa08e36d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9144 | 2025.04.09 19:14:40.567723 [ 259 ] {719372f3-e26f-4744-b67c-a05fa08e36d1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9145 | 2025.04.09 19:14:40.567974 [ 259 ] {719372f3-e26f-4744-b67c-a05fa08e36d1} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9146 | 2025.04.09 19:14:40.568215 [ 259 ] {719372f3-e26f-4744-b67c-a05fa08e36d1} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001574 sec., 81321.47395171536 rows/sec., 5.66 MiB/sec. | ||
| 9147 | 2025.04.09 19:14:40.568268 [ 259 ] {719372f3-e26f-4744-b67c-a05fa08e36d1} <Debug> TCPHandler: Processed in 0.001766149 sec. | ||
| 9148 | 2025.04.09 19:14:40.568381 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9149 | 2025.04.09 19:14:40.568489 [ 259 ] {21cf6418-5850-4ff7-83af-a8c634147038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9150 | 2025.04.09 19:14:40.568536 [ 259 ] {21cf6418-5850-4ff7-83af-a8c634147038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9151 | 2025.04.09 19:14:40.568960 [ 259 ] {21cf6418-5850-4ff7-83af-a8c634147038} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9152 | 2025.04.09 19:14:40.568999 [ 259 ] {21cf6418-5850-4ff7-83af-a8c634147038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9153 | 2025.04.09 19:14:40.569357 [ 259 ] {21cf6418-5850-4ff7-83af-a8c634147038} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9154 | 2025.04.09 19:14:40.569588 [ 259 ] {21cf6418-5850-4ff7-83af-a8c634147038} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9155 | 2025.04.09 19:14:40.569797 [ 259 ] {21cf6418-5850-4ff7-83af-a8c634147038} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001332 sec., 36036.036036036036 rows/sec., 2.43 MiB/sec. | ||
| 9156 | 2025.04.09 19:14:40.569849 [ 259 ] {21cf6418-5850-4ff7-83af-a8c634147038} <Debug> TCPHandler: Processed in 0.001519672 sec. | ||
| 9157 | 2025.04.09 19:14:40.927329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 9158 | 2025.04.09 19:14:40.928073 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9159 | 2025.04.09 19:14:40.928122 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9160 | 2025.04.09 19:14:40.928672 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9161 | 2025.04.09 19:14:40.928929 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9162 | 2025.04.09 19:14:40.929134 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 9163 | 2025.04.09 19:14:42.443210 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9164 | 2025.04.09 19:14:42.463146 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9165 | 2025.04.09 19:14:42.463215 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9166 | 2025.04.09 19:14:42.471005 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9167 | 2025.04.09 19:14:42.471787 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9168 | 2025.04.09 19:14:42.475100 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9169 | 2025.04.09 19:14:45.563209 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9170 | 2025.04.09 19:14:45.563416 [ 259 ] {385ef0ab-7220-4591-9a11-594f403c9137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9171 | 2025.04.09 19:14:45.563490 [ 259 ] {385ef0ab-7220-4591-9a11-594f403c9137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9172 | 2025.04.09 19:14:45.564277 [ 259 ] {385ef0ab-7220-4591-9a11-594f403c9137} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9173 | 2025.04.09 19:14:45.564326 [ 259 ] {385ef0ab-7220-4591-9a11-594f403c9137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9174 | 2025.04.09 19:14:45.564766 [ 259 ] {385ef0ab-7220-4591-9a11-594f403c9137} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9175 | 2025.04.09 19:14:45.565027 [ 259 ] {385ef0ab-7220-4591-9a11-594f403c9137} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9176 | 2025.04.09 19:14:45.565277 [ 259 ] {385ef0ab-7220-4591-9a11-594f403c9137} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001904 sec., 29411.764705882353 rows/sec., 2.26 MiB/sec. | ||
| 9177 | 2025.04.09 19:14:45.565396 [ 259 ] {385ef0ab-7220-4591-9a11-594f403c9137} <Debug> TCPHandler: Processed in 0.002321374 sec. | ||
| 9178 | 2025.04.09 19:14:45.565615 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9179 | 2025.04.09 19:14:45.565773 [ 259 ] {4890e0e9-11ff-4947-b584-31960f3c9832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9180 | 2025.04.09 19:14:45.565825 [ 259 ] {4890e0e9-11ff-4947-b584-31960f3c9832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9181 | 2025.04.09 19:14:45.566399 [ 259 ] {4890e0e9-11ff-4947-b584-31960f3c9832} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9182 | 2025.04.09 19:14:45.566442 [ 259 ] {4890e0e9-11ff-4947-b584-31960f3c9832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9183 | 2025.04.09 19:14:45.566803 [ 259 ] {4890e0e9-11ff-4947-b584-31960f3c9832} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9184 | 2025.04.09 19:14:45.567042 [ 259 ] {4890e0e9-11ff-4947-b584-31960f3c9832} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9185 | 2025.04.09 19:14:45.567252 [ 259 ] {4890e0e9-11ff-4947-b584-31960f3c9832} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001507 sec., 42468.4804246848 rows/sec., 3.31 MiB/sec. | ||
| 9186 | 2025.04.09 19:14:45.567308 [ 259 ] {4890e0e9-11ff-4947-b584-31960f3c9832} <Debug> TCPHandler: Processed in 0.001792009 sec. | ||
| 9187 | 2025.04.09 19:14:45.567426 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9188 | 2025.04.09 19:14:45.567534 [ 259 ] {e3c58bb6-b1cf-44fd-980a-da2b4a1cbf8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9189 | 2025.04.09 19:14:45.567585 [ 259 ] {e3c58bb6-b1cf-44fd-980a-da2b4a1cbf8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9190 | 2025.04.09 19:14:45.568099 [ 259 ] {e3c58bb6-b1cf-44fd-980a-da2b4a1cbf8e} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9191 | 2025.04.09 19:14:45.568138 [ 259 ] {e3c58bb6-b1cf-44fd-980a-da2b4a1cbf8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9192 | 2025.04.09 19:14:45.568531 [ 259 ] {e3c58bb6-b1cf-44fd-980a-da2b4a1cbf8e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9193 | 2025.04.09 19:14:45.568771 [ 259 ] {e3c58bb6-b1cf-44fd-980a-da2b4a1cbf8e} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9194 | 2025.04.09 19:14:45.568981 [ 259 ] {e3c58bb6-b1cf-44fd-980a-da2b4a1cbf8e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. | ||
| 9195 | 2025.04.09 19:14:45.569033 [ 259 ] {e3c58bb6-b1cf-44fd-980a-da2b4a1cbf8e} <Debug> TCPHandler: Processed in 0.001662816 sec. | ||
| 9196 | 2025.04.09 19:14:45.569161 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9197 | 2025.04.09 19:14:45.569265 [ 259 ] {ad51e62d-7621-447f-b6d2-c36ab204aa67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9198 | 2025.04.09 19:14:45.569313 [ 259 ] {ad51e62d-7621-447f-b6d2-c36ab204aa67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9199 | 2025.04.09 19:14:45.569743 [ 259 ] {ad51e62d-7621-447f-b6d2-c36ab204aa67} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9200 | 2025.04.09 19:14:45.569782 [ 259 ] {ad51e62d-7621-447f-b6d2-c36ab204aa67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9201 | 2025.04.09 19:14:45.570140 [ 259 ] {ad51e62d-7621-447f-b6d2-c36ab204aa67} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9202 | 2025.04.09 19:14:45.570371 [ 259 ] {ad51e62d-7621-447f-b6d2-c36ab204aa67} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9203 | 2025.04.09 19:14:45.570582 [ 259 ] {ad51e62d-7621-447f-b6d2-c36ab204aa67} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
| 9204 | 2025.04.09 19:14:45.570645 [ 259 ] {ad51e62d-7621-447f-b6d2-c36ab204aa67} <Debug> TCPHandler: Processed in 0.001537533 sec. | ||
| 9205 | 2025.04.09 19:14:47.135564 [ 139 ] {} <Debug> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9206 | 2025.04.09 19:14:47.135663 [ 139 ] {} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9207 | 2025.04.09 19:14:47.135709 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9208 | 2025.04.09 19:14:47.136059 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9209 | 2025.04.09 19:14:47.136287 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9210 | 2025.04.09 19:14:47.136328 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 341 rows starting from the beginning of the part | ||
| 9211 | 2025.04.09 19:14:47.136414 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 341 rows starting from the beginning of the part | ||
| 9212 | 2025.04.09 19:14:47.136689 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 113 rows starting from the beginning of the part | ||
| 9213 | 2025.04.09 19:14:47.136924 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part | ||
| 9214 | 2025.04.09 19:14:47.137105 [ 200 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 341 rows starting from the beginning of the part | ||
| 9215 | 2025.04.09 19:14:47.138453 [ 201 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002596882 sec., 480961.39909322024 rows/sec., 33.75 MiB/sec. | ||
| 9216 | 2025.04.09 19:14:47.138714 [ 201 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9217 | 2025.04.09 19:14:47.139052 [ 201 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_33_7} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9218 | 2025.04.09 19:14:47.139141 [ 201 ] {a3d7d530-3bb2-40a3-aac2-e35058b87e8e::all_1_33_7} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9219 | 2025.04.09 19:14:47.139244 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 9220 | 2025.04.09 19:14:47.396137 [ 126 ] {} <Debug> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9221 | 2025.04.09 19:14:47.396204 [ 126 ] {} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9222 | 2025.04.09 19:14:47.396228 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9223 | 2025.04.09 19:14:47.396376 [ 200 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9224 | 2025.04.09 19:14:47.396571 [ 200 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9225 | 2025.04.09 19:14:47.396605 [ 200 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 9226 | 2025.04.09 19:14:47.396676 [ 200 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9227 | 2025.04.09 19:14:47.396909 [ 200 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 9228 | 2025.04.09 19:14:47.397146 [ 200 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 9229 | 2025.04.09 19:14:47.397360 [ 200 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 9230 | 2025.04.09 19:14:47.398386 [ 201 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002086967 sec., 94874.52365082917 rows/sec., 4.84 MiB/sec. | ||
| 9231 | 2025.04.09 19:14:47.398557 [ 201 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9232 | 2025.04.09 19:14:47.398880 [ 201 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_33_7} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9233 | 2025.04.09 19:14:47.398970 [ 201 ] {f4efa206-3a53-4e66-a5a8-f8980e506ad0::all_1_33_7} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9234 | 2025.04.09 19:14:47.399063 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9235 | 2025.04.09 19:14:47.951801 [ 126 ] {} <Debug> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9236 | 2025.04.09 19:14:47.951865 [ 126 ] {} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9237 | 2025.04.09 19:14:47.951887 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9238 | 2025.04.09 19:14:47.952106 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9239 | 2025.04.09 19:14:47.952376 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9240 | 2025.04.09 19:14:47.952414 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 163 rows starting from the beginning of the part | ||
| 9241 | 2025.04.09 19:14:47.952498 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part | ||
| 9242 | 2025.04.09 19:14:47.952762 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 145 rows starting from the beginning of the part | ||
| 9243 | 2025.04.09 19:14:47.952971 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 145 rows starting from the beginning of the part | ||
| 9244 | 2025.04.09 19:14:47.953136 [ 197 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 147 rows starting from the beginning of the part | ||
| 9245 | 2025.04.09 19:14:47.954409 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.002435107 sec., 312511.9347938304 rows/sec., 20.89 MiB/sec. | ||
| 9246 | 2025.04.09 19:14:47.954632 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9247 | 2025.04.09 19:14:47.954979 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_33_7} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9248 | 2025.04.09 19:14:47.955075 [ 199 ] {04897173-77d3-4240-8bf2-39cfd7e364ab::all_1_33_7} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9249 | 2025.04.09 19:14:47.955187 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 9250 | 2025.04.09 19:14:48.276039 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9251 | 2025.04.09 19:14:48.276112 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9252 | 2025.04.09 19:14:48.429252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9253 | 2025.04.09 19:14:48.429999 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9254 | 2025.04.09 19:14:48.430052 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9255 | 2025.04.09 19:14:48.430599 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9256 | 2025.04.09 19:14:48.430869 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9257 | 2025.04.09 19:14:48.431126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9258 | 2025.04.09 19:14:48.535663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1298 | ||
| 9259 | 2025.04.09 19:14:48.538507 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9260 | 2025.04.09 19:14:48.538559 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9261 | 2025.04.09 19:14:48.540015 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9262 | 2025.04.09 19:14:48.540334 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9263 | 2025.04.09 19:14:48.541628 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1298 | ||
| 9264 | 2025.04.09 19:14:49.001448 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001039339 sec. | ||
| 9265 | 2025.04.09 19:14:49.975169 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9266 | 2025.04.09 19:14:49.996286 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9267 | 2025.04.09 19:14:49.996351 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9268 | 2025.04.09 19:14:50.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.93 MiB, peak 234.14 MiB, free memory in arenas 0.00 B, will set to 228.45 MiB (RSS), difference: -4.47 MiB | ||
| 9269 | 2025.04.09 19:14:50.005680 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9270 | 2025.04.09 19:14:50.006487 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2025.04.09 19:14:50.009538 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9272 | 2025.04.09 19:14:50.571967 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9273 | 2025.04.09 19:14:50.572183 [ 259 ] {7345a12d-1686-435e-9283-518a72439754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9274 | 2025.04.09 19:14:50.572265 [ 259 ] {7345a12d-1686-435e-9283-518a72439754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9275 | 2025.04.09 19:14:50.573247 [ 259 ] {7345a12d-1686-435e-9283-518a72439754} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9276 | 2025.04.09 19:14:50.573310 [ 259 ] {7345a12d-1686-435e-9283-518a72439754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9277 | 2025.04.09 19:14:50.573802 [ 259 ] {7345a12d-1686-435e-9283-518a72439754} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9278 | 2025.04.09 19:14:50.574060 [ 259 ] {7345a12d-1686-435e-9283-518a72439754} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9279 | 2025.04.09 19:14:50.574301 [ 259 ] {7345a12d-1686-435e-9283-518a72439754} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002176 sec., 97426.4705882353 rows/sec., 6.20 MiB/sec. | ||
| 9280 | 2025.04.09 19:14:50.574368 [ 259 ] {7345a12d-1686-435e-9283-518a72439754} <Debug> TCPHandler: Processed in 0.00254371 sec. | ||
| 9281 | 2025.04.09 19:14:50.574546 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9282 | 2025.04.09 19:14:50.574658 [ 259 ] {3afb7110-3c2b-41ab-b536-4f262aee836f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9283 | 2025.04.09 19:14:50.574706 [ 259 ] {3afb7110-3c2b-41ab-b536-4f262aee836f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9284 | 2025.04.09 19:14:50.575597 [ 259 ] {3afb7110-3c2b-41ab-b536-4f262aee836f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9285 | 2025.04.09 19:14:50.575638 [ 259 ] {3afb7110-3c2b-41ab-b536-4f262aee836f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9286 | 2025.04.09 19:14:50.576035 [ 259 ] {3afb7110-3c2b-41ab-b536-4f262aee836f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9287 | 2025.04.09 19:14:50.576274 [ 259 ] {3afb7110-3c2b-41ab-b536-4f262aee836f} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9288 | 2025.04.09 19:14:50.576501 [ 259 ] {3afb7110-3c2b-41ab-b536-4f262aee836f} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.001869 sec., 371856.607811664 rows/sec., 29.69 MiB/sec. | ||
| 9289 | 2025.04.09 19:14:50.576553 [ 259 ] {3afb7110-3c2b-41ab-b536-4f262aee836f} <Debug> TCPHandler: Processed in 0.002059177 sec. | ||
| 9290 | 2025.04.09 19:14:50.576669 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9291 | 2025.04.09 19:14:50.576775 [ 259 ] {28116679-19cf-4760-b7a5-6f6d1a8c0251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9292 | 2025.04.09 19:14:50.576820 [ 259 ] {28116679-19cf-4760-b7a5-6f6d1a8c0251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9293 | 2025.04.09 19:14:50.577423 [ 259 ] {28116679-19cf-4760-b7a5-6f6d1a8c0251} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9294 | 2025.04.09 19:14:50.577463 [ 259 ] {28116679-19cf-4760-b7a5-6f6d1a8c0251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9295 | 2025.04.09 19:14:50.577811 [ 259 ] {28116679-19cf-4760-b7a5-6f6d1a8c0251} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9296 | 2025.04.09 19:14:50.578038 [ 259 ] {28116679-19cf-4760-b7a5-6f6d1a8c0251} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9297 | 2025.04.09 19:14:50.578236 [ 259 ] {28116679-19cf-4760-b7a5-6f6d1a8c0251} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001482 sec., 97840.75573549258 rows/sec., 6.14 MiB/sec. | ||
| 9298 | 2025.04.09 19:14:50.578287 [ 259 ] {28116679-19cf-4760-b7a5-6f6d1a8c0251} <Debug> TCPHandler: Processed in 0.001669276 sec. | ||
| 9299 | 2025.04.09 19:14:50.578421 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9300 | 2025.04.09 19:14:50.578560 [ 259 ] {b69548c8-c8e7-425e-b012-bff82375f2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9301 | 2025.04.09 19:14:50.578615 [ 259 ] {b69548c8-c8e7-425e-b012-bff82375f2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9302 | 2025.04.09 19:14:50.579304 [ 259 ] {b69548c8-c8e7-425e-b012-bff82375f2e1} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9303 | 2025.04.09 19:14:50.579351 [ 259 ] {b69548c8-c8e7-425e-b012-bff82375f2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9304 | 2025.04.09 19:14:50.579764 [ 259 ] {b69548c8-c8e7-425e-b012-bff82375f2e1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9305 | 2025.04.09 19:14:50.579998 [ 259 ] {b69548c8-c8e7-425e-b012-bff82375f2e1} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9306 | 2025.04.09 19:14:50.580214 [ 259 ] {b69548c8-c8e7-425e-b012-bff82375f2e1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001684 sec., 67102.1377672209 rows/sec., 4.34 MiB/sec. | ||
| 9307 | 2025.04.09 19:14:50.580268 [ 259 ] {b69548c8-c8e7-425e-b012-bff82375f2e1} <Debug> TCPHandler: Processed in 0.001913773 sec. | ||
| 9308 | 2025.04.09 19:14:50.580392 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9309 | 2025.04.09 19:14:50.580498 [ 259 ] {50dfbfee-22fc-478a-b53d-f84ed756f257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9310 | 2025.04.09 19:14:50.580543 [ 259 ] {50dfbfee-22fc-478a-b53d-f84ed756f257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9311 | 2025.04.09 19:14:50.581111 [ 259 ] {50dfbfee-22fc-478a-b53d-f84ed756f257} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9312 | 2025.04.09 19:14:50.581150 [ 259 ] {50dfbfee-22fc-478a-b53d-f84ed756f257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9313 | 2025.04.09 19:14:50.581497 [ 259 ] {50dfbfee-22fc-478a-b53d-f84ed756f257} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9314 | 2025.04.09 19:14:50.581734 [ 259 ] {50dfbfee-22fc-478a-b53d-f84ed756f257} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9315 | 2025.04.09 19:14:50.581979 [ 259 ] {50dfbfee-22fc-478a-b53d-f84ed756f257} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001497 sec., 74816.29926519706 rows/sec., 4.26 MiB/sec. | ||
| 9316 | 2025.04.09 19:14:50.582183 [ 259 ] {50dfbfee-22fc-478a-b53d-f84ed756f257} <Debug> TCPHandler: Processed in 0.001838801 sec. | ||
| 9317 | 2025.04.09 19:14:50.582419 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9318 | 2025.04.09 19:14:50.582527 [ 259 ] {8283017e-85cb-4284-95de-91297daf8a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9319 | 2025.04.09 19:14:50.582573 [ 259 ] {8283017e-85cb-4284-95de-91297daf8a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9320 | 2025.04.09 19:14:50.583310 [ 259 ] {8283017e-85cb-4284-95de-91297daf8a18} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9321 | 2025.04.09 19:14:50.583349 [ 259 ] {8283017e-85cb-4284-95de-91297daf8a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9322 | 2025.04.09 19:14:50.583730 [ 259 ] {8283017e-85cb-4284-95de-91297daf8a18} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9323 | 2025.04.09 19:14:50.583970 [ 259 ] {8283017e-85cb-4284-95de-91297daf8a18} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9324 | 2025.04.09 19:14:50.584186 [ 259 ] {8283017e-85cb-4284-95de-91297daf8a18} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001683 sec., 250148.5442661913 rows/sec., 17.82 MiB/sec. | ||
| 9325 | 2025.04.09 19:14:50.584240 [ 259 ] {8283017e-85cb-4284-95de-91297daf8a18} <Debug> TCPHandler: Processed in 0.001888553 sec. | ||
| 9326 | 2025.04.09 19:14:50.584355 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9327 | 2025.04.09 19:14:50.584461 [ 259 ] {2984b8b9-9624-45da-9787-da3247ae2faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9328 | 2025.04.09 19:14:50.584507 [ 259 ] {2984b8b9-9624-45da-9787-da3247ae2faf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9329 | 2025.04.09 19:14:50.584952 [ 259 ] {2984b8b9-9624-45da-9787-da3247ae2faf} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9330 | 2025.04.09 19:14:50.584990 [ 259 ] {2984b8b9-9624-45da-9787-da3247ae2faf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9331 | 2025.04.09 19:14:50.585354 [ 259 ] {2984b8b9-9624-45da-9787-da3247ae2faf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9332 | 2025.04.09 19:14:50.585595 [ 259 ] {2984b8b9-9624-45da-9787-da3247ae2faf} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9333 | 2025.04.09 19:14:50.585801 [ 259 ] {2984b8b9-9624-45da-9787-da3247ae2faf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec. | ||
| 9334 | 2025.04.09 19:14:50.585851 [ 259 ] {2984b8b9-9624-45da-9787-da3247ae2faf} <Debug> TCPHandler: Processed in 0.001548193 sec. | ||
| 9335 | 2025.04.09 19:14:50.585987 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9336 | 2025.04.09 19:14:50.586093 [ 259 ] {4c248222-93ce-491f-a190-add30a6c9289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9337 | 2025.04.09 19:14:50.586141 [ 259 ] {4c248222-93ce-491f-a190-add30a6c9289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9338 | 2025.04.09 19:14:50.586678 [ 259 ] {4c248222-93ce-491f-a190-add30a6c9289} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9339 | 2025.04.09 19:14:50.586716 [ 259 ] {4c248222-93ce-491f-a190-add30a6c9289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9340 | 2025.04.09 19:14:50.587098 [ 259 ] {4c248222-93ce-491f-a190-add30a6c9289} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9341 | 2025.04.09 19:14:50.587329 [ 259 ] {4c248222-93ce-491f-a190-add30a6c9289} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9342 | 2025.04.09 19:14:50.587590 [ 259 ] {4c248222-93ce-491f-a190-add30a6c9289} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001507 sec., 157266.0915726609 rows/sec., 10.54 MiB/sec. | ||
| 9343 | 2025.04.09 19:14:50.587645 [ 259 ] {4c248222-93ce-491f-a190-add30a6c9289} <Debug> TCPHandler: Processed in 0.001710078 sec. | ||
| 9344 | 2025.04.09 19:14:50.587897 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9345 | 2025.04.09 19:14:50.588102 [ 259 ] {ad77883b-3570-479d-b03e-d54c6e7c712a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9346 | 2025.04.09 19:14:50.588153 [ 259 ] {ad77883b-3570-479d-b03e-d54c6e7c712a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9347 | 2025.04.09 19:14:50.588582 [ 259 ] {ad77883b-3570-479d-b03e-d54c6e7c712a} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9348 | 2025.04.09 19:14:50.588621 [ 259 ] {ad77883b-3570-479d-b03e-d54c6e7c712a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9349 | 2025.04.09 19:14:50.588965 [ 259 ] {ad77883b-3570-479d-b03e-d54c6e7c712a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9350 | 2025.04.09 19:14:50.589196 [ 259 ] {ad77883b-3570-479d-b03e-d54c6e7c712a} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9351 | 2025.04.09 19:14:50.589403 [ 259 ] {ad77883b-3570-479d-b03e-d54c6e7c712a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001351 sec., 740.1924500370096 rows/sec., 49.88 KiB/sec. | ||
| 9352 | 2025.04.09 19:14:50.589453 [ 259 ] {ad77883b-3570-479d-b03e-d54c6e7c712a} <Debug> TCPHandler: Processed in 0.001654306 sec. | ||
| 9353 | 2025.04.09 19:14:50.589588 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9354 | 2025.04.09 19:14:50.589692 [ 259 ] {1a40c40b-d085-478b-ad87-efa7550eed95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9355 | 2025.04.09 19:14:50.589757 [ 259 ] {1a40c40b-d085-478b-ad87-efa7550eed95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9356 | 2025.04.09 19:14:50.590941 [ 259 ] {1a40c40b-d085-478b-ad87-efa7550eed95} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9357 | 2025.04.09 19:14:50.590981 [ 259 ] {1a40c40b-d085-478b-ad87-efa7550eed95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9358 | 2025.04.09 19:14:50.591646 [ 259 ] {1a40c40b-d085-478b-ad87-efa7550eed95} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9359 | 2025.04.09 19:14:50.591900 [ 259 ] {1a40c40b-d085-478b-ad87-efa7550eed95} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9360 | 2025.04.09 19:14:50.592141 [ 259 ] {1a40c40b-d085-478b-ad87-efa7550eed95} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00247 sec., 15789.473684210527 rows/sec., 28.29 MiB/sec. | ||
| 9361 | 2025.04.09 19:14:50.592242 [ 259 ] {1a40c40b-d085-478b-ad87-efa7550eed95} <Debug> TCPHandler: Processed in 0.002706285 sec. | ||
| 9362 | 2025.04.09 19:14:50.592359 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9363 | 2025.04.09 19:14:50.592461 [ 259 ] {addb121b-4021-42c5-8279-1693bafb2c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9364 | 2025.04.09 19:14:50.592507 [ 259 ] {addb121b-4021-42c5-8279-1693bafb2c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9365 | 2025.04.09 19:14:50.592941 [ 259 ] {addb121b-4021-42c5-8279-1693bafb2c69} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9366 | 2025.04.09 19:14:50.592979 [ 259 ] {addb121b-4021-42c5-8279-1693bafb2c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9367 | 2025.04.09 19:14:50.593340 [ 259 ] {addb121b-4021-42c5-8279-1693bafb2c69} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9368 | 2025.04.09 19:14:50.593572 [ 259 ] {addb121b-4021-42c5-8279-1693bafb2c69} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9369 | 2025.04.09 19:14:50.593818 [ 259 ] {addb121b-4021-42c5-8279-1693bafb2c69} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001369 sec., 59897.73557341125 rows/sec., 3.80 MiB/sec. | ||
| 9370 | 2025.04.09 19:14:50.593877 [ 259 ] {addb121b-4021-42c5-8279-1693bafb2c69} <Debug> TCPHandler: Processed in 0.001569343 sec. | ||
| 9371 | 2025.04.09 19:14:51.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.24 MiB, peak 234.14 MiB, free memory in arenas 0.00 B, will set to 228.58 MiB (RSS), difference: 3.34 MiB | ||
| 9372 | 2025.04.09 19:14:55.563487 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9373 | 2025.04.09 19:14:55.563688 [ 259 ] {08b673fb-da90-4c60-aaeb-150e7b2d561a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9374 | 2025.04.09 19:14:55.563763 [ 259 ] {08b673fb-da90-4c60-aaeb-150e7b2d561a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9375 | 2025.04.09 19:14:55.564547 [ 259 ] {08b673fb-da90-4c60-aaeb-150e7b2d561a} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9376 | 2025.04.09 19:14:55.564592 [ 259 ] {08b673fb-da90-4c60-aaeb-150e7b2d561a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9377 | 2025.04.09 19:14:55.565036 [ 259 ] {08b673fb-da90-4c60-aaeb-150e7b2d561a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9378 | 2025.04.09 19:14:55.565291 [ 259 ] {08b673fb-da90-4c60-aaeb-150e7b2d561a} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9379 | 2025.04.09 19:14:55.565447 [ 131 ] {} <Debug> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9380 | 2025.04.09 19:14:55.565499 [ 131 ] {} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9381 | 2025.04.09 19:14:55.565501 [ 259 ] {08b673fb-da90-4c60-aaeb-150e7b2d561a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00186 sec., 30107.526881720427 rows/sec., 2.31 MiB/sec. | ||
| 9382 | 2025.04.09 19:14:55.565527 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9383 | 2025.04.09 19:14:55.565604 [ 259 ] {08b673fb-da90-4c60-aaeb-150e7b2d561a} <Debug> TCPHandler: Processed in 0.002245662 sec. | ||
| 9384 | 2025.04.09 19:14:55.565691 [ 195 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9385 | 2025.04.09 19:14:55.565745 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9386 | 2025.04.09 19:14:55.565837 [ 195 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9387 | 2025.04.09 19:14:55.565886 [ 195 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1844 rows starting from the beginning of the part | ||
| 9388 | 2025.04.09 19:14:55.565886 [ 259 ] {bbf42be0-e4ac-4b6f-bc36-52ad9c13fddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9389 | 2025.04.09 19:14:55.565960 [ 259 ] {bbf42be0-e4ac-4b6f-bc36-52ad9c13fddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9390 | 2025.04.09 19:14:55.566000 [ 195 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1836 rows starting from the beginning of the part | ||
| 9391 | 2025.04.09 19:14:55.566580 [ 195 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 9392 | 2025.04.09 19:14:55.566851 [ 195 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
| 9393 | 2025.04.09 19:14:55.567210 [ 195 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 695 rows starting from the beginning of the part | ||
| 9394 | 2025.04.09 19:14:55.567530 [ 195 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 9395 | 2025.04.09 19:14:55.568444 [ 259 ] {bbf42be0-e4ac-4b6f-bc36-52ad9c13fddf} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9396 | 2025.04.09 19:14:55.568486 [ 259 ] {bbf42be0-e4ac-4b6f-bc36-52ad9c13fddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9397 | 2025.04.09 19:14:55.569034 [ 259 ] {bbf42be0-e4ac-4b6f-bc36-52ad9c13fddf} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9398 | 2025.04.09 19:14:55.569348 [ 259 ] {bbf42be0-e4ac-4b6f-bc36-52ad9c13fddf} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9399 | 2025.04.09 19:14:55.569551 [ 128 ] {} <Debug> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9400 | 2025.04.09 19:14:55.569588 [ 259 ] {bbf42be0-e4ac-4b6f-bc36-52ad9c13fddf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003738 sec., 17121.455323702514 rows/sec., 1.34 MiB/sec. | ||
| 9401 | 2025.04.09 19:14:55.569647 [ 128 ] {} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9402 | 2025.04.09 19:14:55.569751 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9403 | 2025.04.09 19:14:55.569798 [ 259 ] {bbf42be0-e4ac-4b6f-bc36-52ad9c13fddf} <Debug> TCPHandler: Processed in 0.004100644 sec. | ||
| 9404 | 2025.04.09 19:14:55.569960 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9405 | 2025.04.09 19:14:55.569992 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9406 | 2025.04.09 19:14:55.570238 [ 259 ] {0f626440-ab1c-453b-a06c-5a26b513767e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9407 | 2025.04.09 19:14:55.570275 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9408 | 2025.04.09 19:14:55.570370 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 9409 | 2025.04.09 19:14:55.570374 [ 259 ] {0f626440-ab1c-453b-a06c-5a26b513767e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9410 | 2025.04.09 19:14:55.570659 [ 190 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.005015519 sec., 905788.613302033 rows/sec., 76.96 MiB/sec. | ||
| 9411 | 2025.04.09 19:14:55.570864 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 879 rows starting from the beginning of the part | ||
| 9412 | 2025.04.09 19:14:55.571212 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 9413 | 2025.04.09 19:14:55.571307 [ 195 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9414 | 2025.04.09 19:14:55.571833 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part | ||
| 9415 | 2025.04.09 19:14:55.572160 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 421 rows starting from the beginning of the part | ||
| 9416 | 2025.04.09 19:14:55.572437 [ 199 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 9417 | 2025.04.09 19:14:55.572527 [ 195 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9418 | 2025.04.09 19:14:55.572905 [ 195 ] {58a19d80-b01b-4fc0-b68d-3333ecd2e677::all_1_81_16} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9419 | 2025.04.09 19:14:55.573072 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 9420 | 2025.04.09 19:14:55.573236 [ 259 ] {0f626440-ab1c-453b-a06c-5a26b513767e} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9421 | 2025.04.09 19:14:55.573280 [ 259 ] {0f626440-ab1c-453b-a06c-5a26b513767e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9422 | 2025.04.09 19:14:55.573857 [ 259 ] {0f626440-ab1c-453b-a06c-5a26b513767e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9423 | 2025.04.09 19:14:55.574147 [ 259 ] {0f626440-ab1c-453b-a06c-5a26b513767e} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9424 | 2025.04.09 19:14:55.574361 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9425 | 2025.04.09 19:14:55.574477 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9426 | 2025.04.09 19:14:55.574499 [ 259 ] {0f626440-ab1c-453b-a06c-5a26b513767e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004319 sec., 37045.612410280155 rows/sec., 2.58 MiB/sec. | ||
| 9427 | 2025.04.09 19:14:55.574580 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9428 | 2025.04.09 19:14:55.574959 [ 259 ] {0f626440-ab1c-453b-a06c-5a26b513767e} <Debug> TCPHandler: Processed in 0.00502962 sec. | ||
| 9429 | 2025.04.09 19:14:55.575225 [ 198 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.005328138 sec., 451377.19781281945 rows/sec., 34.55 MiB/sec. | ||
| 9430 | 2025.04.09 19:14:55.575267 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9431 | 2025.04.09 19:14:55.575372 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9432 | 2025.04.09 19:14:55.575741 [ 198 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9433 | 2025.04.09 19:14:55.575857 [ 259 ] {4d63a993-6f63-4f7d-b991-16fd226da4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9434 | 2025.04.09 19:14:55.575905 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9435 | 2025.04.09 19:14:55.576132 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22730 rows starting from the beginning of the part | ||
| 9436 | 2025.04.09 19:14:55.576167 [ 259 ] {4d63a993-6f63-4f7d-b991-16fd226da4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9437 | 2025.04.09 19:14:55.577089 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 956 rows starting from the beginning of the part | ||
| 9438 | 2025.04.09 19:14:55.578025 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 128 rows starting from the beginning of the part | ||
| 9439 | 2025.04.09 19:14:55.578524 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 9440 | 2025.04.09 19:14:55.578750 [ 193 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9441 | 2025.04.09 19:14:55.579038 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
| 9442 | 2025.04.09 19:14:55.579493 [ 190 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 9443 | 2025.04.09 19:14:55.580084 [ 193 ] {f435efd5-5031-48ce-ab0c-f67a86ec2b3c::all_1_81_16} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9444 | 2025.04.09 19:14:55.580433 [ 259 ] {4d63a993-6f63-4f7d-b991-16fd226da4fc} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9445 | 2025.04.09 19:14:55.580513 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9446 | 2025.04.09 19:14:55.580532 [ 259 ] {4d63a993-6f63-4f7d-b991-16fd226da4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9447 | 2025.04.09 19:14:55.581276 [ 259 ] {4d63a993-6f63-4f7d-b991-16fd226da4fc} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9448 | 2025.04.09 19:14:55.581568 [ 259 ] {4d63a993-6f63-4f7d-b991-16fd226da4fc} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9449 | 2025.04.09 19:14:55.581766 [ 128 ] {} <Debug> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9450 | 2025.04.09 19:14:55.581843 [ 128 ] {} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9451 | 2025.04.09 19:14:55.581925 [ 259 ] {4d63a993-6f63-4f7d-b991-16fd226da4fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00625 sec., 9600 rows/sec., 662.50 KiB/sec. | ||
| 9452 | 2025.04.09 19:14:55.581942 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9453 | 2025.04.09 19:14:55.582208 [ 259 ] {4d63a993-6f63-4f7d-b991-16fd226da4fc} <Debug> TCPHandler: Processed in 0.006948082 sec. | ||
| 9454 | 2025.04.09 19:14:55.582392 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9455 | 2025.04.09 19:14:55.582711 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9456 | 2025.04.09 19:14:55.582781 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4652 rows starting from the beginning of the part | ||
| 9457 | 2025.04.09 19:14:55.583067 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part | ||
| 9458 | 2025.04.09 19:14:55.583428 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 48 rows starting from the beginning of the part | ||
| 9459 | 2025.04.09 19:14:55.583779 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 9460 | 2025.04.09 19:14:55.584080 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 9461 | 2025.04.09 19:14:55.584230 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 9462 | 2025.04.09 19:14:55.587313 [ 196 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4936 rows, containing 4 columns (4 merged, 0 gathered) in 0.005227675 sec., 944205.5980909294 rows/sec., 61.56 MiB/sec. | ||
| 9463 | 2025.04.09 19:14:55.587679 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9464 | 2025.04.09 19:14:55.588099 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9465 | 2025.04.09 19:14:55.588192 [ 187 ] {1f16e615-8021-49bc-adb1-94ef66b1d3ea::all_1_81_16} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9466 | 2025.04.09 19:14:55.588282 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9467 | 2025.04.09 19:14:55.589129 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24371 rows, containing 5 columns (5 merged, 0 gathered) in 0.014328427 sec., 1700884.5423157755 rows/sec., 114.86 MiB/sec. | ||
| 9468 | 2025.04.09 19:14:55.589755 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9469 | 2025.04.09 19:14:55.590059 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9470 | 2025.04.09 19:14:55.590139 [ 194 ] {3a103309-5efe-4b27-bbc2-ce4072fb7c45::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9471 | 2025.04.09 19:14:55.590225 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 9472 | 2025.04.09 19:14:55.931247 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 9473 | 2025.04.09 19:14:55.931974 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9474 | 2025.04.09 19:14:55.932025 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9475 | 2025.04.09 19:14:55.932566 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9476 | 2025.04.09 19:14:55.932828 [ 244 ] {} <Trace> system.asynchronous_metric_log (73c93a98-8dce-4698-b291-6b28a88f53f4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9477 | 2025.04.09 19:14:55.933124 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 9478 | 2025.04.09 19:14:57.509592 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9479 | 2025.04.09 19:14:57.532898 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9480 | 2025.04.09 19:14:57.532968 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9481 | 2025.04.09 19:14:57.540719 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9482 | 2025.04.09 19:14:57.541555 [ 243 ] {} <Trace> system.metric_log (12f95ff3-d6ad-4ce1-9171-75bd1fa8ae51): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9483 | 2025.04.09 19:14:57.546224 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9484 | 2025.04.09 19:14:58.541738 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1328 | ||
| 9485 | 2025.04.09 19:14:58.544789 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9486 | 2025.04.09 19:14:58.544852 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9487 | 2025.04.09 19:14:58.546332 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9488 | 2025.04.09 19:14:58.546649 [ 242 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9489 | 2025.04.09 19:14:58.546949 [ 124 ] {} <Debug> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9490 | 2025.04.09 19:14:58.547117 [ 124 ] {} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9491 | 2025.04.09 19:14:58.547192 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9492 | 2025.04.09 19:14:58.547744 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::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 | ||
| 9493 | 2025.04.09 19:14:58.550609 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1328 | ||
| 9494 | 2025.04.09 19:14:58.550888 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9495 | 2025.04.09 19:14:58.551040 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1182 rows starting from the beginning of the part | ||
| 9496 | 2025.04.09 19:14:58.551519 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 9497 | 2025.04.09 19:14:58.551958 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part | ||
| 9498 | 2025.04.09 19:14:58.552386 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part | ||
| 9499 | 2025.04.09 19:14:58.552805 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
| 9500 | 2025.04.09 19:14:58.553231 [ 194 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
| 9501 | 2025.04.09 19:14:58.561016 [ 196 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1328 rows, containing 72 columns (72 merged, 0 gathered) in 0.013654838 sec., 97254.90701537432 rows/sec., 76.12 MiB/sec. | ||
| 9502 | 2025.04.09 19:14:58.562740 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9503 | 2025.04.09 19:14:58.563592 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_36_7} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9504 | 2025.04.09 19:14:58.563692 [ 188 ] {e373d454-753a-45bc-a497-01195adac90c::all_1_36_7} <Trace> system.query_log (e373d454-753a-45bc-a497-01195adac90c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9505 | 2025.04.09 19:14:58.564056 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 9506 | 2025.04.09 19:15:00.572501 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9507 | 2025.04.09 19:15:00.572711 [ 259 ] {c81829be-ac37-4d17-90a8-57fc204b974b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9508 | 2025.04.09 19:15:00.572794 [ 259 ] {c81829be-ac37-4d17-90a8-57fc204b974b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9509 | 2025.04.09 19:15:00.573664 [ 259 ] {c81829be-ac37-4d17-90a8-57fc204b974b} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9510 | 2025.04.09 19:15:00.573719 [ 259 ] {c81829be-ac37-4d17-90a8-57fc204b974b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9511 | 2025.04.09 19:15:00.574218 [ 259 ] {c81829be-ac37-4d17-90a8-57fc204b974b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9512 | 2025.04.09 19:15:00.574550 [ 259 ] {c81829be-ac37-4d17-90a8-57fc204b974b} <Trace> oximeter.fields_i16 (2d2933ba-aaf2-4cdf-b87a-56915a5c7ab2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9513 | 2025.04.09 19:15:00.574813 [ 259 ] {c81829be-ac37-4d17-90a8-57fc204b974b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002156 sec., 98330.24118738405 rows/sec., 6.25 MiB/sec. | ||
| 9514 | 2025.04.09 19:15:00.574884 [ 259 ] {c81829be-ac37-4d17-90a8-57fc204b974b} <Debug> TCPHandler: Processed in 0.00254009 sec. | ||
| 9515 | 2025.04.09 19:15:00.575024 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9516 | 2025.04.09 19:15:00.575142 [ 259 ] {ad1fba54-136c-4bd8-940d-2158d714ca15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9517 | 2025.04.09 19:15:00.575195 [ 259 ] {ad1fba54-136c-4bd8-940d-2158d714ca15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9518 | 2025.04.09 19:15:00.576209 [ 259 ] {ad1fba54-136c-4bd8-940d-2158d714ca15} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9519 | 2025.04.09 19:15:00.576251 [ 259 ] {ad1fba54-136c-4bd8-940d-2158d714ca15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9520 | 2025.04.09 19:15:00.576689 [ 259 ] {ad1fba54-136c-4bd8-940d-2158d714ca15} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9521 | 2025.04.09 19:15:00.576959 [ 259 ] {ad1fba54-136c-4bd8-940d-2158d714ca15} <Trace> oximeter.fields_string (58a19d80-b01b-4fc0-b68d-3333ecd2e677): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9522 | 2025.04.09 19:15:00.577177 [ 259 ] {ad1fba54-136c-4bd8-940d-2158d714ca15} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002059 sec., 337542.4963574551 rows/sec., 26.95 MiB/sec. | ||
| 9523 | 2025.04.09 19:15:00.577275 [ 259 ] {ad1fba54-136c-4bd8-940d-2158d714ca15} <Debug> TCPHandler: Processed in 0.002301914 sec. | ||
| 9524 | 2025.04.09 19:15:00.577470 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9525 | 2025.04.09 19:15:00.577661 [ 259 ] {966bdf9a-77c2-4c15-ba04-b889fd5f5826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9526 | 2025.04.09 19:15:00.577714 [ 259 ] {966bdf9a-77c2-4c15-ba04-b889fd5f5826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9527 | 2025.04.09 19:15:00.578367 [ 259 ] {966bdf9a-77c2-4c15-ba04-b889fd5f5826} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9528 | 2025.04.09 19:15:00.578408 [ 259 ] {966bdf9a-77c2-4c15-ba04-b889fd5f5826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9529 | 2025.04.09 19:15:00.578798 [ 259 ] {966bdf9a-77c2-4c15-ba04-b889fd5f5826} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9530 | 2025.04.09 19:15:00.579065 [ 259 ] {966bdf9a-77c2-4c15-ba04-b889fd5f5826} <Trace> oximeter.fields_u16 (04897173-77d3-4240-8bf2-39cfd7e364ab): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9531 | 2025.04.09 19:15:00.579252 [ 259 ] {966bdf9a-77c2-4c15-ba04-b889fd5f5826} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001629 sec., 89011.66359729896 rows/sec., 5.59 MiB/sec. | ||
| 9532 | 2025.04.09 19:15:00.579314 [ 259 ] {966bdf9a-77c2-4c15-ba04-b889fd5f5826} <Debug> TCPHandler: Processed in 0.001942233 sec. | ||
| 9533 | 2025.04.09 19:15:00.579449 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9534 | 2025.04.09 19:15:00.579562 [ 259 ] {d5675dab-9f13-4085-bfb6-e794a08f0f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9535 | 2025.04.09 19:15:00.579611 [ 259 ] {d5675dab-9f13-4085-bfb6-e794a08f0f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9536 | 2025.04.09 19:15:00.580201 [ 259 ] {d5675dab-9f13-4085-bfb6-e794a08f0f9e} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9537 | 2025.04.09 19:15:00.580241 [ 259 ] {d5675dab-9f13-4085-bfb6-e794a08f0f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9538 | 2025.04.09 19:15:00.580616 [ 259 ] {d5675dab-9f13-4085-bfb6-e794a08f0f9e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9539 | 2025.04.09 19:15:00.580895 [ 259 ] {d5675dab-9f13-4085-bfb6-e794a08f0f9e} <Trace> oximeter.fields_u32 (a3d7d530-3bb2-40a3-aac2-e35058b87e8e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9540 | 2025.04.09 19:15:00.581090 [ 259 ] {d5675dab-9f13-4085-bfb6-e794a08f0f9e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00155 sec., 72903.22580645162 rows/sec., 4.72 MiB/sec. | ||
| 9541 | 2025.04.09 19:15:00.581173 [ 259 ] {d5675dab-9f13-4085-bfb6-e794a08f0f9e} <Debug> TCPHandler: Processed in 0.001778679 sec. | ||
| 9542 | 2025.04.09 19:15:00.581419 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9543 | 2025.04.09 19:15:00.581549 [ 259 ] {6f15feb2-c5c5-4262-9919-db4e275a6eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9544 | 2025.04.09 19:15:00.581613 [ 259 ] {6f15feb2-c5c5-4262-9919-db4e275a6eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9545 | 2025.04.09 19:15:00.582229 [ 259 ] {6f15feb2-c5c5-4262-9919-db4e275a6eb3} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9546 | 2025.04.09 19:15:00.582270 [ 259 ] {6f15feb2-c5c5-4262-9919-db4e275a6eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9547 | 2025.04.09 19:15:00.582675 [ 259 ] {6f15feb2-c5c5-4262-9919-db4e275a6eb3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9548 | 2025.04.09 19:15:00.583018 [ 259 ] {6f15feb2-c5c5-4262-9919-db4e275a6eb3} <Trace> oximeter.fields_u8 (3e43d551-7166-42c0-8d4e-dd17290f367f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9549 | 2025.04.09 19:15:00.583284 [ 259 ] {6f15feb2-c5c5-4262-9919-db4e275a6eb3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001759 sec., 63672.541216600344 rows/sec., 3.63 MiB/sec. | ||
| 9550 | 2025.04.09 19:15:00.583548 [ 259 ] {6f15feb2-c5c5-4262-9919-db4e275a6eb3} <Debug> TCPHandler: Processed in 0.002216002 sec. | ||
| 9551 | 2025.04.09 19:15:00.583736 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9552 | 2025.04.09 19:15:00.583848 [ 259 ] {183037b9-3de6-4afb-86f0-7e345506df95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9553 | 2025.04.09 19:15:00.583896 [ 259 ] {183037b9-3de6-4afb-86f0-7e345506df95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9554 | 2025.04.09 19:15:00.584687 [ 259 ] {183037b9-3de6-4afb-86f0-7e345506df95} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9555 | 2025.04.09 19:15:00.584734 [ 259 ] {183037b9-3de6-4afb-86f0-7e345506df95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9556 | 2025.04.09 19:15:00.585237 [ 259 ] {183037b9-3de6-4afb-86f0-7e345506df95} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9557 | 2025.04.09 19:15:00.585595 [ 259 ] {183037b9-3de6-4afb-86f0-7e345506df95} <Trace> oximeter.fields_uuid (f435efd5-5031-48ce-ab0c-f67a86ec2b3c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9558 | 2025.04.09 19:15:00.585856 [ 259 ] {183037b9-3de6-4afb-86f0-7e345506df95} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.002027 sec., 207696.10261470152 rows/sec., 14.79 MiB/sec. | ||
| 9559 | 2025.04.09 19:15:00.585962 [ 259 ] {183037b9-3de6-4afb-86f0-7e345506df95} <Debug> TCPHandler: Processed in 0.002286613 sec. | ||
| 9560 | 2025.04.09 19:15:00.586156 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9561 | 2025.04.09 19:15:00.586420 [ 259 ] {1f9f1a4b-c8fd-4682-a181-a154643b457c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9562 | 2025.04.09 19:15:00.586491 [ 259 ] {1f9f1a4b-c8fd-4682-a181-a154643b457c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9563 | 2025.04.09 19:15:00.586959 [ 259 ] {1f9f1a4b-c8fd-4682-a181-a154643b457c} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9564 | 2025.04.09 19:15:00.586999 [ 259 ] {1f9f1a4b-c8fd-4682-a181-a154643b457c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9565 | 2025.04.09 19:15:00.587447 [ 259 ] {1f9f1a4b-c8fd-4682-a181-a154643b457c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9566 | 2025.04.09 19:15:00.587789 [ 259 ] {1f9f1a4b-c8fd-4682-a181-a154643b457c} <Trace> oximeter.measurements_bool (f4efa206-3a53-4e66-a5a8-f8980e506ad0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9567 | 2025.04.09 19:15:00.588047 [ 259 ] {1f9f1a4b-c8fd-4682-a181-a154643b457c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001704 sec., 3521.1267605633802 rows/sec., 183.97 KiB/sec. | ||
| 9568 | 2025.04.09 19:15:00.588287 [ 259 ] {1f9f1a4b-c8fd-4682-a181-a154643b457c} <Debug> TCPHandler: Processed in 0.002228882 sec. | ||
| 9569 | 2025.04.09 19:15:00.588483 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9570 | 2025.04.09 19:15:00.588614 [ 259 ] {3a8570f4-c016-4398-9a36-86db383e15bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9571 | 2025.04.09 19:15:00.588679 [ 259 ] {3a8570f4-c016-4398-9a36-86db383e15bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9572 | 2025.04.09 19:15:00.589364 [ 259 ] {3a8570f4-c016-4398-9a36-86db383e15bc} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9573 | 2025.04.09 19:15:00.589404 [ 259 ] {3a8570f4-c016-4398-9a36-86db383e15bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9574 | 2025.04.09 19:15:00.589830 [ 259 ] {3a8570f4-c016-4398-9a36-86db383e15bc} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9575 | 2025.04.09 19:15:00.590134 [ 259 ] {3a8570f4-c016-4398-9a36-86db383e15bc} <Trace> oximeter.measurements_cumulativeu64 (3a103309-5efe-4b27-bbc2-ce4072fb7c45): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9576 | 2025.04.09 19:15:00.590325 [ 259 ] {3a8570f4-c016-4398-9a36-86db383e15bc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001744 sec., 135894.49541284403 rows/sec., 9.11 MiB/sec. | ||
| 9577 | 2025.04.09 19:15:00.590389 [ 259 ] {3a8570f4-c016-4398-9a36-86db383e15bc} <Debug> TCPHandler: Processed in 0.001965425 sec. | ||
| 9578 | 2025.04.09 19:15:00.590518 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9579 | 2025.04.09 19:15:00.590627 [ 259 ] {c274dbed-ceb2-4636-bd8b-5c6916b7f8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9580 | 2025.04.09 19:15:00.590678 [ 259 ] {c274dbed-ceb2-4636-bd8b-5c6916b7f8dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9581 | 2025.04.09 19:15:00.591101 [ 259 ] {c274dbed-ceb2-4636-bd8b-5c6916b7f8dc} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9582 | 2025.04.09 19:15:00.591141 [ 259 ] {c274dbed-ceb2-4636-bd8b-5c6916b7f8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9583 | 2025.04.09 19:15:00.591516 [ 259 ] {c274dbed-ceb2-4636-bd8b-5c6916b7f8dc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9584 | 2025.04.09 19:15:00.591781 [ 259 ] {c274dbed-ceb2-4636-bd8b-5c6916b7f8dc} <Trace> oximeter.measurements_f64 (1bc2367f-0991-403d-b85b-438e1b048469): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9585 | 2025.04.09 19:15:00.591985 [ 259 ] {c274dbed-ceb2-4636-bd8b-5c6916b7f8dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001371 sec., 729.3946024799417 rows/sec., 49.15 KiB/sec. | ||
| 9586 | 2025.04.09 19:15:00.592086 [ 259 ] {c274dbed-ceb2-4636-bd8b-5c6916b7f8dc} <Debug> TCPHandler: Processed in 0.001619015 sec. | ||
| 9587 | 2025.04.09 19:15:00.592356 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9588 | 2025.04.09 19:15:00.592466 [ 259 ] {5e7d110b-9be4-4510-96ae-c9d34baa7de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9589 | 2025.04.09 19:15:00.592541 [ 259 ] {5e7d110b-9be4-4510-96ae-c9d34baa7de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9590 | 2025.04.09 19:15:00.593912 [ 259 ] {5e7d110b-9be4-4510-96ae-c9d34baa7de5} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9591 | 2025.04.09 19:15:00.593959 [ 259 ] {5e7d110b-9be4-4510-96ae-c9d34baa7de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9592 | 2025.04.09 19:15:00.594909 [ 259 ] {5e7d110b-9be4-4510-96ae-c9d34baa7de5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9593 | 2025.04.09 19:15:00.595308 [ 259 ] {5e7d110b-9be4-4510-96ae-c9d34baa7de5} <Trace> oximeter.measurements_histogramu64 (5b1acdd8-4eb6-4da3-a713-04a35169eb2a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9594 | 2025.04.09 19:15:00.595550 [ 259 ] {5e7d110b-9be4-4510-96ae-c9d34baa7de5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003108 sec., 12548.262548262548 rows/sec., 22.49 MiB/sec. | ||
| 9595 | 2025.04.09 19:15:00.595681 [ 259 ] {5e7d110b-9be4-4510-96ae-c9d34baa7de5} <Debug> TCPHandler: Processed in 0.003418404 sec. | ||
| 9596 | 2025.04.09 19:15:00.595828 [ 259 ] {} <Trace> TCP-Session: aa88e1d9-0f96-4bb3-bfd6-62458f5ada3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9597 | 2025.04.09 19:15:00.595936 [ 259 ] {341b457a-9183-4aaa-91c5-626a1c144ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9598 | 2025.04.09 19:15:00.595985 [ 259 ] {341b457a-9183-4aaa-91c5-626a1c144ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9599 | 2025.04.09 19:15:00.596428 [ 259 ] {341b457a-9183-4aaa-91c5-626a1c144ce8} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9600 | 2025.04.09 19:15:00.596468 [ 259 ] {341b457a-9183-4aaa-91c5-626a1c144ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 9601 | 2025.04.09 19:15:00.596851 [ 259 ] {341b457a-9183-4aaa-91c5-626a1c144ce8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9602 | 2025.04.09 19:15:00.597108 [ 259 ] {341b457a-9183-4aaa-91c5-626a1c144ce8} <Trace> oximeter.measurements_u64 (1f16e615-8021-49bc-adb1-94ef66b1d3ea): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9603 | 2025.04.09 19:15:00.597296 [ 259 ] {341b457a-9183-4aaa-91c5-626a1c144ce8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001383 sec., 59291.39551699205 rows/sec., 3.77 MiB/sec. | ||
| 9604 | 2025.04.09 19:15:00.597348 [ 259 ] {341b457a-9183-4aaa-91c5-626a1c144ce8} <Debug> TCPHandler: Processed in 0.001571463 sec. | ||